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

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
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,786
Messages
6,121,548
Members
449,038
Latest member
Guest1337

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