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
Check out the Formula Handbook template!