I'm creating a time sheet to calculate when a person has accumulated 16 hours within a 24 hour period. e.g.
1st work assignment: 7 AM til 3:30 PM with a half hour break for lunch. = 8.5 hours
2nd work assignment: 5:21 PM til 8:42 PM = 3 hours. so the total now is 11.5 BUT, because the interval between 3:30 and 5:21 is less than 2 hours (120 minutes), the time continues to accumulate, therefore, I need the total to be 13 hours.
If the 2nd work assignment had started at 5:31 PM, then the interval time would not count, thus the total would be 11.5.
Time Sheet.xlsx
The next problem is, if the second work assignment is less than 2 hours, I need to accumulate 2.5 hours.
I also don't know how to calculate the hours if the second work assignment starts at 23:42 on day one and stops at 3:08 on day 2.
Thanks for your help.![]()
Bookmarks