I have a “Start Date” field and a “# Duration (days)” field and would like a formula that calculates the “Due Date” in work days.
I tried this formula from a YouTube tutorial:
IF(AND({Start Date},{Duration (days)}),WORKDAY({Start Date},{Duration (days)}))
But if I enter 2/15/21 (a Monday), and add a Duration of 10 days, the formula shows 2/28/21 (a Sunday) which is not a work day.
Is there something missing? Thanks, Kevin