Project Status Health Formula (Using Due Date, Today's Date, and % Complete)
Hello,
I am new to SmartSheet, and I'm trying to create a formula that shows project health status using the color symbols. These are my parameters below. I've not been able to get any formula to work. I'd greatly appreciate any help with creating this formula.
- PAST DUE - Red: Today’s Date is 1 day after Due Date AND % Complete is < 100%
- AT RISK - Yellow: Today’s Date is 10 before Due Date AND % Complete is < 75%
- ON TRACK - Green: Today’s Date is 10 before Due Date AND % Complete is > 75%
- COMPLETE - Blue: % Complete is 100% regardless of the date.
Thanks!
NC
Answers
-
Try something like this...
=IF([% Complete]@row = 1, "Blue", IF(TODAY() > [Due Date]@row, "Red", IF(TODAY(10) >= [Due Date]@row, IF([% Complete]@row < .75, "Yellow", "Green"))))
-
Just curious if you were able to get this to work. I'd like to do this too.
-
I responded on your other post (here), but this post has different criteria than that one.
Would you be able to clarify what you're looking to do? If you can explain when you want each status ball colour to appear, we can help with the Nested If statement to get you there. It may also be helpful to see a screen capture of your sheet (but block out any sensitive data).
Thanks!
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
This worked for me. Just ensure to select correct column names.
-
This content has been removed.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!