Comparing and Deleting Some values

Yohasakoura

New Member
Joined
Oct 30, 2017
Messages
2


Hello everyone can you please help me in my problem, how can i Compare two lists Containing each email addresses and Delete the matched Emails addresses from the first list, the main list is L1 and the second list in L2 which contains the emails that should be taked off from the Main list. in other words my list contains email addresses which doesn't exist anymore ( Hard bounce ) i managed to collect those emails that doesn't exists deleting them one by one from the main list isn't something easy to repeat 500 Times .




<tbody>
</tbody>
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Cant do the deleting with formulas, you would need VBA for that.

However, you coul use he MATCH function to ID those entries to delete, filter based on those, then mass-delete them that way?
 
Upvote 0
Yeah for sure that would be great th emost important thing is those emails must be delete from the main list and if you can help me with VBA that would be great cuz im not a proffesional
 
Upvote 0

Forum statistics

Threads
1,215,407
Messages
6,124,723
Members
449,184
Latest member
COrmerod

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top