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