Forum Discussion

KMorrison5151's avatar
KMorrison5151
Copper Contributor
Mar 17, 2020
Solved

Cell contains partial text match

I have two columns of data. I would like a fuzzy match from B2 to A2. So if value from b2 is anywhere in a2 that is a match. In attached spreadsheet the result would be No, No, Yes, No, Yes etc. Can ...
  • PReagan's avatar
    Mar 17, 2020

    Hello KMorrison5151,

     

    Starting in cell C2:

    =IFERROR(IF(SEARCH(B2,A2)>0,"YES"),"NO")

Resources