SUMIFS not working with additional field added
UserAHC
✭✭✭
Hello,
I'm trying to do a SUMIFS Formula for a month.
=SUMIFS({Period Month}, "January", {cuscode}, Category@row, {extprice})
I'm getting incorrect argument.
Previously I did this formula for the total and it worked.
=SUMIF({cuscode}, Category@row, {extprice})
Not sure why the modification isn't working?
Amy
Tags:
Answers
-
The syntax for SUMIFS is slightly different that SUMIF:
SUMIFS( range, criterion_range1, criterion1, [ criterion_range2, criterion2... ])
Try this:
=SUMIFS({{extprice}, {cuscode}, Category@row, {Period Month}, "January")
-
That works! So put the price (or thing being summed before the variables) first for SUMIFS but last for SUMIF?
-
Bingo!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 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!