S
StargateFan
Sorry, I've looked everywhere, through google and all my saved
spreadsheets but I don't remember enough to have brought up any kind
of useful result.
I have a spreadsheet that is tracking time. I have the format set to
HH:mm:ss and enter 375000, for example, for a 37.5 hh workweek.
In the column that deducts for overtime, I have a couple of entries
like this:
00:74:00
00:81:00
where
00:74:00 would be better as 01:14:00 for 1 hour and 14 minutes, and
00:81:00 should display as 01:21:00.
How can we this be done pls? I don't see how to apply anything in
http://www.cpearson.com/excel/datearith.htm to this particular case.
I need the exact minutes so rounding not needed and the part about
subtracting time I don't see how it will work.
Here's the data, which I hope lines up as well for people reading as
it's doing this end <g>:
A B C D E F
HH shud Actual session time lieu balance
WEEK wrked HH wrkd O/T pay owing
dates 37:50:00 37:52:00 00:02:00 -0- 00:02:00
dates 37:50:00 38:24:00 00:74:00 -0- 00:76:00
dates 37:50:00 38:31:00 00:81:00 -0- 01:57:00
dates 30:00:00 33:04:00 03:04:00 -0- 04:61:00
Column D, E and F will be problem ones whereas B and C are not since
time is entered in them manually.
[Column E is empty as tiem in lieu of pay has not been taken. That's
why the spreadsheet is needed since overtime is never paid.]
Formula in D3 =IF($C3<>"";SUM($C3-$B3);"")
Formula in F3: =IF($C3<>"";($F2+$D3)-$E3;"")
These cells are formatted as 00:00:00, if memory serves. My XL2K here
at home is corrupted so I had to open this in OpenOfficeCalc and it
does the whole formatting thing differently. So will continue work at
office on this.
Thanks! As always, help is much appreciated. D
spreadsheets but I don't remember enough to have brought up any kind
of useful result.
I have a spreadsheet that is tracking time. I have the format set to
HH:mm:ss and enter 375000, for example, for a 37.5 hh workweek.
In the column that deducts for overtime, I have a couple of entries
like this:
00:74:00
00:81:00
where
00:74:00 would be better as 01:14:00 for 1 hour and 14 minutes, and
00:81:00 should display as 01:21:00.
How can we this be done pls? I don't see how to apply anything in
http://www.cpearson.com/excel/datearith.htm to this particular case.
I need the exact minutes so rounding not needed and the part about
subtracting time I don't see how it will work.
Here's the data, which I hope lines up as well for people reading as
it's doing this end <g>:
A B C D E F
HH shud Actual session time lieu balance
WEEK wrked HH wrkd O/T pay owing
dates 37:50:00 37:52:00 00:02:00 -0- 00:02:00
dates 37:50:00 38:24:00 00:74:00 -0- 00:76:00
dates 37:50:00 38:31:00 00:81:00 -0- 01:57:00
dates 30:00:00 33:04:00 03:04:00 -0- 04:61:00
Column D, E and F will be problem ones whereas B and C are not since
time is entered in them manually.
[Column E is empty as tiem in lieu of pay has not been taken. That's
why the spreadsheet is needed since overtime is never paid.]
Formula in D3 =IF($C3<>"";SUM($C3-$B3);"")
Formula in F3: =IF($C3<>"";($F2+$D3)-$E3;"")
These cells are formatted as 00:00:00, if memory serves. My XL2K here
at home is corrupted so I had to open this in OpenOfficeCalc and it
does the whole formatting thing differently. So will continue work at
office on this.
Thanks! As always, help is much appreciated. D