Adding up total check boxes

Hello


I am trying to find a way sum up in the comment column row 1 the number of check boxes that were checked off in each row 3+3+2+4

So on each column i have the formula =COUNTIF([7/9/21 - Friday]2:[7/9/21 - Friday]24, 1) + "...etc"

This formula provides a count for column where a check box is checked off.

I would now like to add that row across to get a total number checked. What formula would you use?

A simple sum is not working 🤔


Please help

Answers

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭

    With the + "" a the end of the formula you are converting the results into a text value (which has to be done to get it to display properly in a checkbox column).


    You are going to need to incorporate a VALUE function like so...

    =SUM(VALUE([7/9/21 - Friday]@row), VALUE(7/9/21- Saturday]@row), VALUE(7/9/21- Sunday]@row), ..............................................)

    Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!

    CERTIFIED SMARTSHEET PLATINUM PARTNER

    10xViz.com

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!