Hi,

I'm have a column that contains a few values that will have different counts (i.e. bear, cat, dog, cat, dog, bear, cat, cat, bear).

What I want to be able to do is count these values and show them as such, so:

bear 3
cat 4
dog 2

Any ideas how I would do this? Thanks.

 or register to reply.

Notify Moderator