Formula to uncheck a box
Hi all,
I have a project sheet that I need some help with a formula. The sheet has a checkbox called To-Do and a % Complete. All tasks start with the To-Do check box as unchecked. If the user needs the SME to act on that task, they check the To-Do box. I then have a report sent to each SME with their "To-Do" list. The SME then returns to the project sheet and updates the % Complete. What I need is: if the % Complete is 100%, then uncheck the box. What I am finding is the formula is removed when the user places the checkmark in the To-Do box. Can anyone think of another way to achieve the end result. Here is the formula I currently have: =IF([% Complete]@row = 1, 0).
Thank you
Best Answer
-
You could use an automation with the following logic:
When rows are changed and % Complete changes to 100%, clear a cell (that cell being To-Do). No formulas required then.
Answers
-
You could use an automation with the following logic:
When rows are changed and % Complete changes to 100%, clear a cell (that cell being To-Do). No formulas required then.
-
I didn't even think of that as an option. I was so focused on a formula. Thank you so much @Philip Robbins
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!