View Single Post
  #1   Report Post  
Alex
 
Posts: n/a
Default count cells with unique numbers

If I have a column with some repeated numbers:

58
168
168
25
....

How could I count the cells from the column to get 3 (not 4) as a result -
to be able to count the one number only once.

Thanks