This function returns the date before or after a specified number of work days
WorkDay([Date],[Days],[Holidays])
Date is the date to start counting the number of work days from
Days is the number of work days to include
Holidays are the dates to be ignored
Rule | Meaning |
---|---|
WorkDay(Today(),10,"10/19/2010") | If this function is called on the 18th October 2010 then it would return the value: "02/11/2010". |