Given a date how can I add a number of days to it, but exclude weekends. For example, given 11/12/2008 (Wednesday) and adding five will result in 11/19/2008 (Wednesday) rath
Formula will be: Workday(date,no.of days,(weekday(1)))
Try this. This will help.