I have two columns in Excel. In the first column I have a master list of email addresses. In the second column I have a list of email addresses that I wish to remove from the master column.
Please can someone help me so I can remove all the records from master column using the second column?
Create a new column next to the column containing your master list.
Fill the top cell with the following:
Then paint that formula over the entire column.
Where
B$1:B$4is your set of invalid email addresses, andA1is a reference to the master list element on the same row as this cell.For each row you will now have a “valid” or “invalid” list, and you can then use that to remove invalid e-mail addresses from the master column – try using autofilter.
Alternatively:
Will create a new copy of the master column with blanks where the invalid e-mail addresses were.