Joe_Fox
Well-Known Member
Hi,
I have two worksheets:
First one contains a long list of names with office
Second one contains a shorter list of names only
All names in the second worksheet are present in the first worksheet.
What I need to do is pull the office from the first sheet into the second sheet alongside the relevant name:
For example:
sheet1
sheet 2
I need the result to be
Any ideas?
I have two worksheets:
First one contains a long list of names with office
Second one contains a shorter list of names only
All names in the second worksheet are present in the first worksheet.
What I need to do is pull the office from the first sheet into the second sheet alongside the relevant name:
For example:
sheet1
Code:
[b]name Office[/b]
Joe Leeds
Bob Liverpool
Carol Manchester
sheet 2
Code:
[B]name[/B]
Joe
Bob
I need the result to be
Code:
[B]name Office[/B]
Joe Leeds
Bob Liverpool
Any ideas?
Last edited: