RYG Status Balls Formula Help!!
I am looking for help developing a formula for the following RYG Status Balls Conditions:
- If status is "not started", grey
- If it is 1 day before "due date" and status is NOT "complete", yellow
- If it is the day of the "due date" or past "due date", red
- If status is "complete", or "in progress" and it is 2 days or more away from "due date", green
Can someone help me?! I am pretty novice with formulas and am having issues editing some of the ones I found on the forums to reflect my specific conditions. Any help would be amazing. 🙏
Answers
-
Hi @Alice
I hope you're well and safe!
Try something like this. I think you've left some scenarios out, but not knowing your exact process, I can't be sure.
=IF(Status@row = "Not Started"; "Gray"; IF(AND([Due Date]@row = TODAY(1); Status@row <> "Complete"); "Yellow"; IF(AND(OR(Status@row = "Complete"; Status@row = "In Progress"); [Due Date]@row >= TODAY(2)); "Green"; IF([Due Date]@row <= TODAY(); "Red"))))
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Did that work/help?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hello,
Thank you; however, it's not quite working for the following reasons:
- My completed tasks are now turning red rather than green.
- All tasks that are not started, regardless of when they were due (even if they are overdue), are turning grey.
I'm trying to use the colored status to warn/inform my team about the following:
- which due dates are quickly approaching (less than 2 days to complete) for tasks "in progress" or "not started" (by turning yellow)
- which ones are "completed" OR still "in progress" but you have plenty of time (2 or more days) to work on it (by turning green)
- which tasks are NOT "complete" and the due date is "today" or "in the past" (by turning red)
- Which tasks have not been started and you have more than 2 days to work on it (by turning grey)
I hope the scenarios above make much more sense!
Again, trying to use the color coding to show team which tasks are coming up quickly, which ones they have time work on, and which one urgently need doing based on due dates and completion status. I hope that makes sense! By the way, I did have to replace with the semi-colon with a comma, thanks for that headsup.
Thanks so much for the help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!