Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to calculate the time difference between to cells. I have a
formula that works ok unless the difference is in excess of 24 hours. I am using time data only in the cells 08:00, 18:00 etc.. current formula; =IF(I29="","",IF(J28="","",(IF(J28<I29,I29-J28,(IF(J28I29,24-J28+I29)))))) What I want to do: column I column J column K column L (formula above in L) Clock-in Clock-out Total HRs worked hours off between J2 & I3 1 08:00 20:00 12:00 [Blank] didn"t work day bfr 2 06:00 19:00 13:00 10 3 20:00 08:00 12:00 25 What I get in L3 now is 1. Any Suggestions??? -- skyknight |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cells with time format and calculating the diffrence | New Users to Excel | |||
Calculating Difference Between Start Date & Time And End Date & Ti | Excel Discussion (Misc queries) | |||
Calculate difference between 2 date and times with average | Excel Discussion (Misc queries) | |||
Calculate the difference between two times | Excel Worksheet Functions | |||
add time to cells | Excel Worksheet Functions |