Formula to Check How Many Boxes are Checked

Options

I have a metric summary sheet that I am building to use as the point of reference for my dashboard. On my source sheet, I have a check box column for "Copy Needed." I want to count how many people requested copy needed when they made their request. So, ultimately, I need a formula that will pull back the total number of rows that include the boxes checked in the "Copy Needed" column.

Tags:

Best Answer

  • Danielle O'Connell
    Danielle O'Connell ✭✭✭✭✭
    edited 03/19/21 Answer ✓
    Options

    If you're looking to just get a total count of how many boxes are checked, try this:


    =COUNTIFS([Copy Needed]:[Copy Needed], 1)


    I like to use countifs rather than countif just in case I ever need to go back and add other criteria, but it should work with COUNTIF as well. For checkboxes 1 = checked, 0 = unchecked.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!