I need to find a startdate that excludes weekends.
I have the duedate and the leadtime and I know how to subtract the leadtime from the duedate to give me the startdate, by using the formula below, but I need it to exclude the weedends...
DateAdd ("D",-{leadtime},{duedate})
So, if the duedate is 5/13/2005, and the leadtime is 10days, then the start date should be 4/29/2005. The formula above gives me a startdate of 5/3/2005.
Thanks
I have the duedate and the leadtime and I know how to subtract the leadtime from the duedate to give me the startdate, by using the formula below, but I need it to exclude the weedends...
DateAdd ("D",-{leadtime},{duedate})
So, if the duedate is 5/13/2005, and the leadtime is 10days, then the start date should be 4/29/2005. The formula above gives me a startdate of 5/3/2005.
Thanks