Auto calculate tasks in MS Project
I have two tasks, named Task 1 and Task 2.
Task 2 has two dependancies:
it must start on a specific date (later than the start of Task 1)
it must finish at the exact time of Task's 1 finish FF
I created these dependancies without any problem, wrote them in Predecessors column, but the problem is that the duration of Task 1 may vary, so when i am changind it's duration, Task 2 is not keeping both of the dependancies, only the FF one. Even in the Advanced tab of this task i wrote must start on a specific date.
I managed to to something, inserted another task between these two, let's call it Task 3.
I deleted any dependencies of Task 2, set it to auto schedule and then gave it two dependencies. Task 1 "FF" and Task 3 "SS". Problem is that when i am changing the duration of Task 1, Task 2 is still not auto calculating it's own duration and sticks with the FF function only. But if i click on the Predecessors column and then respect links, it's working. Anyhow, i have have multiple tasks like Task 2 along the project so it's uncomfortable to insert so many Task 3 workarounds ...
So, here is what i need from this task:
To keep the specified start date, to keep the FF dependency and automatically calculate it's duration if i will change the Task 1 dates.
Any help?
microsoft-project
add a comment |
I have two tasks, named Task 1 and Task 2.
Task 2 has two dependancies:
it must start on a specific date (later than the start of Task 1)
it must finish at the exact time of Task's 1 finish FF
I created these dependancies without any problem, wrote them in Predecessors column, but the problem is that the duration of Task 1 may vary, so when i am changind it's duration, Task 2 is not keeping both of the dependancies, only the FF one. Even in the Advanced tab of this task i wrote must start on a specific date.
I managed to to something, inserted another task between these two, let's call it Task 3.
I deleted any dependencies of Task 2, set it to auto schedule and then gave it two dependencies. Task 1 "FF" and Task 3 "SS". Problem is that when i am changing the duration of Task 1, Task 2 is still not auto calculating it's own duration and sticks with the FF function only. But if i click on the Predecessors column and then respect links, it's working. Anyhow, i have have multiple tasks like Task 2 along the project so it's uncomfortable to insert so many Task 3 workarounds ...
So, here is what i need from this task:
To keep the specified start date, to keep the FF dependency and automatically calculate it's duration if i will change the Task 1 dates.
Any help?
microsoft-project
add a comment |
I have two tasks, named Task 1 and Task 2.
Task 2 has two dependancies:
it must start on a specific date (later than the start of Task 1)
it must finish at the exact time of Task's 1 finish FF
I created these dependancies without any problem, wrote them in Predecessors column, but the problem is that the duration of Task 1 may vary, so when i am changind it's duration, Task 2 is not keeping both of the dependancies, only the FF one. Even in the Advanced tab of this task i wrote must start on a specific date.
I managed to to something, inserted another task between these two, let's call it Task 3.
I deleted any dependencies of Task 2, set it to auto schedule and then gave it two dependencies. Task 1 "FF" and Task 3 "SS". Problem is that when i am changing the duration of Task 1, Task 2 is still not auto calculating it's own duration and sticks with the FF function only. But if i click on the Predecessors column and then respect links, it's working. Anyhow, i have have multiple tasks like Task 2 along the project so it's uncomfortable to insert so many Task 3 workarounds ...
So, here is what i need from this task:
To keep the specified start date, to keep the FF dependency and automatically calculate it's duration if i will change the Task 1 dates.
Any help?
microsoft-project
I have two tasks, named Task 1 and Task 2.
Task 2 has two dependancies:
it must start on a specific date (later than the start of Task 1)
it must finish at the exact time of Task's 1 finish FF
I created these dependancies without any problem, wrote them in Predecessors column, but the problem is that the duration of Task 1 may vary, so when i am changind it's duration, Task 2 is not keeping both of the dependancies, only the FF one. Even in the Advanced tab of this task i wrote must start on a specific date.
I managed to to something, inserted another task between these two, let's call it Task 3.
I deleted any dependencies of Task 2, set it to auto schedule and then gave it two dependencies. Task 1 "FF" and Task 3 "SS". Problem is that when i am changing the duration of Task 1, Task 2 is still not auto calculating it's own duration and sticks with the FF function only. But if i click on the Predecessors column and then respect links, it's working. Anyhow, i have have multiple tasks like Task 2 along the project so it's uncomfortable to insert so many Task 3 workarounds ...
So, here is what i need from this task:
To keep the specified start date, to keep the FF dependency and automatically calculate it's duration if i will change the Task 1 dates.
Any help?
microsoft-project
microsoft-project
edited Jul 1 '14 at 8:44
Jens Erat
12.9k114660
12.9k114660
asked Jul 1 '14 at 8:12
i5sec0ndzi5sec0ndz
114
114
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Ok, here's what to do:
On the Advanced tab set the Task Type of Task 2 to be "Fixed Work"
Link Task 2 to Task 1 with a Start-to-Start dependancy (include some lag if you wish to start it a fixed amount after Task 1 starts)
Go to the cell containing the Finish Date of Task 1 and Ctrl-C it to copy the date into the cut buffer
Go to the cell containing the Finish Date of Task 2. Right click, Paste Special and select Paste Link
You will now find that as Task 1 changes duration, Task 2 will also change duration to match it, and will always start on the designated start date (plus any lag you added)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f775419%2fauto-calculate-tasks-in-ms-project%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ok, here's what to do:
On the Advanced tab set the Task Type of Task 2 to be "Fixed Work"
Link Task 2 to Task 1 with a Start-to-Start dependancy (include some lag if you wish to start it a fixed amount after Task 1 starts)
Go to the cell containing the Finish Date of Task 1 and Ctrl-C it to copy the date into the cut buffer
Go to the cell containing the Finish Date of Task 2. Right click, Paste Special and select Paste Link
You will now find that as Task 1 changes duration, Task 2 will also change duration to match it, and will always start on the designated start date (plus any lag you added)
add a comment |
Ok, here's what to do:
On the Advanced tab set the Task Type of Task 2 to be "Fixed Work"
Link Task 2 to Task 1 with a Start-to-Start dependancy (include some lag if you wish to start it a fixed amount after Task 1 starts)
Go to the cell containing the Finish Date of Task 1 and Ctrl-C it to copy the date into the cut buffer
Go to the cell containing the Finish Date of Task 2. Right click, Paste Special and select Paste Link
You will now find that as Task 1 changes duration, Task 2 will also change duration to match it, and will always start on the designated start date (plus any lag you added)
add a comment |
Ok, here's what to do:
On the Advanced tab set the Task Type of Task 2 to be "Fixed Work"
Link Task 2 to Task 1 with a Start-to-Start dependancy (include some lag if you wish to start it a fixed amount after Task 1 starts)
Go to the cell containing the Finish Date of Task 1 and Ctrl-C it to copy the date into the cut buffer
Go to the cell containing the Finish Date of Task 2. Right click, Paste Special and select Paste Link
You will now find that as Task 1 changes duration, Task 2 will also change duration to match it, and will always start on the designated start date (plus any lag you added)
Ok, here's what to do:
On the Advanced tab set the Task Type of Task 2 to be "Fixed Work"
Link Task 2 to Task 1 with a Start-to-Start dependancy (include some lag if you wish to start it a fixed amount after Task 1 starts)
Go to the cell containing the Finish Date of Task 1 and Ctrl-C it to copy the date into the cut buffer
Go to the cell containing the Finish Date of Task 2. Right click, Paste Special and select Paste Link
You will now find that as Task 1 changes duration, Task 2 will also change duration to match it, and will always start on the designated start date (plus any lag you added)
answered Jul 8 '14 at 14:10
Marv MillsMarv Mills
1816
1816
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f775419%2fauto-calculate-tasks-in-ms-project%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown