Project Health formula Help needed
=IF([Schedule Delta (%)]@row > 0.1, "Red", IF([Schedule Delta (%)]@row > 0, "Yellow", IF(TODAY(10) >= [End Date]@row, IF([% Complete]@row < 0.75, "Yellow", "Green"))))
These is what I want the rules around the health to be but when i enter the above formula the cell is blank some of the time.
If scheduled end date is changed to 10% past original end date – RED
If scheduled end date is changed to 1-9% past original end date – yellow
If end date is less than 10 days from today and less than 75% complete - yellow
Neither of the above is true = Green
Answers
-
Try this...
=IF(AND([End Date]@row <= TODAY(10), [% Complete]@row < 0.75), "Yellow", IF([Schedule Delta (%)]@row > 0.1, "Red", IF([Schedule Delta (%)]@row > 0, "Yellow", "Green")))
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
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!