Automate harvey balls with completion status

I am trying to automate the RGY Harvey balls in a sheet based on the status of the Full/quarter/half/three quarter/full Harvey balls.Below are the statements that I want to use but I was hoping to get some help putting them together in a nested if statement.
if End Date is before today's date and Completed is full then make it green
if End Date is before today's date and Completed is not full then make it red
if End Date is after today's date and Completed is full then make it green
if End Date is after today's date and Completed is not full then make it green
if End Date is 2 days before today and Completed is not full then make it yellow
if End Date is 2 days before today and Completed is full then make it green
Comments
-
https://www.smartsheet.com/blog/support-tip-automate-RYG-balls
Smartsheet has a lot of resources for this kind of thing, and the devs say it better than we in the community ever could.
-
Give this a try...
=IF(OR(Completed@row = "Full", [End Date]@row > TODAY(2)), "Green", IF([End Date]@row <= TODAY(), "Red", "Yellow"))
-
re: "Smartsheet has a lot of resources for this kind of thing, and the devs say it better than we in the community ever could."
I take exception to that statement.
Craig
-
-
Thank you. This is what I needed!
-
Well, yeah, I get that a lot. LOL
Craig
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!