Cell Formulas | ||
---|---|---|
Range | Formula | |
G2:G30 | G2 | =NETWORKDAYS(E2,F2) |
F4:F30 | F4 | =WORKDAY(E4,19) |
E5:E30 | E5 | =WORKDAY(E4,1) |
L5 | L5 | =TODAY() |
J2:J30 | J2 | =LET( s,$E2, e,$F2, t,TODAY(), nwdTotal,NETWORKDAYS(s,e), nwdUsed,IF(t>=s,NETWORKDAYS(s,t),0), nwdLeft,nwdTotal-nwdUsed, progress,MIN(1-nwdLeft/nwdTotal,1), message1,IF(nwdLeft<10,"< 10 days left",""), message2,IF(progress>0.9,", < 10% left",""), IF(nwdUsed<=0, "Not started",TEXT(progress,"0.0%")&IF(nwdLeft<0," - Over due!!!",IF(nwdLeft=0," - Due today!!!",SUBSTITUTE(" ("&message1&message2&")","()",""))) )) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
E2:F30 | Expression | =E2=TODAY() | text | NO |