Counting Unique Data

  • Thread starter Thread starter Drake
  • Start date Start date
D

Drake

Is there a way to count the unique number of items in a column?

If you have something like the following:

x
4
9
3c
21
q
16
Tom
x
q

There would be 8 unique items (q and x are each repeated twice.)

Thanks
 
Back
Top