| I prefer Calc as that is what i'm using, but if you only have experience with Excel, it is probably close enough that I can use it. I have a spreadsheet for recording my work hours. The rows are for each shift worked, and the columns are for Date, Start of shift, end of shift, Break, Lunch, Total hours, Pay hours (total minus lunch and break) Pay rate, Gross pay, Tax estimate (30% of Gross), and Net pay (After tax).
What I need to do is set up the Gross pay in such a way that it will calculate in the following manner:
IF DATE = Sunday then Gross Pay = pay hours x (1.5 x pay rate)
ELSE Gross Pay = pay hours x pay rate
I have it set to calculate pay on regular days as =PRODUCT(A3;H3) how would I set up this rule for Sunday shifts? |