Okay. I think you are effectively adding up effort for some key tasks,
but
if Duration is what you've been asked for, you can:
Insert the Flag1 field.
Set the field to Yes for every Task you want to include in your total.
Insert the Duration1 field
Create a formula in the Duration1 field, something like:
IIf([Flag1]=Yes,[Duration],0)
Set the summary task to rollup and sum subtasks in the formula dialog.
This will give you what you want I think. For sub projects you will need
to
add the formula etc to the master schedule or a project with the other
sub-projects inserted, no link (which copies all tasks).
--
Rod Gill
Project MVP
Visit
www.msproject-systems.com for Project Companion Tools and more
Hi Rod,
Understand the options you suggest, but this is more complicated.
What I have been asked to provide is a schedule based on a specific
contract
from issuing the tender documents through evaluation, site
establishment
and
specific material supply milestones. The schedule I have as part of a
larger
project using master/submaster files, just to complicate matters more.
The
cumulative duration is eg:
Description Start date Duration cumulative duration
Issue Tender 1/10/06 0 days 0 days
Tender period 1/10/06 21 days 21 days
Evaluation 22/10/06 15 days 36 days
Award tender 16/11/06 0 days 36 days
Site establishment 4/12/06 0 days 64 days
Supply pipe 23/02/07 65 days 134 days
Commissioning 1/06/07 45 days 136 days
Handover 2/08/07 0 days 181 days
The activites are selected ones from the full schedule and so are not
physically grouped together in a manner that lends itself to summary
tasks.
In fact some activites are in different files making the task that much
more
difficult.
I have been pondering the option of VBA looking at the first task start
date, then finding it's successor's finish date, doing the subtraction
and
putting the result into a custom field. I have the activites I need in
a
new
view using filters and a specific table so being able to move from one
task
to the next task in that view should I suspect be theoretically
possible
in
which case returning the relevant dates and doing the calculation
should
not
be too difficult.
Hope this all makes sense.
regards
DavidC
:
Never come across cumulative duration before. If all you want is the
total
overall duration then click Tools, Options and under the View tab
check
Show
project summary task.
If you want the total effort for the project either insert the Work
column
or display the Work Table and the Project Summary Task will again show
you
the result.
--
Rod Gill
Project MVP
Visit
www.msproject-systems.com for Project Companion Tools and more
Hi,
Have been set the task of adding in for a tender schedule, the
cumulative
duration for a project. My thoughts on this are that it will be
reasonably
challenging to write something that looks at the start of a routine
and
then
follow it's successors and determine the overall duration by
calculating
from
the start of the first activity in the routine to the finsh date of
each
successive activity.
Has anyone done this before or got any comments thoughts?
regards
DavidC