Auto,
IF(AND(DATEDIF($C$3,TODAY(),"d")>F6,DATEDIF($C$3,TODAY(),"d")>=G6),"OVERDUE"&" by "&DATEDIF($C$3+F6,TODAY(),"d")&" days.","")
I like the format and formula; I would need to edit the formula to copy for 26 employees with different start date. The $c$3 would not be same for all...