+ Reply to Thread
Results 1 to 3 of 3

Military Time:by adding minutes

Hybrid View

  1. #1
    SteveTALL
    Guest

    Military Time:by adding minutes

    I am looking for a way to calculate military time by adding minutes and
    coming up with a new military time. For example, in one cell military time
    is posted '0645....then next cell for minutes is posted 25 minutes. I would
    like the next cell to post 0710. How can that be done?

    Thanks in advance.

  2. #2
    Bernard Liengme
    Guest

    re: Military Time:by adding minutes

    From a previous post this week:
    >One way


    >=--TEXT(TEXT(A1+B1,"00\:00"),"hhmm")


    >format as 0000


    >Peo Sjoblom


    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email


    "SteveTALL" <SteveTALL@discussions.microsoft.com> wrote in message
    news:F4D8BE76-BF4B-4E6E-985B-721242453D61@microsoft.com...
    >I am looking for a way to calculate military time by adding minutes and
    > coming up with a new military time. For example, in one cell military
    > time
    > is posted '0645....then next cell for minutes is posted 25 minutes. I
    > would
    > like the next cell to post 0710. How can that be done?
    >
    > Thanks in advance.




  3. #3
    B. R.Ramachandran
    Guest

    re: Military Time:by adding minutes

    Hi,

    If the military time is in A1 and B1 contains the number of minutes you want
    to add to A1, use the formula,
    =A1+B1/1440

    If B1 contains not just a number (e.g., 35) but a number followed by " min"
    (e,g.,"35 min"), use the following formula,
    =A1+TRIM(LEFT(B1,FIND("m",B1)-1))/1440

    In either case, format C1 for military time.

    PS: I had posted this reply to your previous post on the same question.

    Regards,
    B. R. Ramachandran


    "SteveTALL" wrote:

    > I am looking for a way to calculate military time by adding minutes and
    > coming up with a new military time. For example, in one cell military time
    > is posted '0645....then next cell for minutes is posted 25 minutes. I would
    > like the next cell to post 0710. How can that be done?
    >
    > Thanks in advance.


+ 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