M
Michael J. Malinsky
I think this is what you're looking for:
Beginning in Cell A1 headers are Date, Hours, Basic Pay, OT Pay, Premium
Pay.
In C2, enter:
=IF(B2>8,8,B2)
In D2, enter:
=IF(B2>8,B2-C2,0)
In E2, enter:
=IF(WEEKDAY(A2)=1,B2,0)
and copy these down as needed.
The formulae in column C and D assume 8 hours is a standard workday, so
change as appropriate.
HTH
Mike
--
Michael J. Malinsky
Pittsburgh, PA
"I was gratified to be able to answer promptly,
and I did. I said I didn't know." -- Mark Twain
Beginning in Cell A1 headers are Date, Hours, Basic Pay, OT Pay, Premium
Pay.
In C2, enter:
=IF(B2>8,8,B2)
In D2, enter:
=IF(B2>8,B2-C2,0)
In E2, enter:
=IF(WEEKDAY(A2)=1,B2,0)
and copy these down as needed.
The formulae in column C and D assume 8 hours is a standard workday, so
change as appropriate.
HTH
Mike
--
Michael J. Malinsky
Pittsburgh, PA
"I was gratified to be able to answer promptly,
and I did. I said I didn't know." -- Mark Twain