I am looking for help with a formula.
I need to compare text in two cells (not columns).
One of the cells has a last name, the other cell may have part of the last name with additional numbers and letters (not in any specific order). These are the pairs we would like to locate.
Not all of the cells will match, however for the ones where part of the text matches, would like something like "MATCH"
.
For example in cell E2= 000034568MILL WALLI
and in cell J2=WALLINGER
should bring a MATCH
, since the WALLI
in cell E2
matches part of the text.
Another example:
E2= Benjamin P Rouamba
and J2=Roumbamoore
should bring back match.
I hope this makes sense and that there is a possible formula for this.
WALLI
matches withWALLINGER
, ok, the prefixes are the same... butRouAmba
isn't the same asRoumba
, is this correct? Should it bring amatch
? – dot.Py