B
Brian Lukanic
I want to use a formula in my summary tasks to read from its summary tasks
and display data in a text field depending on the name of the subtask. Let me
explain this in pseudocode:
Let's use Text20 as the column that contains the formula. I will also make
sure to check the option that requires summary tasks to inherit the formula.
The formula in the subtask would do this:
1) look at all child tasks (subtasks.) I think that "IIf([Summary]=-1" gets
me there, correct?
2) Then, If a subtask [Name] = "Analysis", then display the Finish field of
that subtask's row onto Text 20 of the summary task. Else, continue until all
subtasks are checked.
3) Only one subtask will have this name, so that formula can either stop
once it finds a hit, or it can cycle through the rest of the subtasks and
ingore all that fail to meet the criteria.
In my application, I am using subtasks to show phases. I want my summary
task to ultimately have its own column for analysis completion date, QA
completion date, etc. Because I want this data on one row on the summary, I
need a formula tocompute those and populate the fields. I have experimented
with the "copy cell & paste link" option, which works just as well, but I
want this summary task to be a template for my team, and as soon as you
copy/paste the task you lose dynamic updating.
Any help in coming up with the syntax on this formula would be appreciated.
and display data in a text field depending on the name of the subtask. Let me
explain this in pseudocode:
Let's use Text20 as the column that contains the formula. I will also make
sure to check the option that requires summary tasks to inherit the formula.
The formula in the subtask would do this:
1) look at all child tasks (subtasks.) I think that "IIf([Summary]=-1" gets
me there, correct?
2) Then, If a subtask [Name] = "Analysis", then display the Finish field of
that subtask's row onto Text 20 of the summary task. Else, continue until all
subtasks are checked.
3) Only one subtask will have this name, so that formula can either stop
once it finds a hit, or it can cycle through the rest of the subtasks and
ingore all that fail to meet the criteria.
In my application, I am using subtasks to show phases. I want my summary
task to ultimately have its own column for analysis completion date, QA
completion date, etc. Because I want this data on one row on the summary, I
need a formula tocompute those and populate the fields. I have experimented
with the "copy cell & paste link" option, which works just as well, but I
want this summary task to be a template for my team, and as soon as you
copy/paste the task you lose dynamic updating.
Any help in coming up with the syntax on this formula would be appreciated.