G
Guest
Hi all
I have a postcode file A1: H1656
Column A = postcod
Column B = subur
I also have a spreadsheet with either suburb names or postcodes. What I'm trying to do is 2 lookups (separately is ok)
1 Lookup the suburb and return the postcod
2 Lookup the postcode and return the subur
I will consolidate these later
The problem I have is that if I lookup a suburb to return a postcode and the lookup value is already a suburb I get an error: #N/A
I've tried:=IF(ISNA(VLOOKUP(C2,'Postcode file'!$A$2:$J$16563,2,FALSE),"",VLOOKUP(C2,'Postcode file'!$A$2:$J$16563,2,FALSE
But it's not working, "formula contains an error
What am I missin
Thank
Alb
I have a postcode file A1: H1656
Column A = postcod
Column B = subur
I also have a spreadsheet with either suburb names or postcodes. What I'm trying to do is 2 lookups (separately is ok)
1 Lookup the suburb and return the postcod
2 Lookup the postcode and return the subur
I will consolidate these later
The problem I have is that if I lookup a suburb to return a postcode and the lookup value is already a suburb I get an error: #N/A
I've tried:=IF(ISNA(VLOOKUP(C2,'Postcode file'!$A$2:$J$16563,2,FALSE),"",VLOOKUP(C2,'Postcode file'!$A$2:$J$16563,2,FALSE
But it's not working, "formula contains an error
What am I missin
Thank
Alb