G'Day Suzanne,
If you us the format "h:mm:ss" the sum will rollover (reset)
by whole days, however if you use "[h]:mm:ss" it will
correctly accumulate hours - useful for all logs and
timesheets etc.
The point Jezebel makes about internal time format, goes
largely unrecognized and even when recognized, is often
not fully understood or leveraged.
As she points out, it is a decimal of the form:
..........days.dayfraction..........
Try the following:
Format some cells as hh:mm:ss, and try entering a
decimal value:
0.75 18:00:00
0.5 12:00:00
0.25 6:00:00
0.1 2:24:00 (2.4 Hours)
0.05 1:12:00 (1.2 Hours) etc.
Also if you have a SUM() of times, and you would like
it expressed in decimal time, format THAT cell as
NUMBER:
SUM() will give decimal days
SUM()*24 will give decimal hours etc etc
You can then apply ROUND, INT etc to taste.
This applies to ANY function that returns a date/time
value.
There are a couple of things to watch for:
Any arbitrary <DATE>, will have a time format:
..........xxx.0............
since no time value is entered. Effectivly <Date> refers
to midnight on the <Day Before>. If you calculate
<Date> - TODAY, the result will have the form:
.......DaysDifference.TimeTodayWhenCalculated.........
For Excel ....xxx is the number of days since 1st Jan 1900.
(You can select 1904 in Tools>Options - this has been the
cause of many a panic when, during holiday time, "friends"
have altered the setting!)
I do hope this helps, and has not been overlong.
--
Regards,
Pat Garard
Australia
______________________________________