SUMIFS with Multiple Criteria
Hi all,
Trying to SUMIFS with multiple criteria and getting an unparseable error.
I need to know the sum of hours by a department for each month.
=SUMIFS({Estimated Hours}:{Estimated Hours}, {Sprint}:{Sprint}, input@row, {Department}:{Department}, "Sales")
Best Answer
-
Do these reference columns on another sheet?
{Estimated Hours} {Sprint} {Department}
If so, you just need to list each column reference by itself, because each one represents a full range:
=SUMIFS({Estimated Hours}, {Sprint}, input@row, {Department}, "Sales")
If these are columns on the same sheet, then you need square brackets instead of curly braces, and only necessary on columns with names that are more than one word or that contain a special character or number:
=SUMIFS([Estimated Hours]:[Estimated Hours], Sprint:Sprint, input@row, Department:Department, "Sales")
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
Do these reference columns on another sheet?
{Estimated Hours} {Sprint} {Department}
If so, you just need to list each column reference by itself, because each one represents a full range:
=SUMIFS({Estimated Hours}, {Sprint}, input@row, {Department}, "Sales")
If these are columns on the same sheet, then you need square brackets instead of curly braces, and only necessary on columns with names that are more than one word or that contain a special character or number:
=SUMIFS([Estimated Hours]:[Estimated Hours], Sprint:Sprint, input@row, Department:Department, "Sales")
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Are you pulling hour data from another sheet?
What is input@row? Can you expand the view of the sheet or reference area?
too many unknown data sources and formats to give a good answer
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!