For starters, "1" in a date/time cell means 1 day. If you have two
cells that display time values, you can use a formula in a third cell
to subtract one from the other and multiply by 24 to get the
difference in hours. You'll need to format the third cell in General
or some kind of Number format for this to work.
I looked at this page, posted here by JE McGimpsey, and it's pretty
good.
time in A1 is 23:00:00
time in B1 is 04:15:29
c1 is time difference between a1 and b1
formula in c1 =a1-b1
format cell c1 as custom and type in the
format bar as follows
hh" Hours ":mm" Minutes ":ss" Seconds"
This will display your results as follows
18 Hours :44 Minutes :31 Seconds
Hope this is helpfull it could be oversimplified but works for simpl
time calculation
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.