Sum formula does not provide the same outcome as AutoSum

KuraiChikara

Board Regular
Joined
Nov 16, 2016
Messages
111
Office Version
  1. 2013
Platform
  1. Windows
Hello,
I have time formatted as hh:mm, when I highlight all of it, the AUTOSUM in the bottom right corner of Excel is correct. The total is 61:46 or 61 hours and 46 mins. However, when I try to use a formula to do the same outcome =SUM, the end result is 13:46, my time format in that cell is the same as the data it's adding (hh:mm) I have no idea where it's getting 13:46 and I can't seem to get my formula to calculate 61:46.

Data starting in A1-A14
08:00
08:00
08:00
02:45
08:00
01:19
00:19
07:05
04:24
02:20
02:30
08:00
00:54
00:10
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
It is returning 2 days 13 hours 46 mins which = 61:46

Code:
[COLOR=#000000][FONT=-webkit-standard][TABLE="width: 87"]
<colgroup><col width="87" style="width: 65pt;"></colgroup><tbody>[TR]
[TD="class: xl63, width: 87, align: right"]08:00[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]08:00[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]08:00[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]02:45[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]08:00[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]01:19[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]00:19[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]07:05[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]04:24[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]02:20[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]02:30[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]08:00[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]00:54[/TD]
[/TR]
[TR]
[TD="class: xl63, align: right"]00:10[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD="class: xl64, align: right"]02 13:46[/TD]
[/TR]
</tbody>[/TABLE]
[/FONT][/COLOR]

Change the format of the cell with the sum formula in, to be [h]:mm
 
Last edited:
Upvote 0
try formatting the cell


Code:
[h]:mm
 
Upvote 0
Thank you! I forget how literal Excel can be (hh:mm) is just that, just the hours and the minutes so 13:46 is just reflecting the hours and minutes, not the days. Out of curiosity. Do you know the significance of the brackets around the hour [h] why would that reflect the full hour count and not simply h?
 
Upvote 0
That is how the excel formatting is setup.
 
Upvote 0

Forum statistics

Threads
1,221,476
Messages
6,160,062
Members
451,615
Latest member
soroosh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top