+ Reply to Thread
Results 1 to 6 of 6

Remove Duplicate Email Addresses

  1. #1
    Registered User
    Join Date
    04-20-2007
    Posts
    5

    Remove Duplicate Email Addresses

    Does anyone know how to remove duplicate email addresses from either excel or word?

    I would like to send our customers a newsletter but not aggravate them by not filtering out their email addresses which appear more then once in our database. Any suggestions?

  2. #2
    Forum Contributor kraljb's Avatar
    Join Date
    05-26-2004
    Location
    Illinois
    MS-Off Ver
    2007 (recent change)
    Posts
    256
    I would suggest adding a dummy column next to your column with email addresses and doing a formula that looks similar to this

    =IF(COUNTIF($A$2:$A2,$A2)>1,"Duplicate","")

    Then you can filter by duplicates and delete them out.

  3. #3
    Registered User
    Join Date
    04-20-2007
    Posts
    5
    I'm sorry, but could you please elaborate on how this is done step by step?

  4. #4
    Registered User
    Join Date
    09-07-2005
    Posts
    37
    It will count the number of times the value shows up in the range. If it shows up more than once it will write "duplicate" in the cell. Then you can sort the list by that column and all the duplicates will show up together. Change the value in the range to represent your actual range.

  5. #5
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211
    Quote Originally Posted by wirelessimports
    Does anyone know how to remove duplicate email addresses from either excel or word?

    I would like to send our customers a newsletter but not aggravate them by not filtering out their email addresses which appear more then once in our database. Any suggestions?
    Select your range > Data > Filter > Advanced Filter > select Copy to another location > List range: your range > Copy to: select any blank cell > tick on Unique records only > OK

  6. #6
    Registered User
    Join Date
    04-11-2008
    Posts
    2

    Remove Email Duplicates

    Hello Sir,
    I am expert in excel and can remove the email duplicates and send it back to you. Please mail your file to [email protected].

    Cheers,
    Rajashekar

    Quote Originally Posted by wirelessimports
    Does anyone know how to remove duplicate email addresses from either excel or word?

    I would like to send our customers a newsletter but not aggravate them by not filtering out their email addresses which appear more then once in our database. Any suggestions?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1