Have you tried setting the cell format to Duration?
Mal, you've almost understood what Julien's trying to do. He's trying to add the value of "Total Time for Month" from the previous row to the Time from the current row to get a running total for the month.
This assumes that the "date" portion of column B (Time) is the same as the date portion of column A (Date).
Try setting the "time" portion of column A (Date) to 00:00:00 (if it isn't already) (but set its format to just display the date portion) and setting column c=column B (Time) - column A (Date) and set the format of column C to Duration (0:00:00). Then set column D (Total Time for Month) as column C + previous row from column D.
Thanks for helping but not quite there. I believe TIMEVALUE is what I want since I'm only interested in the time value. However the result is a 16 place decimal number (Duration format returns a 0). How do I convert this to the Duration time?OK, rather than use column A, I think (I'm not at my Mac at the moment so can't confirm) there is a function called DATEVALUE which returns just the date portion of a date/time. So you could set C11 = B11 - DATEVALUE(B11) which should result in column C being set to just the time portion of column B.
e.g. 05/05/10 01:30:00 - 05/05/10 00:00:00 = 01:30:00
There may even be a function called TIMEVALUE, in which case C11 = TIMEVALUE(B11).
Again, format column C as Duration.
Hope this works this time.
1 May 2010 01:02:03 1 May 2010 00:00:00 1:02:03
01:02:03 22 May 2010 00:00:00 -502:57:57