Hi All,
Please find below the example of the logic I want to build:
| A | B | Expected Output |
| BRING FOOD | RING | No match |
| RING A BELL | RING | Match |
This is just a sample but this is what I am trying to do. I tried using FindString([A],[B]) but it gives match in the first case as well. How can I check if the complete word present in Field B of a particular row present in String Field A in that row?
Thanks for your support.