+ Reply to Thread
Results 1 to 3 of 3

how to filter data and delete double records

  1. #1
    Registered User
    Join Date
    10-14-2006
    Posts
    1

    how to filter data and delete double records

    Hi,
    I have two worksheets. Worksheet1 has two columns: column A with names and column B with email addresses.
    (approx. 4500 addresses) Worksheet 2 has one column with approx 4900 email addresses. I now would like to delete all email adresses + corresponding names in Worksheet1 that are the same as the email addresses in Worksheet2.
    What is the easiest way to do that?

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by **dan**
    Hi,
    I have two worksheets. Worksheet1 has two columns: column A with names and column B with email addresses.
    (approx. 4500 addresses) Worksheet 2 has one column with approx 4900 email addresses. I now would like to delete all email adresses + corresponding names in Worksheet1 that are the same as the email addresses in Worksheet2.
    What is the easiest way to do that?
    following post might help you (its for data within a single workbook but you need to manipulate it according to two workbooks)

    http://www.excelforum.com/showthread.php?t=577619

  3. #3
    Registered User
    Join Date
    10-17-2006
    Posts
    6
    Quote Originally Posted by starguy
    following post might help you (its for data within a single workbook but you need to manipulate it according to two workbooks)

    http://www.excelforum.com/showthread.php?t=577619
    Hi,

    Suppose there are mail ids in col 1 and col 2, put a formula in col 3
    =if(coutif($A$1:$A$10,B1)>0,B1,"")

    then u will c number 1 in front of the duplicate and there is nothing in front of the unique ids.


    Regards,
    Supriya

+ 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