MasterKaos
Programmer
I'm trying to create a spreadsheet to keep track of horus worked, to see each day that i have worked more / less than the standard working day (7.5 hrs)
For example:
Then i could do a sum of the overtime to see if i am over / under time for the whole week. In the aboce example i am 15 mins overtime.
I can't find any way to do this, because i get ####### when the calulcation results in "negative time"
What cell formatting and formulas should i use to achieve what i need?
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
For example:
Code:
Start Time ¦ Break ¦ End Time ¦ Overtime
09:45 ¦ 0:45 ¦ 17:45 ¦ -0:15
09:00 ¦ 1:00 ¦ 18:00 ¦ 0:30
I can't find any way to do this, because i get ####### when the calulcation results in "negative time"
What cell formatting and formulas should i use to achieve what i need?
----------------------------------------------------------------------------
The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.