Excel Time Function

  • Thread starter Thread starter Rich
  • Start date Start date
R

Rich

I am trying to create a time based schedule that will allow me to enter in 2
time values and calculate the difference and display the result as the total
number of hours (including minutes... shown as hour increment). For example;

1- I have formated my time entry cells to display as follows- 1:30 PM
2- I enter the times 1:30 pm (cell B2) and 2:45 pm (cell B3)
3- Now I would like to show the result in (cell C3) as 1.25 (note: this
would be 1 hour and .25 hours)

I tried the simple function =HOUR(B3-B2) and only receive the hours
difference and not the mintues as an increment of an hour. Can anyone provide
me with a function to return the result that I am looking for? Thanks.
 
Format the result cell as General or Number with 2dp, and then put
this formula in it:

=(B3-B2)*24

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Timesheet formula problem 2
formula/version 2007 2
Excel Time 2
Calculating Elapsed Time 2
Formula for adding time 2
Subtracting time...again 2
Adding hours to a time 2
Count the number of hours/durations 3

Back
Top