P
problematical
How do i calculate a total of 4 columns of hours and minutes? Not
"time"
For example, im keeping track of the amount of time i spend on 4
seperate projects. if i spend:
3 hours on the first,
2 and 1/2 on the second,
4 and 45 minutes on the third and
2 and 50 minutes on the fourth.
If i lay it out as a decimal (2), then they will read 3, 2.30, 4.45,
2.50 which calculates to 12.25.
in actuality it calculates to 13 hours and 5 minutes because hours
increase every 60 minutes. Its not 12 hours and 25 minutes.
How do i rectify this problem so the total is correct?
"time"
For example, im keeping track of the amount of time i spend on 4
seperate projects. if i spend:
3 hours on the first,
2 and 1/2 on the second,
4 and 45 minutes on the third and
2 and 50 minutes on the fourth.
If i lay it out as a decimal (2), then they will read 3, 2.30, 4.45,
2.50 which calculates to 12.25.
in actuality it calculates to 13 hours and 5 minutes because hours
increase every 60 minutes. Its not 12 hours and 25 minutes.
How do i rectify this problem so the total is correct?