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
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!