RYG balls on status show green if complete

Randy Van Winkle
✭✭✭
Hello I have a project tracker set up with a health button on each main category that shows green if the end date is more than 3 days in the future, yellow if within the 3 days and not complete, and red if not complete and end date in the past. Right now it goes blank if the category is complete, but I would like it to show green if it is 100% as well.
Here is the current formula:
=IF([% Done]8 < 1, IF(TODAY() - [End Date]8 > 0, "Red", IF(TODAY() - [End Date]8 > -3, "Yellow", "Green")))
Any help appreciated
Comments
-
=IF([% Done]8 = 1,"Green", IF(TODAY() - [End Date]8 > 0, "Red", IF(TODAY() - [End Date]8 > -3, "Yellow", "Green")))
Give this a try...
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.8K Get Help
- 439 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 510 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives