View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Gemi Gemi is offline
external usenet poster
 
Posts: 16
Default Merging/Combining workbook data

Marcelo,

I got it, =VLOOKUP(A2,fgt!A2:B570,2,0)
Thank you so much for your help! This saved me hours of cross refrencing.

Lee

"Marcelo" wrote:

On columm C workbook 1:
=vlookup(a2,[book2]Sheet1!$A$2:$b:570,2,0)

replace [book2]sheet1! for the real names you are using;

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"Gemi" escreveu:

I have two workbooks, one worksheet in each.
Workbook one contains customer data A1:K362 Column C is blank and is where
I need to enter the cutomers fgt acct numbers which are in workbook two.
ColA ColB ColC ColD ColE
Cust# FgtCarrier FgtAcct# CustName CustAdd

Workbook two contains two columns A1:B570
ColA ColB
Cust# FgtAcct#

ColA from both worksheets contain the customer numbers, although not all
customers are listed on the worksheet in workbook one. I need to fill in ColB
with the fgt account numbers. Rather than manually going through both lists
to match up customer acct. and then enter the corresponding fgt. number I am
hoping there is another way. If the cust numbers in ColA match on both
worksheets than enter the fgt acct number for the corresponding cust. acct
(located in ColB on workbook2) in ColC on workbook 1.

Thank you

Lee