How microsoft project calculate weightage of the items?

H

huazhou

Hi,
I am a beginner for Microsoft project. I would like to ask the project
calculate the weightage of items based on time or work to work out the
percentage.
I want to know the plan %completion of the project, and actual %completion
of the project. I use the original formula ,someone leave to me, and I find
something is wrong and cannot show the actual site progress.
In my opinion the plan %completion should base on time to work out the
percentage and actual % completion should base on work to work out the
percentage. Now the problem is what steps should I follow to get both these
figure?? Thanks a lot.
 
J

Jim Aksel

Project will calculate 3 types of %Complete.

%Complete. This calculates %Complete for each individual task weighted by
duration (%Complete*Duration)

%WorkComplete. This calculates the sum of %WorkComplete*Work for each task.
It is weighted by Work.

Physical%Complete. This calculates the sum of Physical%Complate*(Budgeted
Cost of Work Scheduled) it is based on money (essentiall). This requires
resources to be assigned with $/hr in the work rate. You also need a
baseline.

*******************
There seems to be many posts on "I know my %Complete, but what should my
%Complete be if I am on schedule"??

Here is a copy of a post I made last week on the topic:

You can copy the existing %Complete to a spare column, say text1. Highlight
the tasks you desire, then select the "Update As Scheduled" icon from the
Tracking Toolbar (View/Toolbars/Tracking). This will make the assumption
that you are on schedule compared to your forecast and project will give you
the "where you should be %Complete". Remember to put it back by copying
text1 back to %Complete. That's the easy way. You could write a Macro that
will establish the same value and place the result of that calculation into
text1 instead.

To properly status the schedule, first establish a [Status Date]. Verify
all tasks with [Start]<[Status Date] have a %Complete > 0. Also, for all
tasks with [Finish]<[Status Date] they should be 100%, if they are not 100%
complete, extend the task to the right of the [Status Date]. There also can
be no tasks with [Actual Start] or [Actual Finish] greater than the [Status
Date]. This is proper schedule preparation.

If you have properly costed resources assigned to your schedule, a status
date, and a baseline, then you should insert the Schedule Performance Index
[SPI] column. The [SPI] measures what you have actually accomplished divided
by what you scheduled to accomplish as your baseline -- a measure of 1.00
would be on schedule. SPI>1 ahead, SPI<1 behind. Explore Earned Value in
the help for more information.

Another choice, insert the [Status] column. [Status] will tell you if the
task is "complete", "future task", "late", "on schedule." Please note
[status] considers ahead of schedule to be "on schedule"

A formula can be applied to calculate the %Complete where you should be as
of the status date. The formula must address times when [Status] is (1) Prior
to [Start], (2)during the duration of a task, and, (3) after [Finish]. The
following formula can be applied to a spare column such as [Text1]:

str(IIf([Status Date]<[Start],"0",IIf([Status
Date]>[Finish],"1",ProjDateDiff([Start],[Status Date])/[Duration]))*100)+"%"

The formula can be used to compare with the %Complete field which is also a
duration based calculation.





--
If this post was helpful, please consider rating it.

Jim

Visit http://project.mvps.org/ for FAQs and more information
about Microsoft Project
 
H

huazhou

Hi,
For example
there is a project ( contract sum is 20million)
it including three task A(5m), B(10m),C(5m);A,B,C also have subtask as
follows:
A(5m) 40days
A1(2m) 15days
A2(3m) 35days
B(10m) 80days
B1(4m) 20days
B2(5m) 35days
B3(11m) 65days
C(5m) 60days
Here task A and task C has same contract sum but different duration. In my
opinion the weightage of all project for task A and C should be same as 25%.
But I use %complete to work our percentage of task I find task C has more
weightage than A.

As Mr Jim Aksel says," Physical%Complete. This calculates the sum of
Physical%Complate*(Budgeted Cost of Work Scheduled) it is based on money
(essentiall). This requires resources to be assigned with $/hr in the work
rate. You also need a
baseline."
whether it's meaning that if I want task A and C have same weightage that I
should assign the resource to the tasks first??

thanks.
 
S

Steve House

Jumping in, you seem to be thinking that Project is a project accounting
system and deals with such things as contract prices and revenues. It isn't
and doesn't. While it deals with cost estimating and distributions,
certainly, it's essentially a work planning tool, not a financial planning
tool. Earned value deals with $$ because that is a convenient common
denominator but what it's using currency units to measure is physical labour
hours, not currency flows. Complete percentages refers to the progress
towards the physical completion of the project, not the percentage of funds
spent, with % Work Complete referring to man-hours utilized out of total
required and % Complete referring to progress towrds the completion date.
The money is just a convenient way of measuring since the project budget
goes to pay for man-hours.
 

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