IREALLYambatman
Board Regular
- Joined
- Aug 31, 2016
- Messages
- 63
So were a tiny science company and I'm trying to help out 'sales' department girl by setting up a macro that will simplify her job a bit... She has a ton of emails and a list of customers who want to be removed from the email list. I'm trying to automate this for her.. I found some stuff out there and got decently far, so on the first tab I have all the clients info, second tab is the list of emails that she wants removed, THIRD tab I want it to be all the clients with all their info that DIDN'T opt out of the emails. The function I currently have labels the clients that want to be removed, but I can't figure out how to copy all clients that HAVENT OPTED OUT to the third tab. If it can be dont via functions then great, otherwise a macro would work too.
I appreciate the help guys.
Tab1 Tab2
The Function I am using is:
I appreciate the help guys.
Tab1 Tab2
The Function I am using is:
Code:
=IF(ISERROR(MATCH('ALL CLIENTS'!E2,OptedOutEmails!A2:A1001,0)),"OK","OptedOut")