I am currently using a workday formula to calculate an end date based on a “Start Date and an
Average Length of Completion” for a task. My issue is with single-day tasks, if the task begins on any day other than a Friday, the formula works. If it starts on a Friday, it won’t calculate as a single day.
Formula is: DATEADD(WORKDAY({Start date}, {Length of Days}), -1, ‘days’)
tl;dr: Monday-Thursday formula works and returns the correct end date. Friday start date calculate a Monday end date.