Hey I am trying to use conditional formatting to have a row turn red if one column is No or another column has the words False.
I tried two formulas.
One is
=OR($W4="No",$X4=FALSE)
This works in most cases but it turns the cell red when column X is blank and W = Yes.
The other formula I tried is
=OR($W4="No",$X4="FALSE")
but this one is turning rows red only if there is a No is column W. Is there a different way I should write this?
depends if your "FALSE" is typed plain text or checkbox/boolean...
try:
or: