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
 
Top