Hello,
Is there a formula I can use to complete this action? I am unable to use V-lookup since the information is split up and not left to right.
I'd like to pull information from Sheet 1 D2
Sheet 1:
[TABLE="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]1234
[/TD]
[TD]ABC
[/TD]
[TD]Roger
[/TD]
[TD]First
[/TD]
[/TR]
</tbody>[/TABLE]
To insert into Sheet 2 B2
Sheet 2:
[TABLE="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]1234
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I really appreciate any help on this one!
Is there a formula I can use to complete this action? I am unable to use V-lookup since the information is split up and not left to right.
I'd like to pull information from Sheet 1 D2
Sheet 1:
[TABLE="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]1234
[/TD]
[TD]ABC
[/TD]
[TD]Roger
[/TD]
[TD]First
[/TD]
[/TR]
</tbody>[/TABLE]
To insert into Sheet 2 B2
Sheet 2:
[TABLE="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]1234
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I really appreciate any help on this one!