Skip to main content

FILTER

Filters a range of data based on criteria you define.

CategoryDynamicArray
SyntaxFILTER(array, include, [if_empty])

Parameters

ParameterRequiredDescription
arrayRequiredThe range or array to filter.
includeRequiredA boolean array of the same height (or width) as array indicating which rows (or columns) to include.
if_emptyOptionalThe value to return if no items are returned.

Example

FILTER(array, include, if_empty)

Auto-generated from the EngCanvas function registry.