+ Reply to Thread
Results 1 to 6 of 6

Converting to minutes and seconds

  1. #1
    JaB
    Guest

    Converting to minutes and seconds

    Hi there

    Does anyone know how to convert a number into minutes and seconds in the
    following format - mm:ss

    Many thanks

  2. #2
    JaB
    Guest

    RE: Converting to minutes and seconds

    To expand - I would like to do this when the number is the result of a MAX
    formula. I have tried using the custom mm:ss format but this just gives me
    the result 00:00 for some reason.

    "JaB" wrote:

    > Hi there
    >
    > Does anyone know how to convert a number into minutes and seconds in the
    > following format - mm:ss
    >
    > Many thanks


  3. #3
    Ardus Petus
    Guest

    Re: Converting to minutes and seconds

    In which units is the number expressed (seconds, minutes, hours, ... ) ?

    --
    AP

    "JaB" <JaB@discussions.microsoft.com> a écrit dans le message de news:
    28F44E58-7A5E-4BE6-B5BF-A91C04AC9930@microsoft.com...
    > To expand - I would like to do this when the number is the result of a MAX
    > formula. I have tried using the custom mm:ss format but this just gives
    > me
    > the result 00:00 for some reason.
    >
    > "JaB" wrote:
    >
    >> Hi there
    >>
    >> Does anyone know how to convert a number into minutes and seconds in the
    >> following format - mm:ss
    >>
    >> Many thanks




  4. #4
    JaB
    Guest

    Re: Converting to minutes and seconds

    At the moment, the figure expressed is in seconds but displayed just as a
    general number.

    "Ardus Petus" wrote:

    > In which units is the number expressed (seconds, minutes, hours, ... ) ?
    >
    > --
    > AP
    >
    > "JaB" <JaB@discussions.microsoft.com> a écrit dans le message de news:
    > 28F44E58-7A5E-4BE6-B5BF-A91C04AC9930@microsoft.com...
    > > To expand - I would like to do this when the number is the result of a MAX
    > > formula. I have tried using the custom mm:ss format but this just gives
    > > me
    > > the result 00:00 for some reason.
    > >
    > > "JaB" wrote:
    > >
    > >> Hi there
    > >>
    > >> Does anyone know how to convert a number into minutes and seconds in the
    > >> following format - mm:ss
    > >>
    > >> Many thanks

    >
    >
    >


  5. #5
    JE McGimpsey
    Guest

    Re: Converting to minutes and seconds

    XL stores times as fractional days, so if you want a true XL time,
    you'll need to divide by 24*60*60:

    A1: 23
    A2: =A1/86400 ===> 0:00:23

    In article <1BC13971-3AA3-45DC-81E1-70F1375DE899@microsoft.com>,
    JaB <JaB@discussions.microsoft.com> wrote:

    > At the moment, the figure expressed is in seconds but displayed just as a
    > general number.


  6. #6
    Ardus Petus
    Guest

    Re: Converting to minutes and seconds

    Thanks Je,

    You saved me some typing.

    Cheers
    --
    AP

    "JE McGimpsey" <jemcgimpsey@mvps.org> a écrit dans le message de news:
    jemcgimpsey-773B7F.07050602052006@msnews.microsoft.com...
    > XL stores times as fractional days, so if you want a true XL time,
    > you'll need to divide by 24*60*60:
    >
    > A1: 23
    > A2: =A1/86400 ===> 0:00:23
    >
    > In article <1BC13971-3AA3-45DC-81E1-70F1375DE899@microsoft.com>,
    > JaB <JaB@discussions.microsoft.com> wrote:
    >
    >> At the moment, the figure expressed is in seconds but displayed just as a
    >> general number.




+ 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