Here's the layout of my spreadsheet:
STYLE[tab][tab]FINISH[tab]SATURATOR
LYW329[tab][tab]3[tab][tab][tab]FERN
PRM685[tab][tab]6[tab][tab][tab]BLACK
KXWJ95[tab][tab]J[tab][tab][tab]YELLOW
NOM319[tab][tab]3[tab][tab][tab]FERN
Formula for "FINISH" column is: MID(STYLE,4,1)
Formula for "SATURATOR" column is: LOOKUP(FINISH,CODES!A:A,CODES!B:B)
Layout for lookup sheet,"CODES", which is in the same workbook:
FINISH[tab][tab]SATURATOR
0[tab][tab][tab][tab]RIGID
3[tab][tab][tab][tab]FERN
6[tab][tab][tab][tab]BLACK
8[tab][tab][tab][tab]SANGRIA
A[tab][tab][tab][tab]AVACADO
J[tab][tab][tab][tab]YELLOW
My problem is that no matter how the cells are formatted (number, text, general), if the "FINISH" column in the main spreadsheet is a number then the "SATURATOR" column returns "#N/A". BUT if the "FINISH" column in the main spreadsheet is a letter then the "SATURATOR" column returns the correct value.
Please help!
Linsey
STYLE[tab][tab]FINISH[tab]SATURATOR
LYW329[tab][tab]3[tab][tab][tab]FERN
PRM685[tab][tab]6[tab][tab][tab]BLACK
KXWJ95[tab][tab]J[tab][tab][tab]YELLOW
NOM319[tab][tab]3[tab][tab][tab]FERN
Formula for "FINISH" column is: MID(STYLE,4,1)
Formula for "SATURATOR" column is: LOOKUP(FINISH,CODES!A:A,CODES!B:B)
Layout for lookup sheet,"CODES", which is in the same workbook:
FINISH[tab][tab]SATURATOR
0[tab][tab][tab][tab]RIGID
3[tab][tab][tab][tab]FERN
6[tab][tab][tab][tab]BLACK
8[tab][tab][tab][tab]SANGRIA
A[tab][tab][tab][tab]AVACADO
J[tab][tab][tab][tab]YELLOW
My problem is that no matter how the cells are formatted (number, text, general), if the "FINISH" column in the main spreadsheet is a number then the "SATURATOR" column returns "#N/A". BUT if the "FINISH" column in the main spreadsheet is a letter then the "SATURATOR" column returns the correct value.
Please help!
Linsey