Check a Checkbox
I'm working with two columns, "Status" (Dropdown) and "Complete" (Checkbox). I'm finding not everyone checks the checkbox so I'd like to put a formula in that cell that will check to see if the checkbox in "Complete" is unchecked and "Status" is Complete, mark the checkbox. Is that possible?
Best Answer
-
Hi Andrea,
You can use a formula to mark the checkbox when the status is Complete. But doing so will prevent users from checking the box unless they are owners or admins.
Can the checkbox ever be checked when the status is not Complete?
Your formula would be:
=IF(Status@row="Complete", 1, 0)
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi Andrea,
You can use a formula to mark the checkbox when the status is Complete. But doing so will prevent users from checking the box unless they are owners or admins.
Can the checkbox ever be checked when the status is not Complete?
Your formula would be:
=IF(Status@row="Complete", 1, 0)
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
@Mark Cronk, thank you for this information. I'd like users to be able to either check the box or mark status as complete. So instead of the formula that will not allow that option, I wrote a formula to add on points (it's a challenge) if they did either.
I can tell you that your formula worked perfectly and I've made note of it for future use!
Thank you so much for your very complete answer!
-
Creative. Well done. Thank you for contributing to the Community.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!