How to totalize hours, even when the sum > 24?

A

AA Arens

How to totalize hours, even when the sum > 24?
I do have to cells formatted hh:mm.


Bart
 
R

Rick Rothstein \(MVP - VB\)

How to totalize hours, even when the sum > 24?
I do have to cells formatted hh:mm.

Custom format your cells with square-brackets like this [h]:mm and your
totals will be able to exceed 24 hours.

Rick
 
Top