Hello!
I am working with a Health column that refers to our Status column and start/end dates. I have a formula that is working once the dates are entered, but when I use a fresh templated sheet and there are no dates, it looks as if all the tasks are delayed. (see pic)
I would like:
- Green if complete
- Yellow in in progress
- Red if delayed by not started past end date
- blue if not started
- and preferably no symbol if the status is N/A or has no dates
Also, I am having trouble with cells auto-filled. In pic #2, I entered the date in row 14 and it auto-filled all the ones below. I don't want that. And they aren't blue for not started with a future date!
Here is the current formula that IS working (if dates are entered)
=If(Status)14="complete", "Green", IF(AND(Status14 <> "complete", TODAY()>[end date]14, "Red", IF(AND(Status14= "Not Started", "Blue", "Yellow")))
Please help! I have a major deadline and have already requested more time! :)