Adding time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I add time, in the hr:mn format, and view total time in the same hr:mn
format when the total time is greater than 23:55?
 
Hi!

Format the total cell as [h]:mm.

The [ ] keeps the hours from rolling over back to zero after 24 hours is
reached.

Biff
 
Just add them up like this

=A1+B1

and use a custom format like this

[h]:mm
 
Thanks guys - works a treat.

Sloth said:
Just add them up like this

=A1+B1

and use a custom format like this

[h]:mm

simon said:
How do I add time, in the hr:mn format, and view total time in the same hr:mn
format when the total time is greater than 23:55?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top