Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to create a time sheet with the following columns: Time In, Time
Out, Lunch and Hours Worked. The Time In and Time Out columns are formatted with military time and the Lunch is a straight time number as the time may vary. I needed to have a formula that calculated the time worked (end time minus start time minus the time taken for lunch.) I have created the following formula to calculate the hours worked: =IF(B15=0,"",((C15-INT(C15))-(B15-INT(B15)))-(D15-INT(D15))) This formula functions properly, giving me the total hours worked for each day. However, my problem is then summing the hours worked for the entire week. I'm given an incorrect number when I use a standard =sum(E1:E5) formula. I have tried various other formulas and cannot seem to find a way to get the sum of the results from the above formula. Is there anyone that can help?! Please!? With much thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating Time with Date/Time checking in formula | Excel Worksheet Functions | |||
Calculating Regular time, overtime and double time | Excel Worksheet Functions | |||
calculating timesheet, time-in/time-out = total hours & minutes, . | Excel Worksheet Functions | |||
Calculating effective time from start/end date+time | Excel Worksheet Functions |