Automatically change Status RYGB
Any formula to automatically change status from RYG to B once my project reached End Date?
Best Answer
-
This is great!
Gracias! :)
Answers
-
Does the project have an end date entered before it is done?
can you share a screen shot of how the project is set up?
-
Yes, END DATE is entered before action is done...
-
is there something that indicates the project is complete?
-
The Status Column (1) .... Which actually takes me to my next question ´cause I want a % of completion set up as well ;) But, for some reason is not showing up even if I change "project settings"
-
The status Column would just be a standard column added with a Text/Number column type. What are your Criteria for Red, Yellow, Green, and Blue, Statuses
-
Blue: Completed
Red: Risk
Yellow: Show Stopper
Green: In progress
Is that what you need?
-
If you want to automate the status to go to blue the other colors will need to be called out too.
for example if % Complete = 100% Blue
IF % Complete is less than 75% and the end date is in the next 2 days, Red
IF % Complete is less than 50% and the end date is in the next 1 days, Yellow
otherwise Green
-
Here is a formula that does what I was talking about.
=IF([% Complete]@row = 1, "Blue", IF(AND([End Date]@row <= (WORKDAY(TODAY(), 1)), [% Complete]@row <= 0.5), "Yellow", IF(AND([End Date]@row <= (WORKDAY(TODAY(), 2)), [Start Date]@row <= 0.75), "Red", "Green")))
-
This is great!
Gracias! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!