I have a excel file with entries that appear multiple times. Example:
- A
- A
- A
- B
- B
- C
- C
How can I change this to a form that looks like this:
- A 3
- B 2
- C 2
|
I have a excel file with entries that appear multiple times. Example:
How can I change this to a form that looks like this:
| |||
|
feedback
|
|
You can do this easily with a pivot table. Here's Microsoft's documentation about pivot tables. | |||
|
feedback
|
|
So long as you know the name of each item in the list, you can automate it.
Will show:
| |||
feedback
|