Forum Discussion

lbertolotti's avatar
lbertolotti
Copper Contributor
Oct 10, 2019

PERT Analysis in Microsoft Project

Project 2016 documentation tells me to use PERT Analysis toolbar. I can't find it.
  • AndersonMenezes's avatar
    AndersonMenezes
    Apr 22, 2021

    Archemoros Paul_Mather 

     

    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

     

     

Resources