C
Carina
I've created an Overtime Card.
There are 4 possible reasons for OT, one being "Call-Out".
There are minimum hours for each OT reason. For Call-Out,
less that 1.5 hrs work results in minimum 3 hrs pay.
Staff are requested to enter ACTUAL hours worked, and a
separate box calculates totaltime
I want to calculate the following:
Iif ([Reason] = "Call-Out" and [TotalTime]< "1:30","3",Iif
([Reason] = "Call-Out" and [TotalTime]>="1:30",
[TotalTime]))
I'm obviously doing something wrong because this isn't
working. I've formatted all of the boxes to Short Time,
and tried with single quotes instead of double quotes to
no avail. I'm stumped.
Any all help appreciated!
Carina
There are 4 possible reasons for OT, one being "Call-Out".
There are minimum hours for each OT reason. For Call-Out,
less that 1.5 hrs work results in minimum 3 hrs pay.
Staff are requested to enter ACTUAL hours worked, and a
separate box calculates totaltime
I want to calculate the following:
Iif ([Reason] = "Call-Out" and [TotalTime]< "1:30","3",Iif
([Reason] = "Call-Out" and [TotalTime]>="1:30",
[TotalTime]))
I'm obviously doing something wrong because this isn't
working. I've formatted all of the boxes to Short Time,
and tried with single quotes instead of double quotes to
no avail. I'm stumped.
Any all help appreciated!
Carina