Hello Excel Geniuses,
I'm having a hard time coming up with solutions here using formulas. Here's the synopsis:
I work at a company where an employee usually works 1 job a day or multiple jobs a day.
Below is a sample data export from our time recording system. The column "2nd job Indicator" indicates that the specific job (row) is the job is the 2nd job of the day.
So my question is, given the conditions above, what can I do to calculate regular, OT, and dbl time accordingly? Any help is appreciated.
I'm having a hard time coming up with solutions here using formulas. Here's the synopsis:
I work at a company where an employee usually works 1 job a day or multiple jobs a day.
- Scenario 1: Employee 1 works 1 13 hour shift
- Hours Calc: Regular (8hrs) OT (4hrs) Dbl (1hr)
- Scenario 2: Employee 2 works two jobs in the same day. Job 1 = 8 hour shift Job 2 = 8 hour shift. Total hours for the day = 16 hrs
- Hours Calc:
- Job 1: Regular (8hrs)
- Job 2: Regular (0hrs) OT (4hrs) Dbl (4hrs)
- Hours Calc:
Below is a sample data export from our time recording system. The column "2nd job Indicator" indicates that the specific job (row) is the job is the 2nd job of the day.
So my question is, given the conditions above, what can I do to calculate regular, OT, and dbl time accordingly? Any help is appreciated.
Date | Emp ID | Employee Name | Job No. | Project No. | Total Hours | 2nd job Indicator | Weekending |
5/4/2020 | 1097 | EMPLOYEE 1 | 10418 | 860823 | 12.5 | 0 | 5/9/2020 |
5/5/2020 | 1097 | EMPLOYEE 1 | 10418 | 860823 | 12.5 | 0 | 5/9/2020 |
5/6/2020 | 1097 | EMPLOYEE 1 | 10418 | 860823 | 12.5 | 0 | 5/9/2020 |
5/7/2020 | 1097 | EMPLOYEE 1 | 10418 | 860823 | 12.5 | 0 | 5/9/2020 |
5/8/2020 | 1097 | EMPLOYEE 1 | 10418 | 860823 | 8 | 0 | 5/9/2020 |
5/8/2020 | 1097 | EMPLOYEE 1 | 27750 | 881981 | 8 | 1 | 5/9/2020 |
5/9/2020 | 1097 | EMPLOYEE 1 | 10418 | 860823 | 12 | 0 | 5/9/2020 |
5/4/2020 | 1101 | EMPLOYEE 2 | 27005 | 820021 | 8 | 0 | 5/9/2020 |
5/5/2020 | 1101 | EMPLOYEE 2 | 26575 | 518110 | 13.5 | 1 | 5/9/2020 |
5/6/2020 | 1101 | EMPLOYEE 2 | 27646 | 593310 | 8 | 0 | 5/9/2020 |
5/7/2020 | 1101 | EMPLOYEE 2 | 26575 | 518110 | 12 | 0 | 5/9/2020 |
5/8/2020 | 1101 | EMPLOYEE 2 | 26575 | 518110 | 8 | 0 | 5/9/2020 |
5/8/2020 | 1101 | EMPLOYEE 2 | 26575 | 102339 | 12 | 1 | 5/9/2020 |