Forum Discussion

Kiripong's avatar
Kiripong
Copper Contributor
Jun 04, 2020
Solved

Tracking Delay Day

Hello Guys,   Please help I want to track the delay day based on received date. 1. Let say I have 3 days to review the document if I send out on time I want the cell in column "DELAY (DAYS)" input...
  • Riny_van_Eekelen's avatar
    Jun 04, 2020

    Kiripong Assuming the left most header cell    is in A1, try the following formula in E2 and copy it down.

    =MAX(0,TODAY()*(D2="")+(D2*(ISNUMBER(D2))-C2-3))

    If you want to make it a bit more dynamic, change the REMARKS  column to contain the number of days allowed for review only. Then you can can replace the "-3" at the end with "-F2". This would allow for different numbers of review days allowed for different documents. 

Resources