SUMIF no error, but returns '0' vs. actual sum
I'm using the Sum =SUM(CHILDREN()) to capture scoring of items by various teams, which is working great for each tool/category, but I want to now show a score by team (not just overall total by tool).
=SUMIF(Tool6:Tool187, "Development", [Key factor]6:[Key factor]187) - this results in '0' (should be 35)
Summing a number in the Tool column / where 'Product' is found in Key factor column
I've tried variations of the above but get various errors. I'm sure I'm overlooking the obvious but kind of stuck at this point. thanks
Comments
-
According to the =SUMIF formula instructions found here:
https://help.smartsheet.com/functions
https://help.smartsheet.com/function/sumif
You will want to put the range that has the criterion first, then your criterion and then your sum-range last.
=SUMIF([Key factor]6:[Key factor]187, "Development", Tool6:Tool187)
Swapping those ranges should do the trick for you.
-
That was it, thought I had reversed previously but I think I neglected the [ ] in proper place. Thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!