Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Checkbox checked, cancel RYG
Hello,
I have created 3 columns for the RYG, if the project is in the early stages the color green will show, if it is due within 4 days, yellow will show, and when it is due in 2 days red will show.
Now I have a checkbox for the employees to click if the work is complete and I want the RYG colors disappear when they click it, how can I do that?
Thanks
Comments
-
Hello,
Thanks for the question. We have a blog post on how to automate RYG balls, which includes wether or not a checkbox is checked. You can read more on this here (https://www.smartsheet.com/blog/support-tip-automate-RYG-balls).
Using the information you've given and the information in the blog post, Here's an example of how this formula could be written:
=IF([Complete Checkbox]1 <> 1, IF(TODAY() - [Due Date]1 >= -2, "Red", IF(TODAY() - [Due Date]1 >= -4, "Yellow", "Green")))
You may need to update the column names and row number in the formula to work in your sheet.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives