Hi is there a way to create a formula that will match to 'has any of' instead of an exact Match?
Here is my current formula:
=INDEX({Look Up Table Range 1}, MATCH([Sold To Name]@row, {Look Up Table Range 2}, 0))
If my look up table has the name "TEST 12345" I would like my formula to still pick up "TEST" and populate -so its not looking for an exact match, but 'any of'