How do I link two tasks progress to each other?

C

cpec

How can I link the progress of one task to a predecessor that the max
possible progress of the task will be limited to predecessor progress. e.g.
if %complete of the predecessor is 20% the %complete of the task can't be
more than 20%.
 
J

John

cpec said:
How can I link the progress of one task to a predecessor that the max
possible progress of the task will be limited to predecessor progress. e.g.
if %complete of the predecessor is 20% the %complete of the task can't be
more than 20%.

cpec,
I assume you are using a start-to-start link because that's the only one
the makes sense for this scenario.

The only way to do what you want is through VBA and that seems like
overkill to achieve your goal. Unless there is more to the story your
best bet is manual entry of the progress, which is how it should be done
anyway.

John
Project MVP
 

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