Is it possible to ignore weekends and calculate a due date using only working days?
Since some of us don't work during weekends I need to only calculate the working days.
So, if today is a wednesday and the duration of a task is 4 days, I want to be able to have the due date give me the date of next tuesday instead of next sunday.
Today() + 4 will give me the date of next sunday.
I couldn't find anything in the help files.
Ruud.