Merging Document Help

D

DeperateNumbers

I have a number in column B of Worksheet A. I'm trying to locate that same
number from Worksheet B, column A. Once I have found corresponding numbers,
I want to pull the information from column C, Worksheet B into Column C
Worksheet A. And then repeat for mulitple rows. Can you please help?
 
J

JW

I have a number in column B of Worksheet A. I'm trying to locate that same
number from Worksheet B, column A. Once I have found corresponding numbers,
I want to pull the information from column C, Worksheet B into Column C
Worksheet A. And then repeat for mulitple rows. Can you please help?

In cell C2 of Worksheet A, place this and paste down as needed.
=VLOOKUP(A2,'Worksheet B'!A:C,3,FALSE)
 
J

JW

I have a number in column B of Worksheet A. I'm trying to locate that same
number from Worksheet B, column A. Once I have found corresponding numbers,
I want to pull the information from column C, Worksheet B into Column C
Worksheet A. And then repeat for mulitple rows. Can you please help?

In cell C2 of Worksheet A, place this and paste down as needed.
=VLOOKUP(A2,'Worksheet B'!A:C,3,FALSE)
 
P

Peo Sjoblom

It won't really transfer all information just the first occurrence unless
the
numbers are all unique


--


Regards,


Peo Sjoblom
 
Top