+ Reply to Thread
Results 1 to 2 of 2

Delete these records

  1. #1
    Registered User
    Join Date
    06-24-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    1

    Delete these records

    Hi,

    I have a list of email addresses in excel.

    I have another list of email addesses that what to be unsubscribed (deleted) from the first list.

    How would I go about this?

    Thanks,

    Ryan

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Delete these records

    Say you have your original list in A1:A50 and the ones to delete in D1:D20 then in B1 copied down you could use =ISNUMBER(MATCH(A1,$D$1:$D$20,0)) which will return true for a match. You can then sort by column B and delete the ones you don't want to keep.

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

+ 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