Can anyone point in the right direction for a formula that can compare two cells and return a result for a partial match?
For example, I need to compare a list of names where one column may or may not contain a middle name. I.e;
A1 = John Smith
B1 = John F. Smith
I need a way to reference A1 and return a "True" result if the content of A1 is found somewhere in B1.
Appreciate any and all ideas.
For example, I need to compare a list of names where one column may or may not contain a middle name. I.e;
A1 = John Smith
B1 = John F. Smith
I need a way to reference A1 and return a "True" result if the content of A1 is found somewhere in B1.
Appreciate any and all ideas.