Hello,
I am looking to create a formula.
My requirement is, I have over 1200 rows of data and filling up. I am trying to match text. I have text in column A & B. I need the same string of words contained in Col 'B', to match in Col 'A'. (String of words in Col 'A' could be long in some rows). Return "Yes" or "No" in Col 'C', on same row as match found in Col 'A'.
Hope I am clear in my requirement.
I googled and tried these formulas, and failed
"IFERROR(IF(MATCHif("*"&B1&"*",A:A,0),"yes",),"no")"
"IF(COUNTIF(A:A, "*"&$B$1&"*"), "Yes", "")"
Your help would be greatly appreciated. Thanks
I am looking to create a formula.
My requirement is, I have over 1200 rows of data and filling up. I am trying to match text. I have text in column A & B. I need the same string of words contained in Col 'B', to match in Col 'A'. (String of words in Col 'A' could be long in some rows). Return "Yes" or "No" in Col 'C', on same row as match found in Col 'A'.
Hope I am clear in my requirement.
I googled and tried these formulas, and failed
"IFERROR(IF(MATCHif("*"&B1&"*",A:A,0),"yes",),"no")"
"IF(COUNTIF(A:A, "*"&$B$1&"*"), "Yes", "")"
Your help would be greatly appreciated. Thanks