+ Reply to Thread
Results 1 to 3 of 3

Formula for how many minutes over time elapsed

  1. #1
    Registered User
    Join Date
    11-29-2020
    Location
    NY
    MS-Off Ver
    2020
    Posts
    5

    Smile Formula for how many minutes over time elapsed

    Hi, new user and poster. I'm brand new to Excel but trying to learn. I am trying to create a formula to figure out how many minutes over 6 hours something is. So for example A1=Time in, B1=Time Out, and C1=Time Over 6 Hours In Minutes

    Thanks in advance.

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Formula for how many minutes over time elapsed

    With A1, B1 is real time, i.e, 8:00, 15:00
    Try:
    =MAX(0,B1-A1+(B1<A1)-6/24)

    With A1, B1 indicates time as integer, i.e, 8, 15

    Try:
    =MAX(0,B1-A1+(B1<A1)-6)

    B1<A1 to add up 24 hours if B1 past midnight, i.e, start: 7:00 PM , end: 2:00 AM,
    result should be 2/24 - 19/24 + 1 = 7/24 then minus 6/24 = 1/24 = 1 hour
    Quang PT

  3. #3
    Registered User
    Join Date
    11-29-2020
    Location
    NY
    MS-Off Ver
    2020
    Posts
    5

    Re: Formula for how many minutes over time elapsed

    Thank you for the 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. need help converting elapsed time to minutes
    By AvidanR in forum Excel General
    Replies: 16
    Last Post: 08-03-2017, 01:56 PM
  2. Converting Elapsed Time to Minutes
    By Danielle327 in forum Excel General
    Replies: 2
    Last Post: 09-16-2014, 02:39 AM
  3. [SOLVED] Adding minutes and seconds to get elapsed time
    By lokam_dad in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-13-2013, 10:01 AM
  4. Converting Elapsed Time to Minutes
    By jcoffey in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-11-2006, 08:52 AM
  5. Converting Elapsed Time to Minutes
    By jcoffey in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-11-2006, 08:38 AM
  6. Replies: 1
    Last Post: 04-08-2006, 10:45 PM
  7. Elapsed Time in Hours, Minutes and Seconds
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-02-2006, 03:50 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