How to count unchecked boxes for rows with data only

I tried this formula but it's also counting the unchecked rows without data

=COUNTIFS([Client Lost?]:[Client Lost?], 0)

What should be the correct formula?

Best Answer

  • Nic Larsen
    Nic Larsen ✭✭✭✭✭✭
    Answer ✓

    Just add a condition to look at the column/row that should have data to your formula and then run a check to see if its blank.

    Update the column name to the one you want to check…

    =COUNTIFS([Client Lost?]:[Client Lost?], 0, [Data Column]:[Data Column], NOT(ISBLANK(@cell)

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!