I have a bonus file that i am trying to work through. If AHT is Greater than 12.5 overall bonus should be zero, if quality is less than 90% than the overall bonus should be zero. I am using the following formula:
=IF(OR(W10<AI7,V10>AI8),"no bonus",(Y10+Z10)*AA10)
problem is that it is only "zeroing" out the cell if V10 is greater than 12.5. If W10 is less than 90% and V10 is not greater than 12.5 it is not "zeroing" out the total bonus. Is my formula wrong?
Hope this made sense.
Paul
=IF(OR(W10<AI7,V10>AI8),"no bonus",(Y10+Z10)*AA10)
problem is that it is only "zeroing" out the cell if V10 is greater than 12.5. If W10 is less than 90% and V10 is not greater than 12.5 it is not "zeroing" out the total bonus. Is my formula wrong?
Hope this made sense.
Paul