Conditional format question
Never said it would! If you read what I had written Column A has "5" Column B
has "10"
"PapaDos" wrote:
LEFT($F$1,1) will NEVER equal "10"...
--
Festina Lente
"Richard" wrote:
When I select and conditional format column A, and then when I conditional
format column B using some of the same cells in column A the conditional
formatting no longer works for the other column. Here's my formula for column
A:
=OR(LEFT($F$1,1)="5",$O$1=5000)
Here's my formula for column B:
=OR(LEFT($F$1,1)="10",$O$1=10000)
If column A criteria is met, everything works fine
If column B is met then column A stops working
|