C
Clive_S
Hi
Pete Kindly gave me a formulae to check 2 seperate columns for a
value:
=IF(ISNA(MATCH(A2&"",Gazatteer!A$2:B$65001,0)),IF(ISNA(MATCH
(A2&"",Gazatteer!$G3:H$65001, 0)),"not found",VLOOKUP(A2&"",Gazatteer!
$G2:H$65001,1,0)),VLOOKUP(A2&"", Gazatteer!A$2$65001,1,0))
I get not found.
When I use 2 seperate Vlookup, the one works (the data is in either
A2:C65000 or G2:F65000)
The following works:
=VLOOKUP( A2, Gazatteer!A$2:C$65536, 1, 0 ) (A)
=VLOOKUP( A2, Gazatteer!F$2:G$65536, 1, 0 ) (B)
This requires 2 coloumns, rather than a single column??
PS I have tried A2 "",.... & A2,.....
Pete Kindly gave me a formulae to check 2 seperate columns for a
value:
=IF(ISNA(MATCH(A2&"",Gazatteer!A$2:B$65001,0)),IF(ISNA(MATCH
(A2&"",Gazatteer!$G3:H$65001, 0)),"not found",VLOOKUP(A2&"",Gazatteer!
$G2:H$65001,1,0)),VLOOKUP(A2&"", Gazatteer!A$2$65001,1,0))
I get not found.
When I use 2 seperate Vlookup, the one works (the data is in either
A2:C65000 or G2:F65000)
The following works:
=VLOOKUP( A2, Gazatteer!A$2:C$65536, 1, 0 ) (A)
=VLOOKUP( A2, Gazatteer!F$2:G$65536, 1, 0 ) (B)
This requires 2 coloumns, rather than a single column??
PS I have tried A2 "",.... & A2,.....