SUMIFS across multiple sheets by column total and filter by date

anonemous

New Member
Joined
Dec 2, 2015
Messages
16
Office Version
  1. 365
  2. 2016
  3. 2010
Platform
  1. Windows
  2. MacOS
In this workbook I have a main worksheet where data is entered each row by date, then number of conditions in each column.
There is a separate summary sheet to tally off the worksheet and total the sum by the matching date.

This formula is for example, sum total of column E for the month of September 2022:

=SUMIFS('Team 1'!$E$E,'Team 1'!$B:$B,">=9/1/2022",'Team 1'!$B:$B,"<=9/30/2022")

It works great.


Now I plan to add additional teams, "Team 2" "Team 3" "Team 4" for additional worksheets to the workbook

I made a new summary page and tried this sumifs with indirect, but I keep getting a #VALUE! or #REF error however I write the below formatting for the formula

=SUMPRODUCT(SUMIFS(INDIRECT("'"&$A$16:$A$25&"'"&"!$E:$E"),INDIRECT("'"&$A$16:$A$25&"'"&"!$B:$B"),">=9/1/2022"),INDIRECT("'"&$A$16:$A$25&"'"&"!$B:$B"),"<=9/30/2022")


Any clues where I might be going wrong with this formula? I'm hoping it is just an input formatting error.


FormulaError.png
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
You have a closing bracket after the 1st criteria in the sumifs which should be at the end of the formula
 
Upvote 0
Solution
Doh! Thank you very much for catching it. All working now!
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,328
Messages
6,124,295
Members
449,149
Latest member
mwdbActuary

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