View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
PapaDos PapaDos is offline
external usenet poster
 
Posts: 208
Default Conditional format question

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