+ Reply to Thread
Results 1 to 7 of 7

Converting Standard Time format (hh:mm:ss) to number of minutes

  1. #1
    Registered User
    Join Date
    02-28-2013
    Location
    PH
    MS-Off Ver
    Excel 2007 and 2013
    Posts
    43

    Converting Standard Time format (hh:mm:ss) to number of minutes

    Hello,

    I need a little help in converting Standard Time format (hh:mm:ss) to number of minutes.

    Ex. 1:54:00 -->114 minutes

    Tried these formula but it didn't work.

    A2
    1:54:00


    =hour(A2)+minute(A2)/60
    =A2*24*60


    Don't know what's wrong

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Converting Standard Time format (hh:mm:ss) to number of minutes

    try

    =TEXT(A2,"[m]")+0

  3. #3
    Registered User
    Join Date
    02-28-2013
    Location
    PH
    MS-Off Ver
    Excel 2007 and 2013
    Posts
    43

    Re: Converting Standard Time format (hh:mm:ss) to number of minutes

    Quote Originally Posted by Jonmo1 View Post
    try

    =TEXT(A2,"[m]")+0
    It give's me this "276.00" (The cell is in Number format)

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Converting Standard Time format (hh:mm:ss) to number of minutes

    For that formual to return 276, then A2 must be 4:36:00

  5. #5
    Registered User
    Join Date
    02-28-2013
    Location
    PH
    MS-Off Ver
    Excel 2007 and 2013
    Posts
    43

    Re: Converting Standard Time format (hh:mm:ss) to number of minutes

    Quote Originally Posted by Jonmo1 View Post
    For that formual to return 276, then A2 must be 4:36:00
    Sorry. just got confused! haha. It's all working now. That's the value that I'm trying to figure out.


    Thank you so much!

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Converting Standard Time format (hh:mm:ss) to number of minutes

    You're welcome.

  7. #7
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,717

    Re: Converting Standard Time format (hh:mm:ss) to number of minutes

    Quote Originally Posted by xygrax View Post
    =A2*24*60
    This should also work - just format result cell as number or general
    Audere est facere

+ 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: 4
    Last Post: 07-24-2013, 03:23 PM
  2. [SOLVED] Converting hh:mm:dd to number of minutes in regular number format
    By blackmilk in forum Excel General
    Replies: 3
    Last Post: 08-25-2012, 05:03 PM
  3. Converting time to minutes, original format 1:30:00
    By jeans in forum Excel General
    Replies: 3
    Last Post: 03-18-2011, 03:46 PM
  4. Converting hours and minutes in military time to minutes
    By Argile79 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 04-13-2010, 02:42 PM
  5. [SOLVED] converting a number to time formatted as minutes
    By JR in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-09-2006, 03: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