Vlookup? #name

gtbb

Board Regular
Joined
Apr 7, 2008
Messages
118
There is something wrong in my fomular but I cann't figure out what it is? I have spent three days but still get stuck. Could someone help me please?

Thanks so much!!

IF(LEFT(B2,3)=F2,VLOOKUP(LEFT(B2,3),B2:F16,2,FASLE)," ")
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Hi,

Thanks for the quick reponse. I fixed the spelling error, but it now gives me an #N/A error? Any idea why?
 
Upvote 0
B2 contains letters between 3 to 10. The first three letters are unique for each one. So, if I enter three letters in F2, the result would be the relevant number code in colum C.
 
Upvote 0
Why are you looking up the first 3 characters of B2 in the range B2:F16, which includes B2? Couldn't you just as easily use =C2?
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,655
Members
448,975
Latest member
sweeberry

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