I want to count all the unique entries in a column. I have more than 5000 entries in a column. Eg.
A
A
D
C
C
C
E
A
I want to know there are 3 A's, 1 D, 3 C's, 1 E. I need the count as to how many times each unique entry appears in the column.
Any help wud be appreciated!
A
A
D
C
C
C
E
A
I want to know there are 3 A's, 1 D, 3 C's, 1 E. I need the count as to how many times each unique entry appears in the column.
Any help wud be appreciated!