Counting text entries

S

SreeCha

I have a list of text entries. I would like to pick up only entries which are
represented more than once and have a count of them also. How do I do this?
Kindly help. Thank you very much.
 
L

Luke M

In a helper column:
=COUNTIF(A:A,A1)
Copy down as needed.
Then autofilter for all values greater than 1.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top