Hi
I need to create a timesheet to calculate normal time, overtime@1.5 and overtime@2.00 based on the days of the week and the job description
if the employee is a general worker, firewatcher then they qualify for overtime, all other employees do not qualify for overtime
Monday - Thursday - 9 hours = normal time - any hours clocked after 9 hours is calculated overtime @ 1.5
Friday - 5 hours = normal time - any hours clocked after 5 hours is calculated as overtime @ 1.5
Saturdays - all hours clocked on a Saturday is calculated as overtime @ 1.5
Sundays - all hours clocked on a Sunday is calculated as overtime @ 2
If an employee works nightshift on a Sunday and the hours run into a Monday all hours clocked are calculated as overtime @ 2
The day of the week is in cell c2 and the job description is in cell b5
the time in will be captured in cell c5 and the time out will be captured in cell d5
The Normal hours will be displayed cell e5
The OT 1.5 will be displayed in cell f5
the OT 2 will be displayed in cell G5
the total hours will be displayed in cell h5
I need a formula for
to check the days of the week and the job description and calculated the hours based on the criteria above.
I need to create a timesheet to calculate normal time, overtime@1.5 and overtime@2.00 based on the days of the week and the job description
if the employee is a general worker, firewatcher then they qualify for overtime, all other employees do not qualify for overtime
Monday - Thursday - 9 hours = normal time - any hours clocked after 9 hours is calculated overtime @ 1.5
Friday - 5 hours = normal time - any hours clocked after 5 hours is calculated as overtime @ 1.5
Saturdays - all hours clocked on a Saturday is calculated as overtime @ 1.5
Sundays - all hours clocked on a Sunday is calculated as overtime @ 2
If an employee works nightshift on a Sunday and the hours run into a Monday all hours clocked are calculated as overtime @ 2
The day of the week is in cell c2 and the job description is in cell b5
the time in will be captured in cell c5 and the time out will be captured in cell d5
The Normal hours will be displayed cell e5
The OT 1.5 will be displayed in cell f5
the OT 2 will be displayed in cell G5
the total hours will be displayed in cell h5
I need a formula for
to check the days of the week and the job description and calculated the hours based on the criteria above.