Dates formula

K

Kristina1976

I need some assistance in creating a formula for dates. What I am trying to
do is create a project time line based on workdays Mon - Fri plus exclude
holidays

I have a start date and a completion date however I need to have specific
tasks completed throughout the project. ie

Start date June 1, 2009

Design June 1st plus 5 days
(this is where I need the formula, again taking into consideration this needs
to be Mon-Fri, & not a holiday)

Print June 5 plus 2 days
(this is where I need the formula, again taking into consideration this needs
to be Mon-Fri, & not a holiday)

End date June 30th, 2009


Any help is greatly appreciated
 
M

Mike H

Hi,

You need the workday formula. With your start date June 1 2009 in a1 try this

=WORKDAY(A1,5,Holidays)

Holidays is a named range that contain holiday dates. You can then reference
the cell with this formula in in the same way to get your next milestone.

Mike
 
K

Kristina1976

Mike,

Thanks for all of your help. It worked perfectly.
Cheers
Kristina


Mike said:
Hi,

You need the workday formula. With your start date June 1 2009 in a1 try this

=WORKDAY(A1,5,Holidays)

Holidays is a named range that contain holiday dates. You can then reference
the cell with this formula in in the same way to get your next milestone.

Mike
I need some assistance in creating a formula for dates. What I am trying to
do is create a project time line based on workdays Mon - Fri plus exclude
[quoted text clipped - 16 lines]
Any help is greatly appreciated
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top