Excel/time calculation

Advertisement


Question
Hi Tom,


I have a large spreadsheet with production times, ie time job started and time job finished. Unfortunately, all of the data has been keyed in decimal rather than a time format. I now need to add a column and calculate the time a job has taken. For example.

Time started       Time Finished    Time Taken
  8.55               11.20            2.25

I have looked at the TRUNK and RIGHT functions but have been unable to calculate the "Time Taken" as the time has is in decimal and converting decimal to a time format gives a strange result.

Is there any way the start times and finish times can be converted into "minutes" then subtracted from each other and then converted back into hours and minutes for the "Time Taken".

In the above example, converting to minutes would result in 535 and 680 minutes respectively. So the time taken to do the job would be 145 minutes or 2 hours 25 minutes.  


I would be most grateful if you could help with this one.

Kind Regards

Malcolm  

Answer
Malcom,

E2:  8.55
E3:  11.2
E4: =SUBSTITUTE(TEXT(SUBSTITUTE(TEXT(E3,"#.00"),".",":")-SUBSTITUTE(TEXT(E2,"#.00"),".",":"),"h:mm"),":",".")*1

produces 2.25
 for me.

Basically, use substitute to replace the period with a colon, then subtract two time values, then convert the answer back to a decimal representation.
--
Regards,
Tom Ogilvy

About Excel
This topic answers questions related to Microsoft Excel spreadsheet (or workbook) stand-alone or Mircrosoft Office Excel including Excel 2003, Excel 2007, Office 2000, and Office XP. You can get Excel help on Excel formulas(or functions), Excell macros, charting in Excel, advanced features, and the general use of Excel. This does not provide a general Excel tutorial nor the basics of using a spreadsheet. It provides specific answers to using Microsoft Excel only. If you do not see your Excel question answered in this area then please ask an Excel question here

Excel

All Answers


Answers by Expert:


Ask Experts

Volunteer


Tom Ogilvy

Expertise

Selected as an Excel MVP by Microsoft since 1999. Answering Excel questions in Allexperts since its inception in 2001. Able to answer questions on almost all aspects of Excel's internal capabilities. If seeking a VBA solution, please specify that in your question itself so I give you the answer you want. [Excel has weak protection - if you are distributing an application, I don't answer questions on how to protect your project from your users.]

Experience

Extensive experience.

Education/Credentials
Master of Science (MS) degree Operations Research (ORSA)

Awards and Honors
Microsoft MVP in Excel.

©2012 About.com, a part of The New York Times Company. All rights reserved.