I have a huge spreadsheet of contact. I am trying to scrub out all the email address that contain an email extensions on my exclusion list. For example @gmail.com and I am trying to use a wildcard character to find all the email address within my table that cannot be contacted. I am unable to get them to return a result. I tried the following formula =VLOOKUP([@EMAIL]&"*",'Email Ext'!A2159:A2336,1,FALSE). I am just producing #N/A. When I search on the extension I am finding email address. Due to the size I am hoping to create a formula that will return a message back to "review". I have tried Lookup and cannot get that to work! HELP!
Example of reference list:
[TABLE="width: 253"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Email Extention List[/TD]
[TD]Message[/TD]
[/TR]
[TR]
[TD]@gmail.com[/TD]
[TD]Review[/TD]
[/TR]
[TR]
[TD]@yahoo.com[/TD]
[TD]Review[/TD]
[/TR]
[TR]
[TD]@hotmail.com[/TD]
[TD]Review[/TD]
[/TR]
</tbody>[/TABLE]
Example of reference list:
[TABLE="width: 253"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Email Extention List[/TD]
[TD]Message[/TD]
[/TR]
[TR]
[TD]@gmail.com[/TD]
[TD]Review[/TD]
[/TR]
[TR]
[TD]@yahoo.com[/TD]
[TD]Review[/TD]
[/TR]
[TR]
[TD]@hotmail.com[/TD]
[TD]Review[/TD]
[/TR]
</tbody>[/TABLE]