Deleting Duplicate Entries

  • Thread starter Thread starter TONYC
  • Start date Start date
T

TONYC

I have a massive spreadsheet, with data being imported from anothe
application. It has created thousands of duplicate entries. Is there
quick and easy way to delete these duplicate entries?

Help would be most appreciated.

Ton
 
I have used a macro, easily developed, that first sorts the data into alpha or
whatever you use format, then has a =if(cell=cell above then,1,0) andthen
deletes all the cells with the 1 (meaning duplicate) response.

Just an old 123 response :)

Bob, Used to have a certification that mattered, Clark :)

On Wed, 13 Oct 2004 03:09:06 -0500, in microsoft.public.excel.misc falling into
the bathtub with your monitor, the short circuit caused the following to
mysteriously appear from your keyboard:

~>
~>I have a massive spreadsheet, with data being imported from another
~>application. It has created thousands of duplicate entries. Is there a
~>quick and easy way to delete these duplicate entries?
~>
~>Help would be most appreciated.
~>
~>Tony
 
Hi
select your data and goto 'Data - Filter - Advanced Filter' and check
'Unique entries only'
 

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