Re: how do I write a formula that will figure weekly overtime?



Total hours in A1
Rate per Hour in B1
In C1 put this formula......copy down if desired..........

=IF(A1<=40,A1*B1,(40*B1)+((A1-40)*B1*1.5))

Vaya con Dios,
Chuck, CABGx3



"jasperPcuccumber" <jasperPcuccumber@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:01E9A355-B642-4CB4-803C-D543BE8EA624@xxxxxxxxxxxxxxxx
> I am setting up a payroll work***. I need a cell to show total hours,
one
> for regular time and one for over time. What formatting or formula can I
use
> to figure over time and straight time based on 40 overtime rule? (anything
> over 40 hours in a week is overtime)


.


Loading