Hi, Looking to see if someone can help me with this formula. I would like it to follow the following logic:
- If Task is checked as complete= "Green"
- If Task is past complete by date and not checked as complete= "Red"
- If Task is 3 days until complete by date and not checked as complete ="Yellow"
Here is the what I have but it's not working.
=IF([Task Complete]@row, "Green", IF([Complete By]@row > TODAY(-3), "Yellow", IF([Complete By]@row >= TODAY(), "Red")))
Thank you!!
