So I already have this formula
=IFERROR(INDEX(Table2[Company'#],MATCH("*"&[Store Address 1]&"*",Table2[AddressLine1],0)),"FALSE")
so it works completely fine. But the thing is I was wondering if there is a better formula to read the cells completely
For example, in my StoreAddress 1
I have something like 500 NORTHCENTER MALL
and in my AddressLine1
I have something like 500 N CENTER MALL
It returns false, and I'm assuming it's because it's not an exact match but logically it matches. So, I was wondering if there's another way to write this index match, rather than manually changing the cell to TRUE
Anything helps, thanks!