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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!