TimeSheet-Calculator overtime Excel

crilly

New Member
Joined
Nov 26, 2009
Messages
21
[FONT=&quot]I have a question i get pays[/FONT]
[FONT=&quot]weekdays 8 hrs then overtime[/FONT]
[FONT=&quot]all day Sat Multiple Times @ 1.5[/FONT]
[FONT=&quot]all day Sun Multiple Times @ 2[/FONT]
[FONT=&quot]so weekday Multiple Time 1 then overtime @ 1.5[/FONT]
[FONT=&quot]is there a way to have a TimeSheet-Calculator[/FONT]
[FONT=&quot]for a Month Calendar that will recognise Sat on its own
and sun on its own, so can any one help Please :cool:[/FONT]
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Post what you have done on creating the Month calendar then we can offer formulas for the overtime.
 
Upvote 0
I have a question i get pays
weekdays 8 hrs then overtime
all day Sat Multiple Times @ 1.5
all day Sun Multiple Times @ 2
so weekday Multiple Time 1 then overtime @ 1.5
is there a way to have a TimeSheet-Calculator
for a Month Calendar that will recognise Sat on its own
and sun on its own, so can any one help Please :cool:
Wed


<tbody>
</tbody>
=IFERROR(IF(AND(D16<>””,E16<>""),IF(D16>$C$12+TIME($D$12,($D$12-INT($D$12))*60,0),0,IF(E16>$C$12+TIME($D$12,($D$12-INT($D$12))*60,0),MIN(TIME($D$12,($D$12-INT($D$12))*60,0),($C$12+TIME($D$12,($D$12-INT($D$12))*60,0)-D16)),MIN(IF((E16-$C$12)<0,0,(E16-$C$12)),(E16-D16))))*24,"")-F16,"")
=IF(AND(D16<>””,E16<>""),((IF(D16<$C$12,MIN($C$12-D16,E16-D16),0)+IF(E16>$C$12+TIME($D$12,($D$12-INT($D$12))*60,0),MIN((E16-$C$12-TIME($D$12,($D$12-INT($D$12))*60,0)),(E16-D16)),0))*24),"")
=IFERROR(G16*IF(AND(ISNUMBER(SEARCH(TEXT(B16,”ddd"),$F$9)),Data!$F$2),$F$12,$E$12)+H16*$F$12,"")
Sat
=IFERROR(IF(AND(D19<>””,E19<>”"),IF(D19>$C$12+TIME($D$12,($D$12-INT($D$12))*60,0),0,IF(E19>$C$12+TIME($D$12,($D$12-INT($D$12))*60,0),MIN(TIME($D$12,($D$12-INT($D$12))*60,0),($C$12+TIME($D$12,($D$12-INT($D$12))*60,0)-D19)),MIN(IF((E19-$C$12)<0,0,(E19-$C$12)),(E19-D19))))*24,"")-F19,"")
=IF(AND(D19<>””,E19<>""),((IF(D19<$C$12,MIN($C$12-D19,E19-D19),0)+IF(E19>$C$12+TIME($D$12,($D$12-INT($D$12))*60,0),MIN((E19-$C$12-TIME($D$12,($D$12-INT($D$12))*60,0)),(E19-D19)),0))*24),"")=IFERROR(G19*IF(AND(ISNUMBER(SEARCH(TEXT(B19,"ddd"),$F$9)),Data!$F$2),$F$12,$E$12)+H19*$F$12,"")
Sun
=IFERROR(IF(AND(D22<>”",E22<>""),IF(D22>$C$12+TIME($D$12,($D$12-INT($D$12))*60,0),0,IF(E22>$C$12+TIME($D$12,($D$12-INT($D$12))*60,0),MIN(TIME($D$12,($D$12-INT($D$12))*60,0),($C$12+TIME($D$12,($D$12-INT($D$12))*60,0)-D22)),MIN(IF((E22-$C$12)<0,0,(E22-$C$12)),(E22-D22))))*24,"")-F22,"")
=IF(AND(D22<>”",E22<>""),((IF(D22<$C$12,MIN($C$12-D22,E22-D22),0)+IF(E22>$C$12+TIME($D$12,($D$12-INT($D$12))*60,0),MIN((E22-$C$12-TIME($D$12,($D$12-INT($D$12))*60,0)),(E22-D22)),0))*24),"")
=IFERROR(G22*IF(AND(ISNUMBER(SEARCH(TEXT(B22,"ddd"),$F$9)),Data!$F$2),$F$12,$E$12)+H22*$F$12,"")

















Year
Month
Date
Weekend




2017
February
1
Sat & Sun












Start Time
Regular Hours
Regular Pay (hourly)
Overtime Pay (hourly)Times1.1/2
Overtime Pay (hourly) Times 2



09:00
9101520

















Day
Date
In Time
Out Time
Break Hrs
Regular Hrs
OT Hours
Total Pay
Wed
1
09:00
18:00
1.08.00.080.0
Thu
2





Fri
3





Sat
4
09:00
18:00
1.08.00.0120.0
Sun
5
09:00
18:00
1.08.00.0160.0

<tbody>
</tbody>

<tbody>
</tbody>
 
Last edited:
Upvote 0

Excel 2010
BCDEFGHI
1Rate$10.00
2
3DateIn TimeOut TimeBreak HrsTotal HrsRegular HrsOT HoursTotal Pay
4Wed 07-Mar-189:0018:0018.008.000.00$80.00
5Thu 08-Mar-189:0020:00110.008.002.00$110.00
6Fri 09-Mar-189:0020:00110.008.002.00$110.00
7Sat 10-Mar-189:0018:0018.000.008.00$120.00
8Sun 11-Mar-189:0018:0018.000.008.00$160.00
944.0024.0020.00$580.00
10
4b
Cell Formulas
RangeFormula
F4=(D4-C4)*24-E4
G4=IF(WEEKDAY(B4,2)<6,MIN(F4,8),0)
H4=F4-G4
I4=G4*$I$1+H4*$I$1*1.5+(WEEKDAY(B4,2)=7)*H4*$I$1*0.5
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,490
Messages
6,113,956
Members
448,535
Latest member
alrossman

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top