Filter to Duplicate Entries Only

  • Thread starter Thread starter John T Kennedy
  • Start date Start date
J

John T Kennedy

How can I setup a filter to show me only entries that appear more than once
in a collumn?
 
John,

Use a helper column with a formula like

=COUNTIF(A:A,A2)>1

Then filter on that column for TRUE values

HTH,
Bernie
MS Excel MVP
 
Thanks a bunch!

Grateful,
JTK

Bernie Deitrick said:
John,

Use a helper column with a formula like

=COUNTIF(A:A,A2)>1

Then filter on that column for TRUE values

HTH,
Bernie
MS Excel MVP
 

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

Similar Threads


Back
Top