Hi
I have a timesheet which is working well apart from in one particular scenario.
Basically I have created the timesheet in 24 hr format, there is a 'start time' column, 'finish time' column and ' break time taken' column - which then calculate the number of hours worked.
So this works when the working day does not pass over midnight so the following example calculates with no problems: =IF(D36>0,E36-D36-F36,0)
COL D - start time is 18:00
COL E - finish is 23:59
COL F - break is 00:20
However if I input the following
COL D - start time 18:00
COL E - end time 00:01
COL F - break 00:20
the formula does not calculate???
I have played around with this and what I think I have tried to say is : =IF(E37>0<D37,24-D37-F37,IF(D37>0,E37-D37-F37,0))
I know this is wrong but I dont how to translate into a workable formula??? can you help???![]()
Bookmarks