ISUNIQUE
Determines if the values in a column are unique
ISUNIQUE( series
)
Returns a boolean sereis indicating whether each value of the specified series is unique.
Arguments
Argument
Description
series
Series of which to assess uniqueness
Output
Outputs true if the value is unique and false if the value is a duplicate.
Example
Last updated