I need a formula that will show 'YES' if the employee is in the status of 'Full Time' does not have a Benefit plan of 'Medical', otherwise the cell needs to be blank.
I tried but it didn't work:
IF (([Status] in ('Full Time')) and (([Benefit Plan]='...
I tried but it didn't work:
IF (([Status] in ('Full Time')) and (([Benefit Plan]='...