View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 54
Default Conditional Formatting

Try this

Select the cells that you want to conditionally format. The first cell I
selected was A4, so you'll need to change this to suit your circumstances

=OR(A4="A",A4="P")

"Nigel" wrote in message
...
Hi All

A simple one but it has me stumped!

I wish to set up a Conditional Format for a cell that has either a letter
"A" or "P" in it.

I used the following
Cell Value Is
Is Equal to
=OR("A","P")

without success !!
Help Please

--
Cheers
Nigel