Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Removing duplicates from a list of addresses

I have a database of 6000+ addresses that includes many duplicates. I need
to delete the duplicates. The problem is the addresses weren't entered with
common formatting (Road vs. Rd, Lane vs. Ln, (555) 555-5555 vs. 555-555-5555)
which throws off excel's function for scanning and removing duplicates. The
silver lining is one column does contain a standard identifying digit that
would be the same no matter how the address, phone number, zip code or
contact name was entered. How do I remove the duplicate rows using just that
one column of data as the criteria?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default Removing duplicates from a list of addresses

Here's one way:
1. Make a backup copy of your data, as a disaster recovery tactic.
2. If you need the addresses to stay in their current order, insert a
column and number each row.
3. Suppose the column that contains your silver lining number is
column F. Sort all rows on this number.
4. Insert a new column next to F, let's call it G, and enter this
formula:
=IF(F2=F1,"XXXXX","") then copy and paste it into all rows. It marks
duplicates with the XXXXX entry.
5. Sort on column G so all the XXXXXs are grouped, then delete them.
6. If you need to return the rows to their original order, sort on the
column you created in #2 above.

DaveO
Eschew Obfuscation
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
merge list while removing duplicates stef Excel Worksheet Functions 1 October 14th 06 07:52 PM
merge list while removing duplicates stef Excel Discussion (Misc queries) 0 October 13th 06 10:23 PM
removing duplicates from a list aleccamp Excel Discussion (Misc queries) 4 November 20th 05 03:22 AM
Removing Duplicates from a list JohnGuts Excel Worksheet Functions 5 August 14th 05 01:37 AM
Removing house numbers from addresses dalymjl Excel Worksheet Functions 3 April 24th 05 08:00 AM


All times are GMT +1. The time now is 06:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"