V
VDan
I need a formula to calculate the date 30 business days from a given date.
Any help appreciated.
Any help appreciated.
Duke Carey said:Make sure you have the Analysis Toolpak installed (Tools->Addins & make sure
the Analysis Toolpak is checked).
Once installed you can use the WORKDAY() function that will do just what you
want
From the Help file
WORKDAY()
Returns a number that represents a date that is the indicated number of
working days before or after a date (the starting date). Working days exclude
weekends and any dates identified as holidays. Use WORKDAY to exclude
weekends or holidays when you calculate invoice due dates, expected delivery
times, or the number of days of work performed.
If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in.
VDan said:I need a formula to calculate the date 30 business days from a given
date.
Any help appreciated.