RYG Ball automation based on end date and status
I am trying to automate RYG balls based on both the end date [End Date] and status [Complete]. I am using RYG balls for the [Status] column and Harvey Balls for the [Complete] column.
If [end date] is in the past and [Complete] is "full", turn rgy green
If [end date] is in the past and [Complete] is either "empty", "quarter", "half" or "three quarter", turn rgy red
If [end date] is today and [Compete] is either "empty", "quarter", "half" or "three quarter", turn rgy yellow
If [end date] is today and [Complete] is "full", turn rgy green
If [end date] is in the future and [Complete] is "full", turn rgy green
If [end date] is in the future and [Complete] is either "empty", "quarter", "half" or "three quarter", turn rgy green
Comments
-
Hi,
could you try the formula bellow :
=IF(OR(Complete@row=true,[end date]>TODAY()),"Green",IF([end date]=TODAY(),"Yellow","Red"))
Does this help?
Best Regards,
Paul.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!