Quote:
Originally Posted by DBenz
using =C2+C3+C4+C5+C6+C7+C8+C9+C10+C11+C12+C13+C14
|
Better: =SUM(C2:C14)
Quote:
Originally Posted by DBenz
I have totals of 20:15 07:00:00 and 21:00:00 but adding then these together using a+b+c method I get 00:15:00
|
Use the Custom format [h]:mm:ss or [hh]:mm:ss .
Then it will display 48:15:00, which is the actual value of the sum.