COUNTIF Checkbox is NOT checked in a cell under a parent row

Hello!

I am new to Smartsheet and am having a hard time with a formula for counting in the cell [Action Plan Progress]25 if a checkbox with the parent row 34 under sub row 37 (Checkbox38 to Checkbox41) is NOT checked.



I keep getting #UNPARSEABLE

Is there a better way or is COUNTIF the right way to go?



Thanks!!


-Whitney

Tags:

Answers

  • Kelly Moore
    Kelly Moore ✭✭✭✭✭✭

    Hey @Whit.Yas

    To call out the Children of row37 directly, you can use this formula to count your open problem statements. I assumed you were only interested in rows where a user changed the problem statement from the instruction text.

    =COUNTIFS(CHILDREN(Info37), NOT(CONTAINS("Put Problem Statement Here", @cell)), CHILDREN(Checkbox37), 0)

    (This should work for your row 24 formula: =COUNTIFS(CHILDREN(Info37), NOT(CONTAINS("Put Problem Statement Here", @cell)))

    With the addition of a helper column, you could make the formula dynamic (not specific to row 37) so that it would find your Problem Statement (or Root Cause Analysis) rows regardless of where they end up. Let me know if you are interested in this approach.

    Kelly

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!