Excel 2007 - need to mark, not remove, duplicate records.

G

Guest

Excel has a quick and easy way to remove duplicate records, but I need to
mark them and then remove them one at a time from a very large spreadsheet.

Is there a quick and easy to just to flag duplicate records?

Thanks for the help.
 
P

Pete_UK

You could sort the data on column A and then in a helper column enter
this formula in row 2:

=IF(A2=A1,"duplicate","unique")

assuming that it is column A where you are expecting the duplicates to
be (and also assuming a row of headers). Copy this formula down. You
could fix the values if you need to.

If the original order of the data is important, then before you do the
above, use Edit | Fill to put a simple sequence 1, 2, 3 etc into
another column. Then after you do the above and fix the values of
"duplicate" and "unique", you can re-sort the data using the sequence
as the sort key.

Hope this helps.

Pete
 
G

Guest

And there it is....

Thank you so much. Have a wonderful and productive day!!!

~~ / happy dance! / ~~
 

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