+ Reply to Thread
Results 1 to 2 of 2

Subtracting Times

  1. #1
    bhalchandra2000
    Guest

    calculating time in ms excel

    how to calculate time in excel from yesterdays 13:15:00 to tadays 11:25:00.

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

    Subtracting Times

    Problem:

    Finding the interval between each pair of start and end times in columns A & B. An error occurs when the end time is \"earlier\" than the start time, resulting in a negative result.

    Solution:

    Use the IF function as shown in the following formula to determine which of the two values is the \"earliest\", and then subtract accordingly:
    =B2-A2+IF(A2>B2,1)

+ 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