C
Clive_S
Hi
I am trying to match 2 addresses and return a text value (looks like a
number).
The list exceeds the Excel max row number, so needs to be split over 2
sets of colums ie B2:B65000 &.H2:H38410
Any help would be appreciated!!
=IF(ISTEXT(VLOOKUP(B2 &"",Sheet2!B$2:B$65001,3,FALSE))= TRUE, "
",VLOOKUP(B2 &"",Sheet2!$H2:H$38410,9,FALSE))
Get #REF
The address is identical in both worksheets???
I am trying to match 2 addresses and return a text value (looks like a
number).
The list exceeds the Excel max row number, so needs to be split over 2
sets of colums ie B2:B65000 &.H2:H38410
Any help would be appreciated!!
=IF(ISTEXT(VLOOKUP(B2 &"",Sheet2!B$2:B$65001,3,FALSE))= TRUE, "
",VLOOKUP(B2 &"",Sheet2!$H2:H$38410,9,FALSE))
Get #REF
The address is identical in both worksheets???