Syntax of FILTER Function in Excel
=FILTER(array, include, [if_empty])
Argument | Description |
---|---|
array (required) | The range of cells you want to filter. |
include (required) | A logical expression that determines which data to include. |
[if_empty] (optional) | A value to return if no data matches the criteria. |