Count formula doesn't seem to be working in Checkbox column.
Hi,
Refer screenshot, I am expecting the formula to return blank till all six checkboxes are checked. However it is returning 'All Updated, even though none of the checkboxes are checked. It was working till last month, something seems to have changed this month. Any help will be gratefully received!
Deepa
Best Answer
-
There was a change made probably a year or more ago that affected the way COUNT works with checkbox and other Boolean columns. So now you need to use COUNTIF or COUNTIFS to specify that you only want to count the checked boxes (i.e. the cells equal to 1 or true):
=IF(COUNTIFS([Complete/Approved]2:Complete/Approved]7, 1) = 6, "All Updated")
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
There was a change made probably a year or more ago that affected the way COUNT works with checkbox and other Boolean columns. So now you need to use COUNTIF or COUNTIFS to specify that you only want to count the checked boxes (i.e. the cells equal to 1 or true):
=IF(COUNTIFS([Complete/Approved]2:Complete/Approved]7, 1) = 6, "All Updated")
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Hi Jeff, thank you very much, it works!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 474 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!