(Formula) % Planned Variance
(Formula) % Planned Variance
Text (convertion)
MS Project stores the duration in minutes, so in order to use the duration in days in our
calculations create a customized number field and name it as “Duration in Days”.
How to do it: In MS Project, right click any column and select insert column. Then select field
name as ‘Number 1′ and assign title as “Duration in Days”. Then right click the newly inserted
column and select ‘Customize Fields’. On the custom attributes click on the radio button
‘Formula’ and type in the formula as below. In the next section click ‘Use Formula’ and then
click OK.
Based on the start date of the project and the status date, calculate the days elapsed. This is
required to calculate the percentage.
How to do it: In MS Project, right click any column and select insert column. Then select field
name as ‘Number 2′ and assign title as “Elapsed Days”. Then right click the newly inserted
column and select ‘Customize Fields’. On the custom attributes click on the radio button
‘Formula’ and type in the formula as below. In the next section click ‘Use Formula’ and then
click OK.
Formula Explanation: If the Project date difference between the project start date and status date
is >= duration means that duration for the task completion is over and hence return the project
duration. If the condition is false, it means that the duration is still not completed and we need to
compute the elapsed days. But if the elapsed working days is 0 or negative (which means the
planned task is not yet started) we need to set the elapsed days as 0. Hence you see another ‘If’
condition in the false part of the first ‘If’ condition.
Note: I updated the Formula to replace DateDiff function with ProjDateDiff as I was getting lot
of queries from users that the formula considered weekends also in to calculations. Also on the
formula window click the option “Roll up to summary level” to get the correct percentages for
the summary tasks as well.
Planned % complete is calculated based on the ‘Elapsed Days’ (Number 2) and ‘Duration in
Days’ (Number 1) fields created in above steps.
How to do it: In MS Project, right click any column and select insert column. Then select field
name as ‘Number 3′ and assign title as “Planned Percent”. Then right click the newly inserted
column and select ‘Customize Fields’. On the custom attributes click on the radio button
‘Formula’ and type in the formula as below. In the next section click ‘Use Formula’ and then
click OK.
Formula: Number2/Number1
Formula Explanation: Dividing the Elapsed days by Duration of the task to get the percentage of
completion for the task.
To display the percentage complete field as text with a % sign, create a new text field column
and in the formula format the Number3 field.
How to do it: In MS Project, right click any column and select insert column. Then select field
name as ‘Text 1′ and assign title as “Planned % Complete”. Then right click the newly inserted
column and select ‘Customize Fields’. On the custom attributes click on the radio button
‘Formula’ and type in the formula as below. In the next section click ‘Use Formula’ and then
click OK.