I have a sheet with two columns of names and I need to see if one column has partial matches. For Example:
In this case, I need to know if surnames match or full names match but have an initial
I have tried If(Isnumber(Search but wasn't able to get it to work. Any ideas?
John Smith | JOHN H SMITH | FALSE (But should be TRUE) |
Reba Jones | SAMANTHA ROGERS | FALSE |
Taylor Johnson | ANNA JOHNSON | FALSE (But should be TRUE) |
In this case, I need to know if surnames match or full names match but have an initial
I have tried If(Isnumber(Search but wasn't able to get it to work. Any ideas?