Hi All,
Here's my problem: (Excel 2003) I have two files, one of which is a data and the other is a summary file. The data file has headers in 2 different rows with data entered below. Then there are summary and total rows for that data.
The summary file pulls from the data file, and I need a VLOOKUP to automate that process.
I need the formula to match the headers in the first two rows of the data file with the columns in the summary file and return the appropriate value.
The columns are NOT static - they are re-arranged frequently.
Here are some exmples:
DATA FILE:
Row 1 Cheese Regular Cheese Regular
Row 2 Burger Burger Hotdog Hotdog
5 6 7 2
____________________________
Eaten 1 3 3 1
Not Eaten 4 3 4 1
Total 5 6 7 2
SUMMARY FILE:
Column 1 Column 2 Eaten Total
Cheese Burger 1 5 NEED FORULA HERE
Regular Hotdog 1 2
Any help would be greatly appreciated!
Here's my problem: (Excel 2003) I have two files, one of which is a data and the other is a summary file. The data file has headers in 2 different rows with data entered below. Then there are summary and total rows for that data.
The summary file pulls from the data file, and I need a VLOOKUP to automate that process.
I need the formula to match the headers in the first two rows of the data file with the columns in the summary file and return the appropriate value.
The columns are NOT static - they are re-arranged frequently.
Here are some exmples:
DATA FILE:
Row 1 Cheese Regular Cheese Regular
Row 2 Burger Burger Hotdog Hotdog
5 6 7 2
____________________________
Eaten 1 3 3 1
Not Eaten 4 3 4 1
Total 5 6 7 2
SUMMARY FILE:
Column 1 Column 2 Eaten Total
Cheese Burger 1 5 NEED FORULA HERE
Regular Hotdog 1 2
Any help would be greatly appreciated!