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.
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.
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.
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.