C
CJ
Hi Groupies
This Nested IIF statement returns #Error for the False result. Can anybody
see why? I am missing it...
RegHrs: IIf([Payroll Rule]="8 Daily - 44 Weekly" And [Total Time]<=8,[Total
Time],IIf([Payroll Rule]="10 Daily - 44 Weekly" And [Total Time]<=10,[Total
Time],IIf([Payroll Rule]="10 Daily - 40 Weekly" And [Total Time]<=10,[Total
Time],"")))
This Nested IIF statement returns #Error for the False result. Can anybody
see why? I am missing it...
RegHrs: IIf([Payroll Rule]="8 Daily - 44 Weekly" And [Total Time]<=8,[Total
Time],IIf([Payroll Rule]="10 Daily - 44 Weekly" And [Total Time]<=10,[Total
Time],IIf([Payroll Rule]="10 Daily - 40 Weekly" And [Total Time]<=10,[Total
Time],"")))