Project Health for Next 60 Days
Can someone please help me create a formula to indicate the health of a project via Green, Yellow, and Red spheres for activities in the next 60 days? Currently, I have the health of the project shown on the dashboard for all activities over the duration of the project.
Answers
-
Hi,
Here is a sample formula:
=IF([Due Date]@row <= TODAY() + 60, IF([Status]@row = "Completed", "Green", IF([Due Date]@row <= TODAY(), "Red", IF([Due Date]@row <= TODAY() + 7, "Yellow", "Green"))), "")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!