sum a single cell from multiple sheets based on single date (week-ending) from sheets in summary sheet

AndaMyrrha

New Member
Joined
Apr 14, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi,
i hope everybody is well.

I am wracking my brains trying to sum values from multiple sheets based on date. The workbook has hundreds of sheets with several sheets per date (day) all with the same format, including the summary sheet. I have used index and indirect to sum common data into a summary sheet, but need to summarize the data from a single cell by date. I have tried using the formula
=SUMPRODUCT(SUMIF(INDIRECT("'"&SheetNames&"'!A:A"),C2,INDIRECT("'"&SheetNames"'!B:B")))
This is not working, I am guessing, because I am only looking for information from single cells and not a range. The date ending cell is C2 and the cell that I want to sum is A5. Also, the date ending can be manually changed by a SUMIF formula based on the week number input on the summary sheet. Could someone please lead me in the right direction.
Thanks in advance!
 

Attachments

  • Excel.png
    Excel.png
    127.8 KB · Views: 12

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Hi Andamyrrha - Welcome to the forum. You might try something like the code below that sums the same cell from multiple sheets. Hope that helps you get started.

=SUM(Sheet2:Sheet4!A5)
 
Upvote 0

Forum statistics

Threads
1,213,565
Messages
6,114,338
Members
448,570
Latest member
rik81h

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top