+ Reply to Thread
Results 1 to 2 of 2

Formula to return percentage of duration elapsed between two dates a third date represents

  1. #1
    Registered User
    Join Date
    04-19-2013
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    3

    Formula to return percentage of duration elapsed between two dates a third date represents

    Hi there!

    I need a formula that will calculate the percentage of the total duration between two dates (in dd.mm.yyyy hh:mm format) that a third, intervening date represents.

    As an example:

    a) 10th Jan 2014 09:00
    b) 20th Jan 2014 09:00
    c) 30th Jan 2014 09:00

    In this case the answer sould be 50% because 'b' represents exactly half of the time elapsed between 'a' and 'c'.

    Note: the formula needs to work effectively across the boundary between two consecutive years.

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Formula to return percentage of duration elapsed between two dates a third date repres

    It should be as simple as this, assuming your cells are storing Excel time and date values.

    =(A2-A1)/(A3-A1)
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

+ 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] Return indicated value based on time elapsed since specified date
    By edeneyes in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-15-2012, 10:53 AM
  2. Replies: 3
    Last Post: 08-14-2012, 05:14 AM
  3. Formula to return date that a Percentage is reached.
    By lucraft in forum Excel General
    Replies: 0
    Last Post: 07-19-2011, 09:47 AM
  4. Replies: 2
    Last Post: 10-07-2010, 09:27 PM
  5. Replies: 9
    Last Post: 11-24-2006, 06:03 PM

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