Evening everyone,
May I please ask for some help
I have the following formula that works out days between L14 (Delivery Date) and TODAY, but when the delivery date expires and runs over the formula shows "overdue"
I have modified it to show how many days over but it showsa negative value, can this be shown as a non-negative number (ie 6 instead of -6)
=IF(L14="","",IF(TODAY()=L14,"Due Today",IF(L14>TODAY(),"Due In "&NETWORKDAYS(TODAY(),L14-1)&" Working Day"&IF(L14-TODAY()>1,"s",""),IF(L14"Greater Thans Sign"TODAY(),"Overdue"&" By "&NETWORKDAYS(TODAY(),L14-1)&" Working Days"))))
many thanks
May I please ask for some help
I have the following formula that works out days between L14 (Delivery Date) and TODAY, but when the delivery date expires and runs over the formula shows "overdue"
I have modified it to show how many days over but it showsa negative value, can this be shown as a non-negative number (ie 6 instead of -6)
=IF(L14="","",IF(TODAY()=L14,"Due Today",IF(L14>TODAY(),"Due In "&NETWORKDAYS(TODAY(),L14-1)&" Working Day"&IF(L14-TODAY()>1,"s",""),IF(L14"Greater Thans Sign"TODAY(),"Overdue"&" By "&NETWORKDAYS(TODAY(),L14-1)&" Working Days"))))
many thanks
Last edited: