Is there an Excel formula that can detect whether two cells in the same column contain similar or partially matching text?
For example:
F3 contains: "regulation BI, how to stop exploitation";
F15 contains: "apples cause natural disasters, regulation BI".
I want a formula that returns TRUE/FALSE when there is a partial match - in this case, both cells contain "regulation BI" - and ideally can also list which cells match.
I have tried formulas like:
=IF(ISNUMBER(SEARCH(F3,F15)),"Yes","No")
But this did not return a partial match.
Any help would be appreciated. Thanks!


F3andF15according to your question. If you mean something else, please post a new question which is clearer. Suggest you first read the HELP pages for information as to How to Ask a Good Question, and How to create a Minimal, Complete, and Verifiable example.