Hi All,
I'm trying to construct a spreadsheet but have hit a stumbling block (spreadsheet attached).
What I'm trying to do is log drivers details and the hours they have worked. I want to enter the start time and the end time and get the sheet to do the rest.
However, if let's say the driver started at 14:00 and ended his shift on 03:00 then the simple formula =sum(cell containing 03:00-cell containting 14:00) brings a negative number which is giving ######### in the cell. So I've tried this formula:
=IF(C3>D3,C3-D3,"-"&TEXT(ABS(C3>D3),"[h]:mm"))
Which seems to work.
However, with using this formula with values that would not usually give a negative number I'm getting the result of -0:00.
Can anyone help before I chuck this PC out the window?
Thanks
Lewis
Bookmarks