+ Reply to Thread
Results 1 to 2 of 2

format help

  1. #1
    Registered User
    Join Date
    08-23-2006
    Posts
    1

    format help

    Need a little help. I’m trying to do a database using excel and have no clue to set up the formula. Below is the example of what I’m trying to do.

    C2 D2 E2 F2 WILL BE THE TOTAL ELAPSED TIME
    Dispatch Time En-route Time Arrival Time Total Time
    10:00 10:05 10:15 00:15
    Last edited by Eastsider; 08-23-2006 at 04:25 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If despatch time is in C2 and arrival time in E2 then total time should just be

    =E2-C2

    format as h:mm

    although if C2 may be before midnight and E2 after then this formula will accommodate that too (and ordinary times

    =MOD(E2-C2,1)

    format as h:mm

+ 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