Have two workbooks and having a challenge creating a lookup - from Workbook1 to Workbook2 based on
account number, month, and category.
The overall objective is to import the data from workbook 1 into workbook and determine if there are any differences
in the amounts for a specific combination of account number, month,and category.
Workbook1 has over 4000 records with 10 columns and Workbook2 has approximately 3000 records with 15 columns.
Initially tried to normalize the data in Workbook1 but to no avail.
Unsuccessful with Index Match, Using named ranges, sumproduct and vlookup with match.
Formulae tried include;
=VLOOKUP(AcctNbr_Workbook2,'Workbook1]Worksheet1'!Data,MATCH(Month_Workbook2,Workbook1'!Month_Workbook1,0)+2,FALSE)
Any insight as to a expedient method to accomplish the import of data from Workbook1 into Workbook is appreciated.
Workbook1-Worksheet1
Name----- Category- AcctNbr-- 1/1/2014- 2/1/2014- 3/1/2014
Jane----- Gross---- 1234----- 7500----- 8500----- 7600
John----- Gross----1456----- 9500----- 10000---- 12000
Shirley-- Expense-- 1423----- 1050----- 4600----- 5500
Workbook2-Worksheet1
Month------------- Name----- Account-- Gross---- Data_FromWksht1---Variance----Expense---Data_FromWksht1--Variance
1/1/2014---------- Jane----- 1234----- 8000----- 7500-----------------500---------
1/1/2014---------- Jane----- 1235----- 2500-----
1/1/2014---------- Shirley-- 1423----- 3500---------------------------------------------1250------1050-----200
2/1/2014---------- Jill----- 2246----- 4400
Thanks in advance for your time.
account number, month, and category.
The overall objective is to import the data from workbook 1 into workbook and determine if there are any differences
in the amounts for a specific combination of account number, month,and category.
Workbook1 has over 4000 records with 10 columns and Workbook2 has approximately 3000 records with 15 columns.
Initially tried to normalize the data in Workbook1 but to no avail.
Unsuccessful with Index Match, Using named ranges, sumproduct and vlookup with match.
Formulae tried include;
=VLOOKUP(AcctNbr_Workbook2,'Workbook1]Worksheet1'!Data,MATCH(Month_Workbook2,Workbook1'!Month_Workbook1,0)+2,FALSE)
Any insight as to a expedient method to accomplish the import of data from Workbook1 into Workbook is appreciated.
Workbook1-Worksheet1
Name----- Category- AcctNbr-- 1/1/2014- 2/1/2014- 3/1/2014
Jane----- Gross---- 1234----- 7500----- 8500----- 7600
John----- Gross----1456----- 9500----- 10000---- 12000
Shirley-- Expense-- 1423----- 1050----- 4600----- 5500
Workbook2-Worksheet1
Month------------- Name----- Account-- Gross---- Data_FromWksht1---Variance----Expense---Data_FromWksht1--Variance
1/1/2014---------- Jane----- 1234----- 8000----- 7500-----------------500---------
1/1/2014---------- Jane----- 1235----- 2500-----
1/1/2014---------- Shirley-- 1423----- 3500---------------------------------------------1250------1050-----200
2/1/2014---------- Jill----- 2246----- 4400
Thanks in advance for your time.