When all tests return FALSE, the OR function returns FALSE and no conditional formatting is applied.
For more information on building formula criteria, see50+ formula criteria examples.
OR returns TRUEif any condition is TRUE.
If all conditions are FALSE, the OR function returns FALSE.
AND returns TRUEonly if all the conditions are met.
If any conditions are not met, the AND function returns FALSE.
When given TRUE, NOT returns FALSE.
When given FALSE, NOT returns TRUE.
Use the NOT function to reverse a logical value.