I have a worksheet in which various times are expressed in the cell format:
h:mm
I need to add columns of data in this format and express the total in hours.
I am finding, though, that once the total exceeds 24 hours, the format
reverts to 0. Hence, if the total of a column is 31 hours, this shows as
"7:00".
I'm sure there's a simple way around this??!
Sloth - 18 Oct 2006 18:17 GMT
change the custom number format to
[h]:mm
the brackets allow for the "rollover".
> I have a worksheet in which various times are expressed in the cell format:
> h:mm
[quoted text clipped - 5 lines]
>
> I'm sure there's a simple way around this??!
Terry Bennett - 18 Oct 2006 19:14 GMT
Thanks - that works fine!
> change the custom number format to
>
[quoted text clipped - 13 lines]
>>
>> I'm sure there's a simple way around this??!