Using MS Excel 2010.
A column of hours, mins, secs e.g.
12345:34:34
12345:34:34
12345:34:34
Is totalled as
00000:00:00
The cells’ format is set to [h]:mm:ss
Can anyone suggest a way of getting the correct answer please?
I’ve tried =a1+a2+a3 as well as =sum(a1:a3)
You could also try this formula and format the result as [h]:mm:ss …