:
If they all start on the same date, and in no particular order, may I assume
they may run concurrently? In this case, the summary task would maintain the
duration of the longest subordinate task.
Might you be trying to say these tasks are resource constrained? They may
be worked in any order but only by the resource available: Fred can work A,
B, and C but only one at a time and in no particular order. If this is the
case, use resource leveling to level the subordinate tasks. The summary task
will then take on the duration set by the leveling algorithm. In the example
case, it would be the sum of the durations for A/B/C although there would be
no predecessor relationships.
--
If this post was helpful, please consider rating it.
Jim Aksel, MVP
Check out my blog for more information:
http://www.msprojectblog.com
:
how to set up subtasks which are not dependent of one another (they start on
the same date, but don't need to start in any particular order). The summary
task must account for the cumulative duration of the subtasks. That is if
task # 1 is 1 week, and task #2 is 2 weeks, then the summary duration would
be 3 weeks.
The tasks are not concurrent. and they are not resource constrained. Maybe
I am asking too much of this program????...............Dennis