Hi all
I have a spreadsheet that requires a reference number (SDAC REF) to be input which then triggers the VLOOKUP for the SDAC Name & STW Catchment. This all works fine until a reference number with (????E1??) is input, this then changes the cell to Scientific and the VLOOKUP does not work. I have tried formatting the reference cells to TEXT and this works well, however reference number that do not have letters in them will no longer trigger the VLOOKUP? So, is there anyway the reference cell can stop changing (????E1??) to scientific?
My VLOOKUP example for the SDAC Name is as below:
I do not post very often so if I have missed something or done something wrong then I apologise.
GD
I have a spreadsheet that requires a reference number (SDAC REF) to be input which then triggers the VLOOKUP for the SDAC Name & STW Catchment. This all works fine until a reference number with (????E1??) is input, this then changes the cell to Scientific and the VLOOKUP does not work. I have tried formatting the reference cells to TEXT and this works well, however reference number that do not have letters in them will no longer trigger the VLOOKUP? So, is there anyway the reference cell can stop changing (????E1??) to scientific?
My VLOOKUP example for the SDAC Name is as below:
Code:
=IF(ISNA(VLOOKUP(H8,'SDAC +'!$A$3:$V$4887,3,FALSE)),"",VLOOKUP(H8,'SDAC +'!$A$3:$V$4887,3,FALSE))
I do not post very often so if I have missed something or done something wrong then I apologise.
GD
Last edited by a moderator: