Filter to Duplicate Entries Only

J

John T Kennedy

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

Bernie Deitrick

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
 
J

John T Kennedy

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

Top