Thread
:
conditional format
View Single Post
#
2
Dave O
Posts: n/a
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.
Reply With Quote