Microsoft project management software used to plan, manage, and communicate a project schedule and other information among workgroup members, project managers, and other stakeholders.
John,
Thank you so much for your response, but it still doesn't help me with what I want to do...
However, perhaps you can help me with something else... I need to apply a formula to all subtasks that fall under one summary task. Here's an example.
Let's say I have a basket A and a basket B with different kinds of vegetables and fruits. My goal is to track the amount of time (measured in days) it takes for these fruits and vegetables to rot if left on the counter.*the duration is picked randomly, as an example. It's not supposed to reflect reality...
Then I have a start date, finish date, and the % complete columns as provided by the MS project. The priority column, in this case, serves as the previously mentioned "importance factor". It shows how much I care about the spoiling of a specific vegetable and fruit. Let's say I really care about seeing how long it takes for the carrot, pear, and grapes to rot. Once those items rot, my experiment will be finished. Hence, they have the highest priority level. (700, 600, 600). I then took that priority level and multiplied it by the % completed and divided by 100, which is reflected in the column called "weighted points". The "weighted points" column depicts the relative importance of an item to the overall project completion.
I would like the "weighted % complete" column to show the % complete in relation to the task's priority level. I would like the column to use this formula:
[sum of weighted points under a specific summary line] divided by [sum of the priority under a specific summary line] times 100
For example, for the Basket A, this formula would look like this:
((300 + 210 + 210)/1600) * 100 = 45%
Therefore, the experiment is 45% complete (not 46% complete) with respect to Basket A.
For Basket B, the formula would look like this:
((30 + 40 + 500 + 84 + 350) 2100)*100 = 32%
Therefore, the experiment is 32% complete with respect to Basket B.
As you can see, the duration here has nothing to do with the importance of the task, hence % complete does not show an accurate completion of the project. Potato takes 10 days to rot but its importance level is only 100.
So, my question is: How can I insert a formula in the column "weighted % complete" that sums up all 'child tasks' under a summary line? I would like the MS Project to recognize that carrot is part of Basket A, not Basket B when doing the calculation.