Check off parent row when all children are checked

Hi,


I'm trying to type a formula that will check off the parent row, once all the children are checked off. I found the below formula in a different community post, however it's not working. Perhaps because the children are not in the primary column but in a different one?

=IF(COUNT(CHILDREN([Resident Name]2) = COUNTIF(CHILDREN(), 1), 1, 0))


Either way, I need a formula that will check off the parent once all the children are checked off. Also, please keep in mind, that all my parent rows have a different amount of children.


Best Answers

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!