RYGG Ball
Hello
I have looked through the list of current Formula but cant find any that matches what I am trying to do (see below):
If task due date is > 2 days from current date (today) AND Status is NOT STARTED or IN PROGRESS then flag the Green ball
If a task due date is < 2 days from current date (today)AND Status is NOT STARTED or IN PROGRESS then flag the Yellow ball
If a task due date is today AND AND Status is NOT STARTED or IN PROGRESS then flag the Red ball
If a task status is COMPLETE then flag the Gray ball
Comments
-
Hi Blessing,
=IF(LEN([Due Date]1) = 0, "", IF(Status1 = "COMPLETE", "Gray", IF(AND([Due Date]1 > TODAY() + 2, OR(Status1 = "IN PROGRESS", Status1 = "NOT STARTED")), "Green", IF(AND([Due Date]1 < TODAY() + 2, [Due Date]1 > TODAY(), OR(Status1 = "IN PROGRESS", Status1 = "NOT STARTED")), "Yellow", "Red"))))
This should go into the Symbol column (where the RYGG balls live).
-
Thanks, Chris. But I am still getting an error message "#UNPARSEABLE" see attachment.
-
It works! Thanks!
-
My pleasure
It feels even better when you work it out yourself.
-
Hi. I am trying to make two changes to the below statement. Would like to turn the ball yellow if it is 5 days from the due date. Also, I have a column called "Complete". I would like to add an OR statement to turn ball gray for a Project Complete.
=IF([Due Date]1 < TODAY(), "Red", IF([Due Date]1 = TODAY(), "Yellow", IF([Due Date]1 > TODAY(), "Green")))
GREEN If Due Date column is more than five days from today
YELLOW If Due Date column is less than five days from today
RED If Due Date column is today or passed due from today
GRAY If Complete column is checked
-
Hi Sonnet,
Did you get it working or do you still need help?
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
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.
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!