Hi,
I am trying to find a way of identifying a partial match between two bits of text.
at present I am using the MATCH function to identify if an email address already exists in another sheet.
In other words check if there is a match for [email protected] in sheet2
I am using this formula =IFERROR(MATCH(F2,sheet2!$A$1:$A$4500,0),None)
Now I want to check for *@fredsshop.com. In other words I want to do a partial match.
Can anyone advise me how to change this formula to do this?
Many Thanks,
Richard
Bookmarks