=SUM(A1:A5)*24 for totalling hours and minutes is not working

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

Guest

I am trying to total up hours worked in a one week time period. I found the
noted formula if the total is going to be >24 hours. However, I cannot get
an accurate total. Any thoughts comments, would be greatly appreciated.
 
Either use

=SUM(A1:A50)

and format as [hh]:mm under format>cells>number>custom

or format as general and use

=SUM(A1:A50)*24
 
Remember that your formula return hours. This means that if the formula gives:

1.25 ===> this really means one hour 15 minutes.
_________________________
Gary's Student
 

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