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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!