I am working on a vacation calendar project.
I have a custom lists with 2 columns, one being StartDate and the other NumberOfDaysTaken.
I am using a simple SharePoint formula (=FromDate + [How many Days]) to add the number of days to the start date to populate an EndDate column.
However this formula does not cater for weekends. For example if the start...