Calculating Calendar Dates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spreadsheet where users input the initial due date for a service. Based on this initial date, I want to calculate 4 additional dates. Each of the subsequent dates are at a fixed intervals of 1 to 2 days. However, these dates cannot include weekends or holidays (only business days). Anyone know a spreadsheet function that would help me to calcuate these dates?

Thanks!
 
V-Man

Have a look at NETWORKDAYS function - it excludes weekends
and holidays providing that you have a list of bank-
holidays and factory closures in a range to include in
your formula.

Regards
Peter

(e-mail address removed)
-----Original Message-----
I have a spreadsheet where users input the initial due
date for a service. Based on this initial date, I want to
calculate 4 additional dates. Each of the subsequent
dates are at a fixed intervals of 1 to 2 days. However,
these dates cannot include weekends or holidays (only
business days). Anyone know a spreadsheet function that
would help me to calcuate these dates?
 
Hi
use WORKDAY for this

--
Regards
Frank Kabel
Frankfurt, Germany

V-Man said:
I have a spreadsheet where users input the initial due date for a
service. Based on this initial date, I want to calculate 4 additional
dates. Each of the subsequent dates are at a fixed intervals of 1 to 2
days. However, these dates cannot include weekends or holidays (only
business days). Anyone know a spreadsheet function that would help me
to calcuate these dates?
 
Check out NETWORKDAYS(). It's an Analysis Toolpak Add-in function
(Tools/Add-ins...)
 
Back
Top