Start Time Always 8 AM

C

CQ

I want to have a schedule where every task starts at 8 am on the next
business day. In other words, if task one is done by 1:00 on Monday, I want
task two to start at 8 am on Tuesday. If task one is done at 5:30 on Monday,
I want task two to start at 8 am on Tuesday. How can I do that?
 
D

Dale Howard [MVP]

CQ --

One way to accomplish this is to set a Start No Earlier Than constraint on
each task and to set 8:00 AM as the Start time. I'm not sure it would
really be worth the extra work to do that, however. Hope this helps.
 
D

Dale Howard [MVP]

CQ --

No, there is no other way to accomplish this. Even using the SNET
constraint won't solve your problem entirely, because of a task finishes
half a day late after starting at 8:00 AM, then the successors tasks will
start at noon. Sorry.
 
C

CQ

Is there any other way to do that? I want the dates to be able to move
around and not have hard constraints on the task. I am not as worried about
the dates as about the start time for each task being 8 am.
 
Top