I want to calculate the working days from the start date. However, we have Sat as a working day which I have configured in the Gantt setting. (So we have 6 working days).
When I use the formula WORKDAY ([Start Date],38), from 3-Mar-2024, I get the output as 16-Apr-2024 - which is correct. 3-Mar-2024 being Sunday.
When I apply the same formula for 4-Mar-2024 (Monday), I get the output as 17-Apr-2024 - however, it should be 16-Apr-2024. as the number of working days from a 3-Mar & 4-Mar are the same.
Refer to the screenshot. Is my understanding correct?
Suppose there is going to be a difference in smartsheets calculation and actual working days. In that case, I will have to use nested IF statements based on the day of the week to calculate the working days and I have to do this for different sets of working days for different cities which becomes a complicated task.