Hello,
I am working on an app that will forecast the due date of the task.
I have a number field that calculates the number of Days required to finish the task based on complexity. Now, I want the total number of days to be added from Start Date.
StartDate + DaysofCompletion = Deadline.
My problem is that it does not exclude weekend. And note that the DaysofCompletion is atleast 20 Days (which is close to 3 weeks = 3 weekends (Sat & Sun))
I wanted to exclude every weekend it will pass from Startdate + DaysofCompletion.
Kindly help me on this.
Thank you!