I'm having problems with a SUMIFS formula
This one works:
=SUMIF({DOC Ammunition Inventory Range 2}, Category@row, {DOC Ammunition Inventory Range 1})
This one won't:
=SUMIFS({DOC Ammunition Inventory Range 2}, {Sheet - Asset Management Sheet Range Inst}, Category@row, {DOC Ammunition Inventory Range 1})
What am I missing?
Answers
-
On your SUMIFS you do not have a second criteria. SUMIF and SUMIFS build slightly different.
A SUMIF builds RANGE, CRITERION, and if specified a SUM_RANGE, otherwise it will SUM from the selected RANGE.
On a SUMIFS, you will specify the RANGE to sum, then the individual CRITERION RANGES and CRITERIONS.
example
=SUMIFS(RANGE TO SUM,CRITERION RANGE 1,CRITERION 1,CRITERION RANGE 2,CRITERION 2)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!