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
- Customer Resources
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 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!