Hello ,
I am trying to do partial match based on words in both columns.
I have two data in Col A and Col B and the formula goes in Cell C2 and down till last row.
So for example, I have these in A2 and B2.
A2: The White Lion King ---------B2: The Lion King -----------------------------C2: Formula should return Match because 3 words from B2 match A2
A3: Brown Horse -------------------B3: Lazy Fox ------------------------------------C3: Formula should return No Match because words don't match
A4: The Great Scientist -----------B4: The Great Newton Scientist---------C4: Formula should return Match because 3 words match
I am trying to do it with Search formula. Tried find as well but to no avail. What formula can we use here for partial match.
Many thanks