I'm missing something but can't see for the lack of coffee.
B6 - 21-Feb-18 (Due Date)
L1 - =today()
E9 - 20-Jan-18 (Start Date)
F9 - Currently Empty (Completed Date)
G9 - =IF(A9="","",IF(F9="",$B$6-$L$1,"Done")) (Days remaining till past due/days past due)
H9 - =IF(E9="","",IF(ISBLANK(F9),"In Progress",IF(G9<=0,"Past Due","Complete"))) (Problem Child)
I'm trying to get H9 to show "Past Due".
When I have a date in E9 and F9 is blank and the task is not past due (G9 is a positive number), Cell H9 shows In Progress. Great.
When I have a date in E9 and a date in F9, Cell H9 shows Complete. Great.
When I have a date in E9 and F9 is blank and the task is past due (G9 is a negative number, Cell H9 Does Not show Past Due. This is what I can't get to work.
Thanks in advance.
B6 - 21-Feb-18 (Due Date)
L1 - =today()
E9 - 20-Jan-18 (Start Date)
F9 - Currently Empty (Completed Date)
G9 - =IF(A9="","",IF(F9="",$B$6-$L$1,"Done")) (Days remaining till past due/days past due)
H9 - =IF(E9="","",IF(ISBLANK(F9),"In Progress",IF(G9<=0,"Past Due","Complete"))) (Problem Child)
I'm trying to get H9 to show "Past Due".
When I have a date in E9 and F9 is blank and the task is not past due (G9 is a positive number), Cell H9 shows In Progress. Great.
When I have a date in E9 and a date in F9, Cell H9 shows Complete. Great.
When I have a date in E9 and F9 is blank and the task is past due (G9 is a negative number, Cell H9 Does Not show Past Due. This is what I can't get to work.
Thanks in advance.