Returns an array of filtered rows from the specified range.
Syntax
![]() |
---|
FILTER( ReferenceOrArray range, ReferenceOrArray include, [Any ifEmpty] ) → Array |
The result array includes rows from the source range whose matching values in include array evaluate to TRUE.
Results spill into cells adjacent to the one that calls FILTER. If they are occupied, the formula returns #SPILL error.
Function Reference
SORT Function
UNIQUE Function