I work in payroll for movies and have an excel time card that Ive been working on to help make things a bit easier.
There are many different unions and rules to deal with, but 1 section that I am asking for help on is regarding meal penalties.
I wish I could add an attachment so you can see what im talking about
To get a general idea:
the hour is calculated in tenths. so every 6 minutes is 1/10....and in military time
6:03 am = 6.1
6:07 am = 6.2
6:08 pm = 18.2
6:31 pm= 18.6
so a time card looks like this: (roughly)
6.0 in 12.0-12.5 lunch 18.0 wrap
meal penalties are calculated from in time until lunch leave(12.0)
and from return from lunch (12.5) to wrap.....these are not compounded
in the above, in time is 6.0 and lunch is 12.0 a difference of 6 hrs.(no meal penalties)
Meal penalties start at 6.3 and are every 1/2 hour in the front and start at 6.6,every 1/2 hour in the back end.
mp chart:
1= 7.50
2= 17.50
3= 30.00
4 and on is an additional 12.50 for each one.
in this example:
6.o in 13.0-13.5 lunch 22 wrap
6.0-13.0 = 7 hours (anything over 6 is a mp) so 1 hr over = 2 meal penalties $ 17.50 for the front....
13.5 - 22 = 8.5 hrs -6 = 2.5 hours = 5 meal penalties = $55.00 for the back
total day is $72.50 in meal penalties for the day.
This is a formula I have
=IF((I9-G9)-6<0.01,0,IF((I9-G9)-6<0.6,1,IF((I9-G9)-6<1.1,2,IF((I9-G9)-6<1.6,3,IF((I9-G9)-6<2.1,4,IF((I9-G9)-6<2.6,5,IF((I9-G9)-6<3.1,6,IF((I9-G9)-6<3.6,7,8))))))))
It only allows me to go up to 15 mps (this only has 7)and I would like it to go up to 20.
Is there a way I can go to 20?
Is there a better way to calculate this formula instead of what I have?
Is it easier for the formula to add 12.50 to every 1/2 hour after 2? (3 on)
There are many different unions and rules to deal with, but 1 section that I am asking for help on is regarding meal penalties.
I wish I could add an attachment so you can see what im talking about
To get a general idea:
the hour is calculated in tenths. so every 6 minutes is 1/10....and in military time
6:03 am = 6.1
6:07 am = 6.2
6:08 pm = 18.2
6:31 pm= 18.6
so a time card looks like this: (roughly)
6.0 in 12.0-12.5 lunch 18.0 wrap
meal penalties are calculated from in time until lunch leave(12.0)
and from return from lunch (12.5) to wrap.....these are not compounded
in the above, in time is 6.0 and lunch is 12.0 a difference of 6 hrs.(no meal penalties)
Meal penalties start at 6.3 and are every 1/2 hour in the front and start at 6.6,every 1/2 hour in the back end.
mp chart:
1= 7.50
2= 17.50
3= 30.00
4 and on is an additional 12.50 for each one.
in this example:
6.o in 13.0-13.5 lunch 22 wrap
6.0-13.0 = 7 hours (anything over 6 is a mp) so 1 hr over = 2 meal penalties $ 17.50 for the front....
13.5 - 22 = 8.5 hrs -6 = 2.5 hours = 5 meal penalties = $55.00 for the back
total day is $72.50 in meal penalties for the day.
This is a formula I have
=IF((I9-G9)-6<0.01,0,IF((I9-G9)-6<0.6,1,IF((I9-G9)-6<1.1,2,IF((I9-G9)-6<1.6,3,IF((I9-G9)-6<2.1,4,IF((I9-G9)-6<2.6,5,IF((I9-G9)-6<3.1,6,IF((I9-G9)-6<3.6,7,8))))))))
It only allows me to go up to 15 mps (this only has 7)and I would like it to go up to 20.
Is there a way I can go to 20?
Is there a better way to calculate this formula instead of what I have?
Is it easier for the formula to add 12.50 to every 1/2 hour after 2? (3 on)