Need help with auto calculating excess hours worked to apply to "Make-up" column before balance to "Over Time"

JoyeDigi

New Member
Joined
Sep 24, 2015
Messages
3
I am trying to get the Timesheet to automatically allot hours worked in excess of 8:00 per day to “Make-up” column to a MAX of 40:00; remaining balance if any should be allocated to OT Hrs.

Please save me from myself and too many )s! :ROFLMAO:

ABCDEFGHIJKLMNO
1Company Name
2AddressTime SheetStd Work Day8:00
3Std Work Week40:00
4Employee:SAMPLEEmployee Cell phone:772-555-5555
5Position:ParalegalPay period start date:9/11/2015
6Start Date:2/18/2013Pay period end date:9/24/2015
7
8DayDateInLunchReturnOutHrs WkdReg HrsMake-upOT HrsSickVacaHolNOTESTotal
9Friday########8:30 AM12:00 PM1:00 PM6:30 PM9:008:001:309:30
10Saturday########10:00 AM12:00 PM2:002:002:00
11Sunday########12:00 PM3:00 PM3:003:003:00
12Monday########9:00 AM12:30 PM12:30 PM7:00 PM10:008:002:0010:00
13Tuesday########8:00 AM12:00 PM2:30 PM3:00 PM4:304:302:006:30
14Wednesday########8:30 AM12:00 PM12:00 PM5:00 PM8:308:000:308:30
15Thursday########8:30 AM12:00 PM1:00 PM2:30 PM5:005:005:00
16Subtotal42:0038:301:302:302:0044:30
Need Make-up total MAX = 40:00.
i9=IF(SUM($H$16+O4)<$O$3,(SUM($O$3-$H$16)),$O$4)
i10=IF(SUM($H$16+I9)<=$O$3,(SUM(G10-H10)),($O$4))
i11=IF(SUM($H$16+I9+I10)<=$O$3,(SUM(G11-H11)),(SUM($O$4)))
i12=IF(SUM($H$16+I9+I10+I11)<$O$3,(SUM($O$3-$H$16)),$O$4)
i13=IF(SUM($H$16+I9+I10+I11+I12)<$O$3,(SUM($O$3-$H$16)),$O$4)
i14=IF(SUM($H$16+I9+I10+I11+I12+I13)<$O$3,(SUM($O$3-$H$16)),$O$4)
i15=IF(SUM($H$16+I9+I10+I11+12+I13+I14)<$O$3,(SUM($O$3-$H$16)),$O$4)

<tbody>
</tbody>
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
I9 needs to return only 1:00; so that :30 returns in J9.
Total of Reg Hrs + Make-up = MAX of 40:00.
 
Upvote 0

Forum statistics

Threads
1,215,807
Messages
6,127,002
Members
449,351
Latest member
Sylvine

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