Hi, How can I combine this two iIF formula into one..
IIf( [LeaveTypeID] =1 AND ([MEPNumber]>200,0,[BasicSalary])
IIf( [LeaveTypeID] =1 AND ([MEPNumber]<200,0,[BasicSalary]/30*21)
The formula above will give me a result of "0" if the "LeavetypeID" is not equal to 1 or should I say any...