Vlook up..What am I doing wrong...

spotsteven

Board Regular
Joined
Jul 14, 2005
Messages
102
Will it still work if my numbers begin with a Alpa code?

List a List b data data
V046265 V046265 10 20
V046214 V046214 10 20
V046169 V046169 10 20
V046144 V046144 10 20
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
As long as the value you are looking up is in the same format as the first column in your lookup table, it should work.

Be sure that you don't have any extra spaces at the beginning or end that causes your values to be unequal.
 
Upvote 0
It doesn't matter, as long as they are both the same!
 
Upvote 0
Vlookups shouldn't have a problem with Alpha-numeric lookup criteria. Does your lookup looks something like this?

=VLOOKUP(A2,Data!$A$2:$C$200,2,0)

Note the ,0 at the end - that signifies you're looking for an exact match on the string you're looking up (i believe if you leave that out it will have a default that may be giving you funky results).

In any case feel free to post your formula if you're still having problems.
 
Upvote 0

Forum statistics

Threads
1,214,947
Messages
6,122,413
Members
449,082
Latest member
tish101

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top