Hi guys,
I have a the following dilemma:
A1
tom
harry
charlie
jones
charlie
charlie
sam
tom
tom
sam
With the above in mind, do you know how I can count each unique value and the subsequent occurrences in a given column?
So, the output would be something like:
tom 3
sam 2
charlie 3
jones 1
Thanks!
Z
Bookmarks