I'm trying to get the red, yellow or green status to automatically populate based on the difference in days for target end date and actual end date?
If the actual end date is 10 days or more past the target end date, it should be red.
If the actual end date is more than 1 day but less than 10 days past the target end date, it should be yellow.
If the actual end date is the same or earlier than the target end date, it should be green.
Please help.