+ Reply to Thread
Results 1 to 8 of 8

Current progress calculation based on dates

  1. #1
    Forum Contributor
    Join Date
    06-10-2008
    Location
    SW Ontario, Canada
    MS-Off Ver
    Excel 365
    Posts
    154

    Current progress calculation based on dates

    I'm trying to figure out how to calculate percentage of a jobs progress based on 3 factors.
    Current calendar date
    Production Start Date
    Production End Date
    I'm having trouble figuring it out or it's just a bad day to be thinking.
    thanks

  2. #2
    Forum Contributor
    Join Date
    01-04-2013
    Location
    Tampa, Florida
    MS-Off Ver
    Excel 2013
    Posts
    142

    Re: Current progress calculation based on dates

    (Current Calendar Date - Production Start Date)/(Production End Date - Production Start Date)

  3. #3
    Forum Contributor
    Join Date
    06-10-2008
    Location
    SW Ontario, Canada
    MS-Off Ver
    Excel 365
    Posts
    154

    Re: Current progress calculation based on dates

    I think I got it. Amazing how I answer my own questions.
    Does this look legit?
    =(min(today(),K16)-G16+1)/(K16-G16+1)
    Whereas G is start date and K is end date

  4. #4
    Forum Contributor
    Join Date
    01-04-2013
    Location
    Tampa, Florida
    MS-Off Ver
    Excel 2013
    Posts
    142

    Re: Current progress calculation based on dates

    Yours works too, I think a simpler formula is:

    =((TODAY()-G16)/(K16-G16))

  5. #5
    Forum Contributor
    Join Date
    06-10-2008
    Location
    SW Ontario, Canada
    MS-Off Ver
    Excel 365
    Posts
    154

    Re: Current progress calculation based on dates

    My first one was modified from a google search.
    Whats the diff between the two answers

  6. #6
    Forum Contributor
    Join Date
    06-10-2008
    Location
    SW Ontario, Canada
    MS-Off Ver
    Excel 365
    Posts
    154

    Re: Current progress calculation based on dates

    Hmm, won't work as planned. As current date progresses past end date it throws off my sum of progress for the entire job.
    I need a maximum of 100 percent to be entered as well.

  7. #7
    Forum Contributor
    Join Date
    01-04-2013
    Location
    Tampa, Florida
    MS-Off Ver
    Excel 2013
    Posts
    142

    Re: Current progress calculation based on dates

    Try this:

    =(MIN(TODAY(),K16)-G16)/(K16-G16))

  8. #8
    Forum Contributor
    Join Date
    06-10-2008
    Location
    SW Ontario, Canada
    MS-Off Ver
    Excel 365
    Posts
    154

    Re: Current progress calculation based on dates

    yes that does nicely
    thanks for your help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Calculation of number based on current month
    By roofi in forum Excel General
    Replies: 2
    Last Post: 02-23-2016, 06:40 AM
  2. Filter Pivot Table Based on Current Dates
    By mrblue1123 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-12-2016, 06:47 PM
  3. [SOLVED] Deleting Dates based on the current date
    By John Swift in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-23-2014, 10:07 AM
  4. combining text from rows based upon current month dates
    By KK1234 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-26-2014, 03:42 PM
  5. [SOLVED] Conditional Formatting - Progress Bar based on dates in row
    By RichTea88 in forum Excel General
    Replies: 3
    Last Post: 01-24-2013, 08:50 AM
  6. Date calculation based on several dates
    By leem in forum Excel General
    Replies: 2
    Last Post: 03-30-2007, 04:50 PM
  7. Calculating dates based on the current date
    By DavidW in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-29-2006, 08:50 AM

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