Hi Hoping someone can help.
I'm trying to compare two columns with similar text in each cell i.e. address.
I'm using the VLOOKUP function with TRUE statement but for whatever reason it doesn't seem to be working in all scenerios.
For example
A1 = PO Box 000 MURRAY BRIDGE SA 9999
B1 = Sunnys Prods P/L (0022) PO Box 000 MURRAY BRIDGE SA 9999
as you can see, A1 is contained in B1 but it's not returning a value. In some other instances it is.
Is there an IF statement or similar that I can use to find near matchs? I'm trying to apply this across 20,000 rows.
Any help would be much appreciated so I dont have to look at the records 1 by 1 to find where A1<>B1
Thanks in advance.
I'm trying to compare two columns with similar text in each cell i.e. address.
I'm using the VLOOKUP function with TRUE statement but for whatever reason it doesn't seem to be working in all scenerios.
For example
A1 = PO Box 000 MURRAY BRIDGE SA 9999
B1 = Sunnys Prods P/L (0022) PO Box 000 MURRAY BRIDGE SA 9999
as you can see, A1 is contained in B1 but it's not returning a value. In some other instances it is.
Is there an IF statement or similar that I can use to find near matchs? I'm trying to apply this across 20,000 rows.
Any help would be much appreciated so I dont have to look at the records 1 by 1 to find where A1<>B1
Thanks in advance.