Hi,
I am trying to make a conditional formatting rule, that will turn the entire row red if it doesn't contain "A" or "B". Here is my attempt:
=$B12=NOT(OR("A","B")))
It doesn't seem to be working and I'm not sure how to fix it. Thanks.