Forum Discussion
FORMULA TO MATCH TEXT STRING IN 2 COLUMNS
Subodh_Tiwari_sktneer formula should look for all cell data in b2 to b3000 and c2 to c3000, how can we include them? thanks
If you place the formula I proposed in D2 and copy it down, it will return the same desired output you mocked up manually. But it seems I am missing your logic here.
Would you please explain the logic behind your desired output you showed in column D?
e.g. in Column D, you have MATCH in D2 and NO MATCH in D3, can you explain the logic behind these two desired output? Maybe then I would pick the logic and derive a suitable formula to return the desired output.
While explaining the logic, take the value of A2 and A3 and let me know all the manual steps you would take to get the desired output as shown in D2 and D3 in your sample file considering just four rows of data.
All I want to know why D2 has MATCH in it and why D3 has NO MATCH in it?
- Marvin OcoSep 24, 2019Iron Contributor
A2 matches text string in c5, match; A3 do not match in any cell in column B and C, no match, A4 matches in B3, match; A5 do not match in any cell in B and C, no match
Please see attached
- Subodh_Tiwari_sktneerSep 24, 2019Silver Contributor
Thanks for explaining the logic.
Please try this...
In D2
=IF(COUNTIF($B$2:$C$3000,"*"&A2&"*"),"MATCH","NO MATCH")
and copy it down.
I have placed the formula in Green Cells in column E in the attached.
Please let me know if you are getting the desired output now.
- tnmc77Jan 02, 2024Copper Contributor
Subodh_Tiwari_sktneer hi. i ma 4 years late to the party. Thank you. This formula will be very helpful to me. Is it possible to get matching sub-text in a separate column? Thank you.