Estimate End Date, Actual End Date, Adjusted End Date flagging
For my projects I track Estimated/Actual Start and Estimate/Adjusted/Actual End dates. I need to have a status flag indicate yellow if the Adjusted date is slipping past the estimated end date, and then when the end date is adjusted and justified, to update the status flag back to green.
Is anyone tracking like I am? Do you have a formula that works for you that you'd be willing to share?
Comments
-
if(adjusted>estimated_end,"Red", "Yellow")
-
Thank you, but I forgot some elements in the formula. If the adjusted end date is greater than 90 days passed the Estimated End day, then highlight the Project Name in Yellow. If it's later than 90 days passed then turn project Name red.
I think I can get this, but not sure, but would it be something like...
if(adjusted_end_date>estimated_end+90, Project Name="Yellow", (if(adjusted_end_date>Estimated_end+100, Project Name="Red")))
Is that right?
-
syntax looks ok.
you originally said you wanted a status flag. If so then this code goes in the status flag column
if(adjusted_end_date>estimated_end+90, "Yellow", (if(adjusted_end_date>Estimated_end+100, "Red","Green")))
if you want to change the color of the project name, do this in conditional formatting (and then you don't need the part about the colors), you just do the condition and then select the formatting
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!