P
polilop
I'm using vlookup,i have a 10 digit number which i have to mach with 9 digit
number (last digit is some kind of control digit) and when i use left to
take only the first 9 digits
=VLOOKUP( LEFT(F200;9);W198:W201;1;FALSE)
i get #N/A
if i manuallly delete the 10th digit i get mached data.
is there a problem with using left on vlookup?
number (last digit is some kind of control digit) and when i use left to
take only the first 9 digits
=VLOOKUP( LEFT(F200;9);W198:W201;1;FALSE)
i get #N/A
if i manuallly delete the 10th digit i get mached data.
is there a problem with using left on vlookup?