Time, End Date

izzy

Board Regular
Joined
Jun 12, 2003
Messages
165
I have a project start date and a known(expected) project time. I want to find the end date excluding weekends and holidays.
I'm currently using a gantt chart layout with what I think to be and excessive amount of math and mess to find my end date. Can anyone help me with a clean and simple way to find and end date??


start date = 1-9-03
run time = 48hrs

answer = 1-12-03
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
izzy said:
I have a project start date and a known(expected) project time. I want to find the end date excluding weekends and holidays.
I'm currently using a gantt chart layout with what I think to be and excessive amount of math and mess to find my end date. Can anyone help me with a clean and simple way to find and end date??


start date = 1-9-03
run time = 48hrs

answer = 1-12-03
jan 9, 2003 is thursday.
jan 10, 2003 is friday
jan 11, 2003 is saturday (no work)
jan 12, 2003 is sunday (no work)
jan 13, 2003 is monday (expected time)
 
Upvote 0
yeah...LOL
I got 03 on the brain still.
Friday the 9th and should end monday the 12th. 24 work days.

Excluding the holidays is the tough part.
 
Upvote 0
hi!
you can exclude holidays.
make a column of all the holidays you know. then give it a name.

like this!
Book2
ABCDEF
1startrun(hours)expecteddaysholidays
2January9,200424January13,2004January12,2004
Sheet3


column F is a list of holidays which i name " myholidays"
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,211
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top