Hi
you forgot the formating part
- select this cell
- goto 'Format - Cells - Numbers'
- choose the custom category
- enter the format: [hh]:mm
the [hh] part will prevent the rollover after 24 hours
--
Regards
Frank Kabel
Frankfurt, Germany
Pat wrote:
Hello Frank
I don't know why I cannot get the SUM function to work for me
A1 8:10
A2 8:15
A3 8:00
A4 8:30
A5 7:40
When I use the sum function
=SUM(A1:A5)
This returns 16:35 when in fact it should return 40:25
What might be the problem here?
Pat
Hi Pat
just simply use the SUM function and format the target cell with
the custom format
[hh]:mm
--
Regards
Frank Kabel
Frankfurt, Germany
Pat wrote:
How do you add the following times:
8:10
8:15
8:00
8:30
7:40
The total amount of hours is 40:35
What formula would do this?
Thanking you if you can help
Pat