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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!