Incorrect Argument Set

Nic Sanchez
✭✭
=SUMIF({Pipeline Tracker-Project Size}, (@cell = "Small"), {Pipeline Tracker-Inquiry To Close}, Total@row)
I need to correct an argument set when I try this formula. I am trying to sum numbers in a column based on project size information from different columns.
Answers
-
Hey @Nic Sanchez
The SUMIF function only works when you have one criteria and range. The SUMIFS function works in any situation, regardless of the number of criteria and ranges. Due to its versatility, my personal preference is to only use SUMIFS.
=SUMIFS({Pipeline Tracker-Project Size}, @cell = "Small", {Pipeline Tracker-Inquiry To Close}, Total@row)
Does this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 468 Global Discussions
- 156 Industry Talk
- 511 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 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!