Adding up times

Dal1980

New Member
Joined
Sep 16, 2020
Messages
3
Office Version
  1. 365
Platform
  1. Windows
It seems that to add times I just need to use =SUM but I'm not getting the desired results. I've even made sure my data type for the cells I'm working with are time format h:mm


ABCDEFGH
1MTWTFSSTotals
28:308:008:308:008:300:000:0017:30
=SUM(A2:G2) should be 41:30

Can anyone point out where I've gone wrong please :confused:

Thanks :)
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Hi Dal1980,

Try Custom Format [h]:mm

Book1
ABCDEFGH
1MTWTFSSTotals
28:308:008:308:008:300:000:0041:30
Sheet2
Cell Formulas
RangeFormula
H2H2=SUM(A2:G2)
 
Upvote 0
That's it, I had applied probably the correct formatting on the fields that held the data I wanted to add together but your comment helped me see that I needed to apply it onto the field that had the SUM formula. Once I used your suggested formatting on that field it switched over to showing the correct value.

Note to self: assume nothing, excel assumed nothing when it added all of theses data types together, who would have thought that the cell that received the value would be of the same data type lol


Thank you very much, you saved my mind as I spent ages trying to get this to show properly
 
Upvote 0
...Thank you very much, you saved my mind as I spent ages trying to get this to show properly

You're welcome!
...and don't worry, Excel has many more tricks up its sleeve to send you over the edge to insanity. ;)
 
Upvote 0

Forum statistics

Threads
1,214,976
Messages
6,122,541
Members
449,089
Latest member
davidcom

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