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
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
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks