VLOOKUP in bypassing certain look up values

ambuj33

New Member
Joined
Apr 13, 2018
Messages
4
Hello,
I am doing an analysis where I need to pick up value from one column and fill a new column with those values by matching 2 other columns present with similar data. However, when I run vlookup it works for few rows and then starts bypassing values randomly. Need help.
ABCD
B222C343
C343B#N/A
D54I#N/A
E323J4334
F2342D54
G879E#N/A
H97F2342
I4H97
J4334G879

<tbody>
</tbody>

Aim is to fill the column D based upon values in Col B against A.
VLOOK UP I used as
=VLOOKUP(C,A:B,2,False)

Please correct me if I am wrong here,TIA.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Welcome to Mr Excel forum

Try
D1 copied down
=VLOOKUP(C1,A:B,2,0)

Hope this helps

M.
 
Upvote 0
It worked. Awesomme. Is it because of False replaced by 0 or something else ? howcome that is different from the one I mentioned.
 
Upvote 0
You formula has an error (in red)
=VLOOKUP(C,A:B,2,False)

To correct it simply replace C with C1. You can use False or 0 in the last argument.

M.
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,728
Members
448,987
Latest member
marion_davis

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