Automating RYG balls based on Due date and completion status
Im having an issues creating this formula and was hoping someone could help improve on my formula.
Im trying to create a HEALTH flag marked "Green" if the task is not due today, "Yellow" if the task is due today, and "Red" if the task is past due.
However, the HEALTH flag should stay blank if:
1) the STATUS column is "complete"
2) the FINISH column is blank
I attached a picture of the formula i'm currently using. Thank you in advance for the help!
Also see the formula here
=IF(Finish6 < Today6, "Red", IF(Finish6 = Today6, "Yellow", IF(Finish6 > Today6, "Green")))
Comments
-
Hi Claire,
This should do the trick:
=IF(Finish6 < Today6, "Red", IF(Finish6 = Today6, "Yellow", IF(Finish6 > Today6, "Green", IF(AND(Status6 = "complete", ISBLANK(Finish6)),"",""))))
If you 're looking to make the blank status trigger if either of the 2 additonal criteria you specified are true, then simply change the AND to an OR.
Kind regards,
Chris McKay
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives