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
- 62.9K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 302 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!