Determines if the values in a column are unique
Last updated 1 year ago
Was this helpful?
ISUNIQUE( series )
series
Returns a boolean sereis indicating whether each value of the specified series is unique.
Series of which to assess uniqueness
Outputs true if the value is unique and false if the value is a duplicate.