deleting duplicate names

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an excel spreadsheet with over 19,000 contacts. Some are duplicates
(Contact) and I would like delete them.
The columns across the top are as follows:
Company/Contact/Phone1/Zip/Address/City/Acct Manager/Record Type

Can someone please write a macro, or tell me how to delete the duplicates
for Column B?
 
Hi Chris,
You can use Filtering to delete duplicate based on one column,
you would have to use a helper column to use filtering and not use a macro.
Filter Unique Records
http://www.contextures.com/xladvfilter01.html#FilterUR

You might also look at Chip Pearson's page on duplicates
subtopic -- Tagging Duplicates
http://www.cpearson.com/excel/duplicat.htm#TaggingDuplicates

and two video presentations on duplicates as an explanation of formulas at
http://www.datapigtechnologies.com/ExcelMain.htm
 

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

Back
Top