Forum Discussion
KMorrison5151
Mar 17, 2020Copper Contributor
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 ...
- Mar 17, 2020
PReagan
Mar 17, 2020Bronze Contributor
- KMorrison5151Mar 17, 2020Copper Contributor
Many thank yous! Works perfectly.
- PReaganMar 17, 2020Bronze Contributor
- KMorrison5151Mar 17, 2020Copper Contributor
May I ask you one more...I have codes in column a. I want to test those codes against a table and return a results based on that table. Any thoughts on the function to use? In my file below, in column b - if a2 contains "PS01" then "Valid" else if a2 contains "PE11" then "Disconnected" else N/A. Thank you!!