Forum Discussion
PERT Analysis in Microsoft Project
- Apr 22, 2021
I need the same functionality, so I created it with custom fields, using duration 2, 3 and 4, for the optmistic expected and pessimistic durations.
Any calculation, as balanced pert duration (duration5), you'll need to use the custon number fields.
* be carefull that the sum of the weights should be 6 (base: 1, 4, 1)
For this I used:
number 10 = optmistic weight
number 11 = expected weight
number 12 = pessimistic weight
then
duration 5 = ([duration2]*[number10])+([duration3]*[number11])+([duration4]*[number12]))/6
Microsoft removed PERT analysis functionality in Project 2010 and beyond?!
Why? As a program mgr, that functionality was essential!
Looks like I’ll need to research an alternative solution. Dang it!
I need the same functionality, so I created it with custom fields, using duration 2, 3 and 4, for the optmistic expected and pessimistic durations.
Any calculation, as balanced pert duration (duration5), you'll need to use the custon number fields.
* be carefull that the sum of the weights should be 6 (base: 1, 4, 1)
For this I used:
number 10 = optmistic weight
number 11 = expected weight
number 12 = pessimistic weight
then
duration 5 = ([duration2]*[number10])+([duration3]*[number11])+([duration4]*[number12]))/6