Welcome to the Smartsheet Forum Archives


The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.

Sum cells in a column based on check box status?

Ryan
Ryan
edited 12/09/19 in Archived 2016 Posts

I am currently using a SUMIF formula (which works as expected) to sum values in a column when a row contains specific text 

 

=SUMIF($[Activity]$29:$[Activity]$344, "Consultations", [FY 2016 YTD]29:[FY 2016 YTD]344)

 

Now I want to add a check box column so I can an another clause to my SUMIF statement to sum only those rows I check.  How do I update my forumla?

Tags:

Comments

  • You need use a formula called "SUMIFS" (with S last). This formula allows you to make many criteria.

     

    SUMIFS()

    Adds numbers within specified cells or range that meet multiple sets of criteria.

    Syntax: SUMIFS(sum_range, criteria_range1, criteria_value1, criteria_range2, criteria_value2...)

     

This discussion has been closed.