Hi All
I have a long list of first and last names that I want to look up in my master file. I need every variation of the first and last name since they are not always entered in the same order. The formula I found works for this purpose is:
=ISNUMBER(SEARCH('Names'!$A$2,A2))*ISNUMBER(SEARCH('Names'!$B$2,A2))
A2 - First Name
B2 - Last Name
I need to find every first and last name combination using the data in sheet "Names" that matches (based on the formula above) in sheet "Search File".
Can someone please help me identify a way to do this? I was thinking maybe a loop function in vba, but I'm not exactly sure how to go about it.
Any help would be greatly appreciated.
Thank you!
I have a long list of first and last names that I want to look up in my master file. I need every variation of the first and last name since they are not always entered in the same order. The formula I found works for this purpose is:
=ISNUMBER(SEARCH('Names'!$A$2,A2))*ISNUMBER(SEARCH('Names'!$B$2,A2))
A2 - First Name
B2 - Last Name
I need to find every first and last name combination using the data in sheet "Names" that matches (based on the formula above) in sheet "Search File".
Can someone please help me identify a way to do this? I was thinking maybe a loop function in vba, but I'm not exactly sure how to go about it.
Any help would be greatly appreciated.
Thank you!