I have conditional format rule:
=IF(AND($K$2>0.5,OR($L$2<>"Yes",$L$2<>"N/A")),TRUE,FALSE)
I want, "If K2 is greater than .5 and L2 does not equal "Yes" or "N/A", then apply formatting, otherwise apply no formatting.
I don't understand why my formula doesn't work, but it seems to just never...