How do you calculate hours?

C

chefd

My schedule is broken down into days-
example 6:00 a.m.-2:30p.m. monday thru sunday. Is there a
formula for calculating the total number of hours automatically.
 
M

Mike H

A bit more information may have been useful but to get you started try this
a1 = 06:00
b1 = 14:30
Both these times can be formatted as you require
Then in another cell try
=(B1-A1)*6
Format this cell with [hh]:mm
This will give you the hours for 6 days 06:00 - 14:30

Mike
 
F

Fred Smith

As Excel stores times as a fraction of a day, to convert to hours, multiply
by 24. If endtime is in B1 and starttime is in A1, then hours worked would
be:

=(b1-a1)*24

Regards,
Fred.
 

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

Top