Excel: Calculating Elapsed Time

Home -> Windows -> Office -> Excel

10646 views

From the computer of: shamanstears (719 recipes)
Created: Aug 28, 2006     Updated: Oct 18, 2006


Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

To create a formula that calculates the amount of time elapsed between two different times of the day, subtract the starting time from the ending time.

For example, you enter a person's clock-in time in cell B12 and clock-out time in C12. In cell D12, you would enter the following subtraction formula:

=C12-B12

Excel then returns the difference in cell D12 as a decimal value representing what fraction that difference represents of an entire day (that is, a 24-hour period). If for example, cell B12 contains the starting time of 9:00 am and cell C12 contains an ending time of 5:00 pm, Excel returns the following decimal value in cell D12:

8:00 AM

To convert this time of day into its equivalent decimal number, you convert the time format automatically given to it by the General format Ctrl+Shift+~ or by right-clicking on the cell and selecting Format Cells and then selecting the General format, which displays the following result in cell D14:

0.333333333

To convert this decimal number (representing the fraction of an entire day) into the number of hours that have elapsed, simply multiply this result by 24 as in =D12*24, which gives you a result of 8 hours or modify your formula to =(C12-B12)*24

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  Excel 2007: Use Descriptions in Complex Formulas
  Excel: Set Your Number of Decimal Places
  Excel 2007: Spell Check All Sheets at Once
  Excel: How To Bypass Table Recalculation
  Excel 2007: Start Without Splash Screen and Empty Workbook
  Excel 2007: Have Your Data Read Back To You
  Increase the Number of Undo Levels in Excel 2003
  Excel: Prevent Conversion of URLs into Hyperlinks
  How To Email an Excel Workbook
  Excel 2007: Change the Number of Worksheets in Your New Workbooks

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.