I'm trying to count the empty checkboxes in a column if the neighboring column is not empty
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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!