Skip to main content

UNIQUE

Returns a list of unique values in a list or range.

CategoryDynamicArray
SyntaxUNIQUE(array, [by_col], [exactly_once])

Parameters

ParameterRequiredDescription
arrayRequiredThe range or array from which to return unique rows or columns.
by_colOptionalTRUE to return unique columns; FALSE (default) to return unique rows.
exactly_onceOptionalTRUE to return values that occur exactly once; FALSE (default) to return all distinct values.

Example

UNIQUE(array, by_col, exactly_once)

Auto-generated from the EngCanvas function registry.