FILTER Function
The FILTER function is a lookup and reference function. It is used to filter a range of data and to return the results that match the criteria you specify. The FILTER function only extracts the necessary data and the results update when the original data change.
Please note that this is an array formula. To learn more, please read the Insert array formulas article.
The FILTER function syntax is:
=FILTER(array,include,[if_empty])
where
array is the range of cells to filter,
include is the filtering criteria supplied as a Boolean array (TRUE/FALSE) the same height (columns) and width (rows) as the array,
[if_empty] is the value to return when the filter returns no results. This argument is optional.
To apply the FILTER function,
- select the cell where you wish to display the result,
-
click the Insert function icon situated at the top toolbar,
or right-click within a selected cell and select the Insert Function option from the menu,
or click the icon situated at the formula bar,
- select the Lookup and Reference function group from the list,
- click the FILTER function,
- enter the required arguments separating them by comma,
- press the Enter button.
The result will be displayed in the selected cell.

Return to previous page