vlookup

L

lloyd

I have a 12 digit number in one area and doing the vlookup seems to be only
looking at the first 6 and rouding at that point. I need the lookup to look
at the entire 12 characters and do a match on all 12.
 
J

JE McGimpsey

Take a look at VLOOKUP In XL Help, you need to set the range_lookup
argument to FALSE, e.g.:

=VLOOKUP(A1,J:K,2,FALSE)
 
L

lloyd

I have false in the correct position


JE McGimpsey said:
Take a look at VLOOKUP In XL Help, you need to set the range_lookup
argument to FALSE, e.g.:

=VLOOKUP(A1,J:K,2,FALSE)
 
J

JE McGimpsey

Then please provide some examples of your data (in a message, not an
attachment), along with your formula(e), that illustrates the problem.
 
L

Luke M

Are both the vlookup table, and the cell you are looking at of the same
format? Just a thought.
 
L

lloyd

Just doubled check and to it's ok. to be sure I copied the format from one to
the other.
 
G

Gord Dibben

Post your formula and a sample of 12-digit numbers.

Also, how are the 12-digit numbers produced?


Gord Dibben MS Excel MVP
 
J

Jeff Gordon

lloyd said:
I have a 12 digit number in one area and doing the vlookup seems to be only
looking at the first 6 and rouding at that point. I need the lookup to
look
at the entire 12 characters and do a match on all 12.

I don't know so well, but is your table sorted an ascending order?

JG
 
Top