Hello,
Below is my query
Excel 1, column 1:
| Name |
| pineapple sciences |
| Hello fresh |
| tomato garden |
Excel 2 column 1:
| Name |
| pineapple sciences ltd |
| original |
| tomato ltd |
The o/p should be only row #1 and #3 based on a fuzzy match. I tried using a join condition but was unable to do it.
How can i achieve that?
Thanks/