I need to build a health formula that is based on the "Target End Date" and "Status" columns.
If the status is "Not Started" or "In Progress" and the target end date is >=today +1 then "yellow", but if it is MORE than today +3 then "red" otherwise leave as "green" Any thoughts? I'm sure and IF(AND combo is needed, just not sure how to put it all together.
ADDED: I also need the items completed to retain the RYG rather than all being green when marked as complete.