Hello All,
I'm pretty well versed with computers, however my spreadsheet experience is basically nil. I have figured out some basics on my own. Here is my problem:
I need to record the hours as they are on the sign in sheet, but employees get paid from 7:00AM.
I used the following formula to calculate my hours:
=IF(B3<>"", sum(F3-E3,H3-G3,J3-I3,L3-K3,N3-M3,P3-O3)*24,"")
There is probably a shorter formula I could use, but this is what I figured out in the 3 days I've been working with spreadsheets.
As you can see there are two entries at the lower left corner that are signed in at 6:50 and 6:30 AM however they don't actually get paid until 7:00AM.
Thanks!
Bookmarks