Oct 10 2019 10:44 AM
Project 2016 documentation tells me to use PERT Analysis toolbar. I can't find it.
Oct 11 2019 12:02 PM
Oct 11 2019 01:26 PM
Changing view doesn't solve this.
Oct 11 2019 02:02 PM
Hello @lbertolotti ,
Sorry I read that as PERT chart - that is the network diagram view in Project. For PERT Analysis 3 point estimations, that feature was removed in Project 2010 on-wards. You could look for a 3rd party option or something like this old example: https://blogs.technet.microsoft.com/projectified/2009/11/24/three-point-estimation-pert-in-project-2...
Hope that helps
Paul
Mar 09 2021 07:00 AM
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!
Apr 22 2021 12:50 PM
Solution
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
Apr 22 2021 12:50 PM
Solution
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