+ Reply to Thread
Results 1 to 3 of 3

Extract Minutes and Seconds from a time value

  1. #1
    Registered User
    Join Date
    09-08-2009
    Location
    Hawaii
    MS-Off Ver
    Excel 2013
    Posts
    68

    Extract Minutes and Seconds from a time value

    I have a formula that gives me a time value (ie 12:53). I need to perform another formula that will use this data but I need the numbers seperated (12 in one cell and 53 in another)

    In essence, what would be the formula to pull off the minutes number and the seconds number into individual cells. I know anything is possible in Excel, I just can't figure this one out.
    Last edited by purdue7997; 10-20-2009 at 09:28 PM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Extract Minutes and Seconds from a time value

    Hi,

    use the MINUTE() and SECOND() functions with a time value as the argument. so, if your calculated time is in A1, you can get the minute portion by using

    =MINUTE(A1)

    and the seconds by

    =SECOND(A1)

    hth

  3. #3
    Registered User
    Join Date
    09-08-2009
    Location
    Hawaii
    MS-Off Ver
    Excel 2013
    Posts
    68

    Re: Extract Minutes and Seconds from a time value

    That was simple enough! Thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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