V-lookup copy down help

pup33pawz

New Member
Joined
Jun 2, 2014
Messages
21
Hello! I was wondering if someone could help me formulate a V-Lookup formula for this case:

After I type in the project # into Sheet 1 A2 & A3, I would like B2 & B3 to automatically be filled with Sheet 2's column D with either "First" or "Second". Right now I have =Vlookup(B2,Sheet2!A2:D2,4,False). I am unable to copy down the formula and to get Sheet 1 B3 to autofill with "Second".

Sheet 1:

A
B
1
Project #
Milestone
2
123
3
789

<tbody>
</tbody>

Sheet 2:
A
B
C
D
1
Project #
Phase
Client
Milestone
2
123
ABC
Roger
First
3
123
ABC
Kathy
First
4
123
ABC
Ingrid
First
5
789
DEF
Michaelson
Second

<tbody>
</tbody>


Thank you in advance!
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Thank you for your reply. When I insert this formula I get a circular warning? Could it be instead of =VLOOKUP(B2 it should be A2?
 
Upvote 0
When I copy that formula down into Sheet1 Column B. It is returning with #N/A:

after copying formula down using =VLOOKUP($A2,Sheet2!$A$2:$D$2,4,0)
A
B
1
Project #
Milestone
2
123First
3
789
#N/A
4
#N/A
5
#N/A

<tbody>
</tbody>
 
Upvote 0
When I copy that formula down into Sheet1 Column B. It is returning with #N/A:

after copying formula down using =VLOOKUP($A2,Sheet2!$A$2:$D$2,4,0)
A

B

1

Project #

Milestone

2

123
First
3

789
#N/A
4

#N/A
5

#N/A

<TBODY>
</TBODY>


It should be:

=VLOOKUP($A2,Sheet2!$A$2:$D$5,4,0)

Or as precaution...

=VLOOKUP($A2,Sheet2!A:D,4,0)
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,387
Members
449,080
Latest member
Armadillos

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