+ Reply to Thread
Results 1 to 4 of 4

Thread: format MM:SS without mm/dd/yyyy/hh:mm:ss?

  1. #1
    rino13
    Guest

    format MM:SS without mm/dd/yyyy/hh:mm:ss?

    Is there any way to get Excel to recognize the mm:ss without having to attach
    the time to a date or part of a day? I am trying to use Excel as a database
    for my music in media player, and all my song times are converted to a date
    format! When I try to make changes to my list, my total time on each CD and
    Tape is wrong, and makes it impossible to make caluclations!

  2. #2
    Bob Phillips
    Guest

    Re: format MM:SS without mm/dd/yyyy/hh:mm:ss?

    Excel will accept mm:ss as a format quite happily. As time is just a number,
    adding shouldn't be a problem,

    I think you need to give more details.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "rino13" <rino13@discussions.microsoft.com> wrote in message
    news:EC2F0830-03A0-4C41-96D1-4D0947479F9F@microsoft.com...
    > Is there any way to get Excel to recognize the mm:ss without having to

    attach
    > the time to a date or part of a day? I am trying to use Excel as a

    database
    > for my music in media player, and all my song times are converted to a

    date
    > format! When I try to make changes to my list, my total time on each CD

    and
    > Tape is wrong, and makes it impossible to make caluclations!




  3. #3
    Peo Sjoblom
    Guest

    Re: format MM:SS without mm/dd/yyyy/hh:mm:ss?

    Use a custom format like [hh]:mm for the total time of the CDs

    --

    Regards,

    Peo Sjoblom


    "rino13" <rino13@discussions.microsoft.com> wrote in message
    news:EC2F0830-03A0-4C41-96D1-4D0947479F9F@microsoft.com...
    > Is there any way to get Excel to recognize the mm:ss without having to

    attach
    > the time to a date or part of a day? I am trying to use Excel as a

    database
    > for my music in media player, and all my song times are converted to a

    date
    > format! When I try to make changes to my list, my total time on each CD

    and
    > Tape is wrong, and makes it impossible to make caluclations!




  4. #4
    GOD
    Guest

    Re: format MM:SS without mm/dd/yyyy/hh:mm:ss?


    "rino13" <rino13@discussions.microsoft.com> wrote in message
    news:EC2F0830-03A0-4C41-96D1-4D0947479F9F@microsoft.com...
    > Is there any way to get Excel to recognize the mm:ss without having to
    > attach
    > the time to a date or part of a day? I am trying to use Excel as a
    > database
    > for my music in media player, and all my song times are converted to a
    > date
    > format! When I try to make changes to my list, my total time on each CD
    > and
    > Tape is wrong, and makes it impossible to make caluclations!


    not sure how much this will help, since I never got a response on just
    exactly it works myself, but the following formula will take as an input
    plain numbers from one cell and subtract them from another cell and output
    the result in number of minutes... I think that you could dissect the thing
    and use parts of it to input your times as you need to... um maybe?

    anyway here's the formula:

    =IF(A1="","",(TEXT(B1,"00\:00")-TEXT(A1,"00\:00"))*1440)

    again, I have *no idea* how it really works, except for the if/then (that's
    for keeping the cell blank till there is data in cell a1)... but it'll take
    1230 and subtract it from 1400 to give and answer of 90... in minutes that
    is, rather than 170 that straight math will give you.... I guess that the
    text(cell, "00\:00") is the part that converts it... no clue as to why the
    multiply by 1440 is there though... BUT... I don't need to enter in a
    day/date to get *just* the times,anymore, even in a hh:mm format.



+ 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.2.0