Results 1 to 8 of 8

Converting Units

Threaded View

  1. #3
    Registered User
    Join Date
    08-14-2003
    Location
    New Zealand
    Posts
    41

    Reply: Saray

    Hi Saray,

    Quote Originally Posted by Saray
    Hi,

    Does anyone know how to convert minutes to seconds?

    The data is presented as 4:11 (For example).

    Thank you!
    To convert minutes to seconds, you just multiply by 60.

    However, if you have a value in a cell, formatted such that it is *displaying* as 4:11 then it is probably formatted as either:

    m:ss

    OR

    h:mm

    It could also be formatted as text, but I am assuming not for now. From the context of your question, I imagine it is:

    m:ss

    since you asked how to convert mins to seconds, but someone may have formatted it 'lazily' as h:mm which *appears* similar to m:ss.

    The only way to be sure is to either tell us the actual non integer portion of the *value* in the cell (probably either 0.00290509259... or 0.17430555... depending on which format), or tell us the actual formatting on the cell.

    If it is *correctly formatted* as m:ss then to get from days to seconds you just multiply the cell value by:

    (24*60*60) = 86,400 being the number of seconds in a day.

    For example:

    = 0.00290509259 *86400

    = 251 (seconds)


    Note: The above decimals are rounded approximations of course.

    HTH,

    Alan.
    Last edited by Alan; 09-09-2005 at 07:41 AM.
    To help us help you, try to do the following:

    1) Be precise about what you want to do, and provide a sample of your data / inputs - exactly as they are.

    2) State the formula(e) / code that you have tried. People are happy to help , but if you haven't even given it a go, you are less likely to get help, or the help you get will be very basic.

    3) State the results you are getting from your formula(e) / code already.

    4) State the outputs that you *want* to be getting.

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