+ Reply to Thread
Results 1 to 5 of 5

Calculate between two times

  1. #1
    Registered User
    Join Date
    08-09-2015
    Location
    ashford kent, england
    MS-Off Ver
    2013
    Posts
    24

    Calculate between two times

    Hi i am looking for a formula to Add up between two times what the difference is in minutes.

    Hopefully someone can help ?



    Lee

  2. #2
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: Calculate between two times

    Just to confirm, you have two times and you want to know how many minutes between them?

    ie 10:00:00 and 11:15:00 would return 75

    and it needs to be in minutes?

    if so then format your answer cell as a number and use the following formula (assuming A1 and A2 hold your times)
    Please Login or Register  to view this content.
    If someone has helped you then please add to their Reputation

  3. #3
    Registered User
    Join Date
    08-09-2015
    Location
    ashford kent, england
    MS-Off Ver
    2013
    Posts
    24

    Re: Calculate between two times

    Thanks Just what i as looking for!! would you know how to add two separate dates to this formula if it goes over one day?

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Calculate between two times

    You would use the same formula if dates were included with the time. If there are no dates but it might cross midnight, try

    =MOD(A2-A1, 1) * 24 * 60
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  5. #5
    Registered User
    Join Date
    08-09-2015
    Location
    ashford kent, england
    MS-Off Ver
    2013
    Posts
    24

    Re: Calculate between two times

    Thats brilliant! my times sometimes cross midnight but dont ever go over more then one day. To think i have been working out these times by hand for months! thank you 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. Replies: 7
    Last Post: 04-09-2014, 09:25 AM
  2. [SOLVED] calculate turn around times range of times for weekday and weekend
    By xrayexceller in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 07-28-2013, 02:22 PM
  3. When I calculate the sum of times i am getting 0 (Zero)
    By kishoremcp in forum Excel General
    Replies: 2
    Last Post: 01-26-2012, 09:54 PM
  4. Replies: 0
    Last Post: 11-14-2011, 05:40 PM
  5. Calculate Times
    By jo15765 in forum Excel General
    Replies: 2
    Last Post: 04-10-2011, 03:33 PM
  6. How to calculate transit times?
    By AndyL66 in forum Excel General
    Replies: 4
    Last Post: 05-21-2010, 09:55 AM
  7. how to calculate between times
    By noelf in forum Excel General
    Replies: 1
    Last Post: 07-11-2005, 06:12 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