Forum Discussion

Lawrence_Lam_320's avatar
Lawrence_Lam_320
Copper Contributor
Aug 23, 2023
Solved

Vlookup issue

Hi Expertises, 

Need you help again. I have a problem in vlookup as below

 

73612347361231234
88Q234588Q567#VALUE!

 

I need to extract the first left 3 characters from the data under 3rd colume such as 736123 & 88Q567 for lookup purposes.

my formula is =VLOOKUP(VALUE(LEFT(c1,3)),$a$1:b$2,2,FALSE)

 

I got correct answer which is 1234 for 736, however, the formula is something wrong for 88Q. 

May I ask you help to fix 88Q issue? the answer should be 2345. Thanks a lot