I am trying to understand some reasons for odd results when I'm adding up a large number of hours. I have 3 columns with 70 rows each of various times ranging from 30 minutes to 345 hours. The cells are formatted [h]:mm to make it easier for users to input their hours. The total of this column is larger than just hours and minutes so it is formatted "m\m d\d h\h m\m". The column totals are shown below in both formats:
03m 13d 12h 00m (1764:00)
03m 04d 08h 30m (1544:30)
03m 01d 23h 45m (1487:45)
The odd part is when adding up the three columns I get what is visibly less than what it should be. Using the sum function of these 3 times I end up with:
07m 17d 20h 15m
Judging from the fact that each of the inputs are 3 months each, the total months alone should be at least 9 months, but it comes out as 7 months. In my head I think it should be "09m 19d 20h 15m" but I'm clearly doing something wrong.
Bookmarks