+ Reply to Thread
Results 1 to 6 of 6

Calculate the % that should be complete based on two dates and the projected completion

  1. #1
    Registered User
    Join Date
    02-14-2011
    Location
    Gilroy, CA
    MS-Off Ver
    Excel 2003
    Posts
    20

    Calculate the % that should be complete based on two dates and the projected completion

    Hi

    I want to calculate the % a worker should be complete on a deliverable based on the projected completion % and the start and end date of the deliverable. I've attached a spreadsheet so demonstrate

    Your help is GREATLY appreciated!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: Calculate the % that should be complete based on two dates and the projected completio

    What's the difference between the % a worker should be complete ...and... the projected completion %. It seems to me they are equivalent to each other...???

    As such, in your file I'd put =NETWORKDAYS(C2,NOW())/B2 in both E2 and G2 and format as %.

  3. #3
    Registered User
    Join Date
    02-14-2011
    Location
    Gilroy, CA
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Calculate the % that should be complete based on two dates and the projected completio

    the difference between the % a worker should be complete ...and... the projected completion % is the projected is my estimate of how much they should be complete based on the number of tasks and overall timeline vs a calculated projection

    Thank you. I'll let you know if it works

    Pam

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Calculate the % that should be complete based on two dates and the projected completio

    In F2
    =MAX(0,NETWORKDAYS(TODAY(),D2))

    In G2
    =IF(E2="",MAX(0,1-F2/B2),E2)

    Copy down. Is this what you're looking for?
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Valued Forum Contributor
    Join Date
    05-20-2013
    Location
    Ohio, USA
    MS-Off Ver
    Excel 2013
    Posts
    941

    Re: Calculate the % that should be complete based on two dates and the projected completio

    Quote Originally Posted by preyesone View Post
    the difference between the % a worker should be complete ...and... the projected completion % is the projected is my estimate of how much they should be complete based on the number of tasks and overall timeline vs a calculated projection

    Thank you. I'll let you know if it works

    Pam
    Okay... then I guess the appropriate question is how do "Projected %..." and "Guestimated Completion" relate to each other arithmetically? You said "projected" is your estimate, so what is "Guestimated Completion" then? I guess the reason I'm asking is in the logic (or illogic ) my mind uses, "Guestimated Completion" would be what you estimate % complete should be... but that is what you are saying the "projected completion %" is...???

    Ace is correct in that F2 should be calculated in NETWORKDAYS, and not "calendar days". Whichever heading the calculated % complete based on start and end dates falls under, its formula should be =MAX(0,1-F2/B2).

  6. #6
    Registered User
    Join Date
    02-14-2011
    Location
    Gilroy, CA
    MS-Off Ver
    Excel 2003
    Posts
    20

    Re: Calculate the % that should be complete based on two dates and the projected completio

    Thank you both! I actually want to get rid of my guess and use the calculations...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1