Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have inputted 24 hour time into the worksheet and have tried to calculate
actual hours worked. The inaccuracy in the calculation occurs when the start time is greater than the stop time. How do I get an accurate number for time-clock calculations? |
#2
![]() |
|||
|
|||
![]()
Hi,
Have a look at: http://www.cpearson.com/excel/datearith.htm "dokliver" wrote: I have inputted 24 hour time into the worksheet and have tried to calculate actual hours worked. The inaccuracy in the calculation occurs when the start time is greater than the stop time. How do I get an accurate number for time-clock calculations? |
#3
![]() |
|||
|
|||
![]()
Try
=MOD(B1-A1,1) -- HTH RP "dokliver" wrote in message ... I have inputted 24 hour time into the worksheet and have tried to calculate actual hours worked. The inaccuracy in the calculation occurs when the start time is greater than the stop time. How do I get an accurate number for time-clock calculations? |
#4
![]() |
|||
|
|||
![]()
Hi
try =B1-A1+(B1<A1) or =MOD(B1-A1,1) -- Regards Frank Kabel Frankfurt, Germany "dokliver" schrieb im Newsbeitrag ... I have inputted 24 hour time into the worksheet and have tried to calculate actual hours worked. The inaccuracy in the calculation occurs when the start time is greater than the stop time. How do I get an accurate number for time-clock calculations? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
elapsed time calculation | Excel Discussion (Misc queries) | |||
entering numbers to display a time format | Excel Discussion (Misc queries) | |||
"Manual calculation" takes less time. Why? | Excel Discussion (Misc queries) | |||
Help - Information with time and date | Excel Discussion (Misc queries) | |||
Excel - Time calculation | Excel Discussion (Misc queries) |