Okay first off I did not write this syntax I copied and pasted from another post. It works to a point but I need it to be a little more detailed and I cannot figure it out. Here is the syntax:
=IF(Status1 = "Complete", "Blue", IF([Start Date]1 = TODAY(), "Green", IF(AND([Start Date]1 < TODAY(), Status1 = "Warning"), "Yellow", IF(AND([End Date]1 > TODAY(), OR(Status1 = "In Process")), "Green", IF(AND([End Date]1 < TODAY(), NOT(Status1 = "Critical")), "Red", IF(AND(TODAY() <= [End Date]1, TODAY() >= [Start Date]1), "Green", "Red"))))))
1. It doesn't seem like any start date info works. I change the start date and no ball or status changes.
2. I'd like to put a 3 to 5 day "cushion" before the ball and status would change from Green to Yellow and Yellow to Red.
Here is a screen shot of what I'm working with. This is just a blank sheet that I'm trying to work this out on:
Thank you very much in advance!!

