Checkbox Range Formula
hennarizvi
✭✭
Hello-
Is there a formula that will check a box if another range of cells is also all checked?
For example, I have a column that has 5 checkboxes in it. I want another cell to also check off as soon as all 5 checkboxes in the column have been checked.
Tags:
Comments
-
You can use something like this although there is probably a cleaner way to do the formula:
=IF(AND([Check Box]1 = 1, [Check Box]2 = 1, [Check Box]3 = 1, [Check Box]4 = 1, [Check Box]5 = 1), 1, 0)
-
=IF(COUNTIFS([Check Box]1:[Check Box]5, 1) = 5, 1)
It basically counts all of the boxes within the range that are checked. If that count comes to 5, then it will check the box.
-
This worked! Thank you so much
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!