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:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Project #
[/TD]
[TD]Milestone
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]123
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]789
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Project #
[/TD]
[TD]Phase
[/TD]
[TD]Client
[/TD]
[TD]Milestone
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]123
[/TD]
[TD]ABC
[/TD]
[TD]Roger
[/TD]
[TD]First
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]123
[/TD]
[TD]ABC
[/TD]
[TD]Kathy
[/TD]
[TD]First
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]123
[/TD]
[TD]ABC
[/TD]
[TD]Ingrid
[/TD]
[TD]First
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]789
[/TD]
[TD]DEF
[/TD]
[TD]Michaelson
[/TD]
[TD]Second
[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance!
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:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Project #
[/TD]
[TD]Milestone
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]123
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]789
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Project #
[/TD]
[TD]Phase
[/TD]
[TD]Client
[/TD]
[TD]Milestone
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]123
[/TD]
[TD]ABC
[/TD]
[TD]Roger
[/TD]
[TD]First
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]123
[/TD]
[TD]ABC
[/TD]
[TD]Kathy
[/TD]
[TD]First
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]123
[/TD]
[TD]ABC
[/TD]
[TD]Ingrid
[/TD]
[TD]First
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]789
[/TD]
[TD]DEF
[/TD]
[TD]Michaelson
[/TD]
[TD]Second
[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance!