Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Creating an excel formula that changes minutes:seconds (2:47) to seconds (167 seconds)?

I have values such as 2:47 that i need an excel formula to convert it into seconds...2:47=> 167 seconds

However excel keeps recognizing 2:47 as 2:47 AM not as a regular value of minutes to seconds. Help!!!!!!

4 Answers

Relevance
  • 1 decade ago
    Favorite Answer

    This should also work:

    Assume your minutes:seconds value is located in A1

    Format A1 as TEXT

    Format B1 as NUMBER

    In B1 enter the formula: =A1*1440

    The conversion result will appear in B1

    Note: to convert hours:minutes:seconds into seconds, format the cells the same... A1 as Text, B1 as Number. The formula in B1 would be =A1*86400

  • dubuc
    Lv 4
    5 years ago

    Minutes To Seconds

  • IXL@XL
    Lv 7
    1 decade ago

    Enter your value required to be converted in cell A1 (formatted as text or enter as such '2:47) In cell B1 enter the following (all one line pls as YA breaks formula)

    =VALUE(LEFT(A1,SEARCH(":",A1)

    -1)*60+(MID(A1,SEARCH(":",A1)

    +1,2)))

    Answer comes back in seconds (excuse the pun).

    Will convert any number of minutes correctly but not if entered as hours, minutes and seconds. HTH

  • Anonymous
    7 years ago

    How do I them change the seconds back into the (2:47) original formula so I can get a total?

Still have questions? Get your answers by asking now.