+ Reply to Thread
Results 1 to 3 of 3

Subtracting Military Time, with output in minutes

  1. #1
    Registered User
    Join Date
    02-09-2007
    Posts
    39

    Subtracting Military Time, with output in minutes

    So I have a long list (doing this manually is not possible) of military time ( 8:00 A is 800 , 2:00PM is 1400 , 4:40P is 1640 )

    I have two columns (one a start time , and one an ending time )

    I want a third column that computes the minutes elapsed from those two.

    Any help is appreciated. Thanks.

  2. #2
    Registered User
    Join Date
    02-09-2007
    Posts
    39
    I should try googling first next time, sorry.

    --


    Use the DOLLARDE function as shown in the following formula:
    =DOLLARDE(B2/100,60)-DOLLARDE(A2/100,60)

  3. #3
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by pink
    I should try googling first next time, sorry.

    --


    Use the DOLLARDE function as shown in the following formula:
    =DOLLARDE(B2/100,60)-DOLLARDE(A2/100,60)
    Alternately

    =B2-A2

    with the formula cell (C2) formatted to [mm]

    hth
    ---
    Last edited by Bryan Hessey; 02-13-2007 at 03:05 AM.
    Si fractum non sit, noli id reficere.

+ 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