+ Reply to Thread
Results 1 to 6 of 6

Subtracting times.

  1. #1
    Guest
    hi,

    The formula does work well. However, if i have a situation of start time at 19:00pm and end time at 1:00am (past midnight). The result should be 6 hr but it return a value of 17. is there any formula to accommodate this?

  2. #2
    Nam
    Guest

    Calculation of total working times

    Hi,

    I have a problem when I do sums of hours for whole month. The number goes beyond 12 hours. What have I to do to have total number of working hours (biger number than 12). Thanks

  3. #3
    292
    Guest
    THIS IS GREAT, BUT NOW HOW DO I GET THE TOTAL HOURS FOR ONE WEEK? THE =SUM THING DOES NOT WORK (SORRY, JUST LEARNING ALL THIS...)

  4. #4
    problem
    Guest

    time

    hi...m trying to calculate flight times....
    i have departing time from one city and i have to calculate the arrival time in another city....which means i have to take time zone difference in account...thanx a bunch

  5. #5
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    Subtracting times.

    Problem:

    Finding the difference between each two time values in columns A:B, by subtracting the earlier time from the later one.

    Solution:

    Using an IF statement to determine which of the two values is the earlier time, and subtract accordingly:
    =B2-A2+IF(A2>B2,1)



    Example:

    Time1___Time2____Result
    10:00___17:00____7:00
    17:00___9:00_____16:00
    12:00___15:00____3:00

  6. #6
    Registered User
    Join Date
    03-10-2006
    Posts
    1

    subtracting times

    Hope this helps with your problem.

    =G10-F10+IF(F10>G10,24)

+ 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