Shift Loading formula

map26

New Member
Joined
Aug 14, 2011
Messages
3
Hi All,

Just wondering if you could help me out. Im trying to create a table that will work out the hours worked and then rounded to the nearest 15 minutes when the employee will log in then log out, a lunch break, total hours, hours -lunch and then the loading hours (15% and 30% between a specific time).

This is what i have so far but i can get the Loading to work correctly. Any help would be appreciated, i think i the 15% loading formula is incorrect but i cant work out where its gone wrong as it works fine for the 30% mark. i also have issues in the formula when it goes onto the next day.

6040162403_bde9b548d5_b.jpg


Formula as follows:
Login: login time (h:mm)
Round Login: =ROUND(B3*96,0)/96
Logout: logout time (h:mm)
Round Logout: =ROUND(D3*96,0)/96
Lunch: lunch 0:30 (h:mm)
Total Hours: =(E3+(C3>E3)-C3)
Hours: =IF(B3<1,((E3+(C3>E3)-C3)-F3),0)
Loading 15%: =IF($C3>0,IF($C3>=$M$2,$E3-$C3,IF($E3>$M$2,$E3-$M$2,0)),IF($C3<$M$2,$N$2-$M$2,$N$2-$C3))
Loading 30%: =IF($C3>0,IF($C3>=$M$3,$E3-$C3,IF($E3>$M$3,$E3-$M$3,0)),IF($C3<$M$3,$N$3-$M$3,$N$3-$C3))

Loading
Loading 15% and 30%: just values
Start and end are the times for loading



Thanks again.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Can you please be precise as to what is Loading time 15% and 30%

Sorry, it has to do with shift loading at the when billing the client and paying for staff. During shift loading 15% between 13:00 and 20:59 and additional 15% is charged and 30% for shift loading 30%.

I just need to work out how many hours they work in shift loading 15% and 30% shift times.

i should have named them something else as to not get confused.
 
Upvote 0
Sorry, it has to do with shift loading at the when billing the client and paying for staff. During shift loading 15% between 13:00 and 20:59 and additional 15% is charged and 30% for shift loading 30%.

I just need to work out how many hours they work in shift loading 15% and 30% shift times.

i should have named them something else as to not get confused.

Use

Excel Workbook
IJ
2Loading 15%Loading 30%
38:001:15
Sheet1
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,735
Members
452,939
Latest member
WCrawford

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