Summing times

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

Guest

I'm trying to get Excel to sum times on a worksheet

e.g.
C4=6:00
C5=8:45
C6=9:30

Total hours worked= 24.25. How do I get Excel to understand this?

Any help is appreciated.

Driver
 
You could get 24:15 if you used a format of: [hh]:mm

Or use this if you want 24.25
=SUM(c4:c6)*24
 

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

Similar Threads


Back
Top