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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!