SUMIFS between two dates with multiple sheets and multiple criteria
Hi There,
I am trying to calculate total hours submitted by a resource from another sheet between 2 dates.
=SUMIFS({Client Raw Data Range 4}, {Client Raw Data Range 5} >=StartDate,{Client Raw Data Range 5} <= EndDate,{DRiV Raw Data Range 6},Resource2})
On a seperate data sheet. Range 4 is the Hours column. Range 5 is the date those hours were added. Range 6 is the resource name. There are 2,000 rows of data from that data sheet where I need to find the total hours. E.g. Resource 1 worked 208 hours between 01/01/2023 - 01/31/2023 based on the Raw Data Input sheet.
Answers
-
Your syntax is off. Make sure your punctuation is as it should be.
-
I see you marked Paul's response as not helping answer the question, do you need a direct example? He's correct, the syntax for SUMIFS requires a comma after each {range} and "Criteria". You'll also need a row reference after each referenced cell, such as StartDate@row . Keep in mind if you're looking at a different row, like row 2, that would need to be updated: StartDate2
Try:
=SUMIFS({Client Raw Data Range 4}, {Client Raw Data Range 5}, >=StartDate@row, {Client Raw Data Range 5}, <= EndDate@row, {DRiV Raw Data Range 6}, Resource@row)
If this hasn't helped, please post a screen capture of the sheet you're putting the formula into as well as a screen capture of the source sheet, but block out sensitive data.
Thanks,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!