I'm trying to count the empty checkboxes in a column if the neighboring column is not empty

Michael Beale
โญโญ
I am newly certified and am looking for help with formulas.
I want to count the unchecked boxes if there is something in the Action # column and do nothing if it is empty. What am I missing?
=IF(NOT(ISBLANK([Action #]),(COUNTIF(Completed:Completed, =0))))
Many thanks,
Michael
Answers
-
Have you tried this:
=COUNTIFS([Action #]:[Action#], ISBLANK(@cell), [Completed]:[Completed], 0)
Hope it helped!
-
Hi David,
Thank you for your formula. Unfortunately, I got an unparseable error.
-
I got this to work if I delete the extra rows. =COUNTIF(Completed:Completed, =0)
However, if someone adds blank rows, that could throw off the count.
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!