Conditional format question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Richard,

I think I supplied you with the original formula. With your amendment
you are obviously trying to look at two characters, but LEFT($F$1,1)
will only look at one character - change it to LEFT($F$1,2).

Hope this helps.

Pete

 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top