Multiple name appearances

P

Pat318

Have a list of 1000 names trying to sort by appearances >5.
Not sure if Lookup or Hlookup?
 
G

Glenn

Pat318 said:
Have a list of 1000 names trying to sort by appearances >5.
Not sure if Lookup or Hlookup?

If your list is in A1:A1000, put this in B1:B1000 and sort by column B:

=COUNTIF($A$1:$A$1000,A1)
 

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