I'm trying to create a function that will count the number of unique data points in a list
List
13
12
15
18
18
I need to develop a calculation that will give me the answer of 4 in the above list. I've tried @rank(@max(range1),range1,0), but it does not handle duplicate occurances of the same number.
Thank you for any help
List
13
12
15
18
18
I need to develop a calculation that will give me the answer of 4 in the above list. I've tried @rank(@max(range1),range1,0), but it does not handle duplicate occurances of the same number.
Thank you for any help