Difference between revisions of "Manuals/calci/UNIQUE"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
#UNIQUE([10,10.01,10.001,10,10.01,10,10.001,10.01]) = 10 10.01 10.001 | #UNIQUE([10,10.01,10.001,10,10.01,10,10.001,10.01]) = 10 10.01 10.001 | ||
#UNIQUE([9,4,-9,-4,6,2,-2,-6,9,4,6]) = 2 4 6 9 -9 -4 -2 -6 | #UNIQUE([9,4,-9,-4,6,2,-2,-6,9,4,6]) = 2 4 6 9 -9 -4 -2 -6 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=UQUCUhsD3f8&t=25s|280|center|Unique}} | ||
==See Also== | ==See Also== |
Latest revision as of 13:51, 4 February 2019
UNIQUE ()
Description
- This function returns Unique value from the given set of numbers.
- In , in the parameter the set of non distinct values.
- This function shows the Unique values and removing duplicate values .
- So it is showing a list of unique values.
- Also the displayed unique values in its ascending order.
Examples
- UNIQUE([2,4,8,3,2,10,9,3,5,7,2]) = 2 3 4 5 7 8 9 10
- UNIQUE([10,10.01,10.001,10,10.01,10,10.001,10.01]) = 10 10.01 10.001
- UNIQUE([9,4,-9,-4,6,2,-2,-6,9,4,6]) = 2 4 6 9 -9 -4 -2 -6