Hi!
I would like to have my at-risk flag turn red when 1) a due date is within 3 days or past the due date and 2) its not completed. I am using the below formula but it doesn't work:
=IF(AND([End Date]3 < TODAY(-3), NOT(Status3 = "Complete")), 1, 0)
I tried it with making it TODAY() and it works for overdue items, but I'd like a little more "heads up".
Thanks for any suggestion!