Hi there,
I am wondering about how to do something in CALC.
I have the following (which does work):
A1/A2/A3/A4/A5/A6/A7=start time work (as hh:mm a/pm)
B1/B2/B3/B4/B5/B6/B7=end time work (as hh:mm a/pm)
C1/C2/C3/C4/C5/C6/C7=hours worked (as hh:mm)
C8=hours worked for week (hh:mm)
C9=base pay rate (as $##.##)
C10=base paycheck (as $###.##)
C11=overtime pay rate (as $##.## - which is 1.5 of C9)
C12, C13, C14 is where I am having problems
I would like to do the following
C12=40 minus C11 (the amount of time of overtime (40 hours) (even minutes shown as hh:mm))
C13=C12 times C11 (pay amount of the overtime hours only shown as $###.##)
C14=C13 plus C10 (the amount earned with overtime shown as $###.##)