+ Reply to Thread
Results 1 to 5 of 5

Calculate minutes from an hour

  1. #1
    Registered User
    Join Date
    04-18-2016
    Location
    Spain
    MS-Off Ver
    2013
    Posts
    19

    Calculate minutes from an hour

    I have on column A “Start time”.
    On column B I have “end time”.
    On column C I have “total time”. For example: C2 = B2-A2
    So, I want an excel formula to extract minutes from column C to column D.
    I attach on this post a picture and an excel file.
    Thank you so much.

    doubt_20170413_from hours to minutes.JPG
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,934

    Re: Calculate minutes from an hour

    =(b2-a2)*1440

    formatted as a number instead of as time.

    Times are just numbers, with the decimal part the fraction of the day that would have elapsed by that time, and the display is just a special formatting of that number. For example, noon is 0.5, 6:00 PM is .75 When you subtract two times, you get the fraction of the day between those two time - Noon to 6PM is .75 - .5, or .25. There are 24 hours in a day, and 60 minutes in each hour, so there are 1440 minutes in a day. To calculate the hours, you would multiply .25 by 24; for minutes, .25 by 1440.
    Last edited by Bernie Deitrick; 04-13-2017 at 03:03 PM.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Calculate minutes from an hour

    Go to format cell and format your cell to [mm].

  4. #4
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,809

    Re: Calculate minutes from an hour

    I would use the formula =C2 in D2, then format as elapsed minutes [m] or [mm] depending on how many digits to display. Number format codes: https://support.office.com/en-us/art...2-09fab54be7f4

    Of course, you need to recognize that the actual cell value is still the date/time serial number stored in C2 (0.0944444 for 136 minutes). You will need to do something else if you want the actual value of D2 to be the number 136 and not a date/time serial number formatted as elapsed minutes.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  5. #5
    Registered User
    Join Date
    04-18-2016
    Location
    Spain
    MS-Off Ver
    2013
    Posts
    19

    Re: Calculate minutes from an hour

    All the solutions work very well. Thank you everyone.

+ 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. Calculate employees working from hour to hour
    By otter in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-03-2014, 08:57 AM
  2. Replies: 4
    Last Post: 01-07-2014, 08:03 AM
  3. Calculate total clocked In minutes in a given hour
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-07-2013, 08:09 PM
  4. Average Minutes Per Hour
    By fuller31 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-07-2013, 03:38 AM
  5. Calculate required number of staff based on 45 minutes calls taken per hour
    By david1987 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-03-2013, 06:13 AM
  6. [SOLVED] Calculate Fractional minutes between half hour intervals with multiple start and end times
    By CheeksExcelForum in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-20-2013, 02:19 PM
  7. Calculate hour and minutes worked each day
    By Allan in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 11-19-2005, 06:35 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