Hello, I had previously posted a question regarding how to get red and green symbols based off of the due date and % Complete columns within a sheet. I now want to configure a formula that includes a yellow symbol if the due date is today -3 days. This means the symbol would be green until 3 days before the date. I would like it to remain red after the due date.
The formula I currently use is =IF(OR([% Complete]@row = 1, TODAY() < [End Date]@row), "Green", "Red") but this will have to change to incorporate the yellow symbol.
Is there a formula I can use to answer this question?