overtime calculation

G

Guest

I am trying to compile a time card in excel for the employees in the shop. I
have it set up to enter the hours worked per day and then at the end of the
week calculate total hours, regular hours(40 if in overtime) and overtime.
Overtime is a regular occurance, but some don't even hit 40 hours. how do I
make a calculation in the overtime box that will not be affected by those
that did not reach overtime for the week????
Any help would be great.....
 
A

aidan.heritage

I am trying to compile a time card in excel for the employees in the shop. I
have it set up to enter the hours worked per day and then at the end of the
week calculate total hours, regular hours(40 if in overtime) and overtime.
Overtime is a regular occurance, but some don't even hit 40 hours. how do I
make a calculation in the overtime box that will not be affected by those
that did not reach overtime for the week????
Any help would be great.....

Not clear from the post, but SUMIF might do it? Or just an IF
statement (eg if you have a regular hours box and an overtime box,
then the overtime would be =if(regular<=40,"",calculation)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top