View Single Post
  #2   Report Post  
Dave O
 
Posts: n/a
Default

When setting up the conditional format, set condition 1 to "Formula is"
and use a formula like this:
=OR(A1="L",A1="PB",A1="X")
You can set as many conditions as an OR() statement will accommodate:
30.