Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Incorrect Argument Set

✭✭
edited 05/09/24 in Formulas and Functions

=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

  • Community Champion

    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

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions