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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!