MetricsGuy
New Member
- Joined
- Dec 9, 2010
- Messages
- 2
I want to count a mixed sequence of values contained in a single column and show how many of each value occur, in order. Here's some sample data and desired output:
Sample data:
A
A
A
B
A
B
B
A
A
B
Desired output:
A 3
B 1
A 1
B 2
A 2
B 1
How can this be done (preferably not using VBA, but if that's how it needs to be done, so be it)?
Thanks.
Sample data:
A
A
A
B
A
B
B
A
A
B
Desired output:
A 3
B 1
A 1
B 2
A 2
B 1
How can this be done (preferably not using VBA, but if that's how it needs to be done, so be it)?
Thanks.