Hi Community,
I have tried everything I know and I haven't been able to figure this out. Below is my formula
=IF([% Complete]31 = 1, "Blue", IF(TODAY() - Finish31 > 0, "Red", IF(TODAY() - Finish31 > -4, "Yellow", IF(TODAY() - Finish31 > -5, "Green"))))
What I'd like to have happen is if % Complete = 100%, Blue, If Today - Finish Date GREATER THAN 0 , Red, If Today - Finish Date GREATER THAN -4, Yellow , If Today - Finish Date LESS THAN -3, GREEN.
I'm trying to default any tasks that are less than - 4 (-5, -6, -7) days from the finish date to GREEN. I'm sure it's something small that I'm doing wrong, but I appreciate any help.
Thanks