Duration

Amanda O
Amanda O โœญโœญโœญ

Is there a way to see when the duration has gone up from the original duration put into a project plan other than view cell history and can go into a report?

Answers

  • SueinSpain
    SueinSpain โœญโœญโœญโœญโœญโœญ

    Don't know the answer on this one but some thoughts for discussion......

    You can use the highlighter and set to "when I last viewed "

    More likely is in Gantt View - use the baseline icon far right to baseline your project and it then tracks changes against this.

    image.png image.png

    Hope this helps as haven't used it much myself but Project Manager has a bit.

    Good luck

    Sue

    Sue Rogers

    MWI Animal Health UK - Cencora

    Business Analyst

  • Amanda O
    Amanda O โœญโœญโœญ

    Hi Sue

    Thanks for coming back, yes I already have baseline on, unfortunately on baseline it doesn't show the task duration that has gone up, it just shows the overall delay to the project timelines

    Thanks again

    Amanda

  • Genevieve P.
    Genevieve P. Employee
    edited 06/14/23

    Hi @Amanda O

    What I would do here is create my own column sort of how the Baseline columns are created, where you copy the original Duration when the plan is first set up.

    You could use a formula to remove the text associated with the number in a helper column:

    =VALUE(Duration@row + "")

    Screenshot 2023-06-14 at 14.45.30.png


    Then you'd need to copy/paste those numbers somewhere else and then back again so it's a static number.


    Screenshot 2023-06-14 at 14.59.51.png



    I usually past it into one cell, then take the content of the cell to turn it into the column again:







    Now it's a static number column with the number of days:

    Screenshot 2023-06-14 at 15.00.02.png


    Another option of course would be to create a Duration from the Baseline Date Columns using NETWORKDAYS if you prefer.

    Once you have this, you can compare the Live duration column to your Original Duration column using another formula:

    =VALUE(Duration@row + "") - [Original Duration]@row

    Screenshot 2023-06-14 at 15.09.18.png

    Then you can surface that column in a Report!

    Cheers,

    Genevieve

    Need more information? ๐Ÿ‘€ | Help and Learning Center

    ใ“ใ‚“ใซใกใฏ (Konnichiwa), Hallo, Hola, Bonjour, Olรก, Ciao!๐Ÿ‘‹ | Global Discussions

  • Hollie Green
    Hollie Green Community Champion

    @Amanda O If your baseline is turned on it should also show the row that went up as well in both grid view and gantt view.

    image.png

    In the example above my 1 task lost 6 days but has not yet impacted my overall project.

  • That's a great point, @Hollie Green!

    But this variance could also show that the entire task adjusted (e.g. a 1 day task was moved 6 days later in the project) versus a duration being extended, if that makes sense.

    Need more information? ๐Ÿ‘€ | Help and Learning Center

    ใ“ใ‚“ใซใกใฏ (Konnichiwa), Hallo, Hola, Bonjour, Olรก, Ciao!๐Ÿ‘‹ | Global Discussions

  • Amanda O
    Amanda O โœญโœญโœญ

    HI Genevieve

    Thanks for your response and I understand what you are saying, however I want to look at existing plans rather than new plans, unfortunately we have 200+ project plans that I would need to create the Original Duration column in!

    I haven't used NETWORKDAYS before, sorry how does that work?

    Thanks

    Amanda

  • Hey @Amanda O

    In this case, you can get the duration of the Baseline Dates with a formula like this:

    =NETWORKDAYS([Baseline Start]@row, [Baseline Finish]@row)

    Here's more information: NETWORKDAYS Function

    Screenshot 2023-06-14 at 16.31.25.png

    Cheers,

    Genevieve

    Need more information? ๐Ÿ‘€ | Help and Learning Center

    ใ“ใ‚“ใซใกใฏ (Konnichiwa), Hallo, Hola, Bonjour, Olรก, Ciao!๐Ÿ‘‹ | Global Discussions