Identify (not delete) exact duplicates

G

Gene

Using Excel 2007
I’m sure I’ve seen a way to extract duplicates (or identify duplicates) into
a new list somewhere on a spreadsheet i.e. I want to know what duplicates
exist, not just eliminate all but one of them.

Can I do this in Excel 2007?

MUCH THANKS and ENJOY your week-end!
Gene:)
 
F

Francis

I don't have version 2007 but believe that this will works
try this
assuming your data are in column A2 to A11, place this formula
in B2 and copy down

=COUNTIF($A$2:$A$11,A2:A11)>1
this will return TRUE, filter for TRUE and copy the range to another place
on the sheet.
You can slao use this in conditional format to highlight the duplicates
--
Hope this is helpful

Pls click the Yes button below if this post provide answer you have asked

Thank You

cheers, francis

Am not a greek but an ordinary user trying to assist another
 

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