+ Reply to Thread
Results 1 to 6 of 6

Percent Time Elapsed in Excel

  1. #1
    Registered User
    Join Date
    01-28-2020
    Location
    israel
    MS-Off Ver
    2013
    Posts
    5

    Percent Time Elapsed in Excel

    Hi all. Need help getting the elapsed time in percent of total time.

    Start Time = Time Entered 1
    End Time = Time Entered 2
    Current Time = Now()
    Elapsed Time = Current Time = Start Time
    Total Time = End Time - Start Time

    I tried to get percent time elapsed by dividing = Elapsed Time/Total Time but that didn't work.

    I also tried converting to minutes, but that didn't work.

    Any help would be appreciated

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Percent Time Elapsed in Excel

    Welcome to the Forum saar!

    "that didn't work" doesn't tell us enough. What did you expect to happen, and what actually happened? What were the actual values you were using for Start Time and End Time? Are you using Excel time values?

    Please show actual Excel formulas and cell references rather than a description.

    Your division formula, based only on what you described, should work, although it will give >100% if current time is past the end time.
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    01-28-2020
    Location
    israel
    MS-Off Ver
    2013
    Posts
    5

    Re: Percent Time Elapsed in Excel

    Thank you for the feedback. lets try again.

    Start Time = 09:45
    End Time = 17:45
    Total Time = End Time - Start Time = 08:00 (8 hrs)
    Current Time = Now() = lets say 13:45 (from formula for current time)
    Elapsed Time = Current Time - Start Time = 04:00 (4 hrs have elapsed)
    Percent Time passed = Elapsed Time/Total Time = i would expect 50%, but i get some massive number in the millions.

    Note, if i manually put in 13:45 as current time, i get the correct percent time passed. but when i use the current time formula = Now(), i get this weird result.

    hope that clarifies.

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Percent Time Elapsed in Excel

    I should have realized this from your first post. When you use the NOW() function, it includes date and time, not just time. Use
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    instead of
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    to get just the time.

  5. #5
    Registered User
    Join Date
    01-28-2020
    Location
    israel
    MS-Off Ver
    2013
    Posts
    5

    Re: Percent Time Elapsed in Excel

    Thank you. You are my new King

  6. #6
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Percent Time Elapsed in Excel

    You're welcome!

+ 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. Replies: 3
    Last Post: 04-30-2018, 11:46 PM
  2. Calculate difference between dates and times - display as percent elapsed
    By Sparkytech in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-27-2018, 08:07 PM
  3. Need to calculate elapsed time, but excel won't recognize the format as time.
    By sccrfraggle in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-08-2015, 10:49 PM
  4. Excel Time and Elapsed time formula
    By Shadow Optic in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-27-2013, 04:49 PM
  5. calculating Elapsed Time in Excel
    By lveitz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-11-2013, 11:10 AM
  6. [SOLVED] Calculating Time Elapsed in Excel
    By [email protected] in forum Excel General
    Replies: 11
    Last Post: 01-20-2006, 01:15 AM
  7. [SOLVED] Calculating Time Elapsed in Excel
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 01-20-2006, 01:15 AM

Tags for this Thread

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