Churchy LaFemme
Board Regular
- Joined
- Sep 22, 2010
- Messages
- 129
I am updating a worksheet with a weekly data run that is garbage. I have 72 tabs based on the weeks' data and a summary tab showing the hours people worked on a specific type of issue. I need to create a new summary with correct data.
Just found out that the person who did the work was reusing their old, messed up workbooks instead of starting from the corrected version they were sent by the person in charge of the report.
Individual sheets with weekly data are correct. The summary tab is full of mistakes. (Seriously - some of the cells contain a formula like =56.7+18-93 when none of these values appear on the sheet for that week - not as row totals, not as sums. It's just bizarre!)
What I have to do is create a table that sums values from each sheet based on a specific value such as the person's id number (and check totals to make sure no row names changed from tab to tab.)
The formula is pretty simple -
=SUMIF('Sheet1'!$A:$A,Reconcile!C$2,'Sheet1'!$B:$B)
=SUMIF('Sheet72'!$A:$A,Reconcile!C$2,'Sheet72'!$B:$B)
But typing it over and over and over and over and over is not.
I have all the sheet names in column A of the Reconcile sheet. Is there way to use that sheet name in a formula so that Excel understand this is not a text string but a sheet name?
=SUMIF('Sheet1'!$A:$A,Reconcile!C$2,'Sheet1'!$B:$B)
What I want is a formula that says the sumif sheet values come from text in column A, and the criteria is a value in the header column.
Can this be done?
As a further complication, I am probably going to find that some of the sheets are not set up the same way, so I'll be looking at column B for the criteria and column C for the sum. If that wasn't true, I try dumping it all into access and giving that a whirl.

Just found out that the person who did the work was reusing their old, messed up workbooks instead of starting from the corrected version they were sent by the person in charge of the report.
Individual sheets with weekly data are correct. The summary tab is full of mistakes. (Seriously - some of the cells contain a formula like =56.7+18-93 when none of these values appear on the sheet for that week - not as row totals, not as sums. It's just bizarre!)
What I have to do is create a table that sums values from each sheet based on a specific value such as the person's id number (and check totals to make sure no row names changed from tab to tab.)
The formula is pretty simple -
=SUMIF('Sheet1'!$A:$A,Reconcile!C$2,'Sheet1'!$B:$B)
=SUMIF('Sheet72'!$A:$A,Reconcile!C$2,'Sheet72'!$B:$B)
But typing it over and over and over and over and over is not.
I have all the sheet names in column A of the Reconcile sheet. Is there way to use that sheet name in a formula so that Excel understand this is not a text string but a sheet name?
=SUMIF('Sheet1'!$A:$A,Reconcile!C$2,'Sheet1'!$B:$B)
What I want is a formula that says the sumif sheet values come from text in column A, and the criteria is a value in the header column.
Can this be done?
As a further complication, I am probably going to find that some of the sheets are not set up the same way, so I'll be looking at column B for the criteria and column C for the sum. If that wasn't true, I try dumping it all into access and giving that a whirl.