ArchiveUser
7 years agoQrew Captain
how to calculate overdue workdays
how to calculate overdue workdays?
Currently, I use the formula below to get overdue days of my tasks. It works well. However, I'd like to make the overdue day is workday instead of calendar day. Got confused with date functions. Please help. Thanks a lot.
Overdue: Today() - ToDate([Projected Finish])) (Also, get error: expecting text/daytime but find workdate, but still can save this formula)
Project Finish: WeekdayAdd(ToWorkDate([Start]),[Duration])
Duration: Case([Task Name], "Delegation",2, "Design",5)
Currently, I use the formula below to get overdue days of my tasks. It works well. However, I'd like to make the overdue day is workday instead of calendar day. Got confused with date functions. Please help. Thanks a lot.
Overdue: Today() - ToDate([Projected Finish])) (Also, get error: expecting text/daytime but find workdate, but still can save this formula)
Project Finish: WeekdayAdd(ToWorkDate([Start]),[Duration])
Duration: Case([Task Name], "Delegation",2, "Design",5)