I have a column of data:
Apple
Orange
Apple
Apple
Orange
Pear
How would I get excel to count and list out:
3 apple
2 orange
1 pear
I know how to use countif, but that is if I am searching from a list of data.
Sometimes there might be other unknown data inside, so I need to count and list out...