T
Thaddeus
This is for my employees payroll, if they work "under 60"
hours their overtime begins at 45hrs, if they work "over
60" thier overtime begins at 40.
the formulas I'm useing now are:
under 60
=MIN(45,$C$17)*$B$2,=MAX($C$17-45,0)*$D$2
over 60
=MIN(40,$C$17)*$B$2,=MAX($C$17-40,0)*$D$2
as a result I have had to keep 2 time sheets per employee
(in excel) and anaylize thier hours indiviualy.
Can I combine these formulas so that the calculations will
be correct under and over 60hrs???
Thanks for any help at all
Thaddeus
hours their overtime begins at 45hrs, if they work "over
60" thier overtime begins at 40.
the formulas I'm useing now are:
under 60
=MIN(45,$C$17)*$B$2,=MAX($C$17-45,0)*$D$2
over 60
=MIN(40,$C$17)*$B$2,=MAX($C$17-40,0)*$D$2
as a result I have had to keep 2 time sheets per employee
(in excel) and anaylize thier hours indiviualy.
Can I combine these formulas so that the calculations will
be correct under and over 60hrs???
Thanks for any help at all
Thaddeus