I have used the following Vlookup formula to look up a description
=IF(ISTEXT(B1096),VLOOKUP(B1096+0,TBTXT!B:E,2,FALSE),VLOOKUP(B1096,TBTXT!B:E,2,FALSE))
This formula works well if the value in B1096 is say 199992 . However, if an X or K appears first for ex X10196, then I get #value!
I have attached some sample data. Your assistance in resolving this is most appreciated
=IF(ISTEXT(B1096),VLOOKUP(B1096+0,TBTXT!B:E,2,FALSE),VLOOKUP(B1096,TBTXT!B:E,2,FALSE))
This formula works well if the value in B1096 is say 199992 . However, if an X or K appears first for ex X10196, then I get #value!
I have attached some sample data. Your assistance in resolving this is most appreciated
Excel Workbook | ||||
---|---|---|---|---|
B | C | |||
1095 | 199940 | Dividends Paid | ||
1096 | 199992 | Transfer To Balance Sheet | ||
1097 | X13040 | #VALUE! | ||
1098 | X13060 | #VALUE! | ||
1099 | X13080 | #VALUE! | ||
1100 | X13100 | #VALUE! | ||
TB Consolidation |