ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Conditional Formatting (https://www.excelbanter.com/excel-programming/349793-conditional-formatting.html)

Nigel

Conditional Formatting
 
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





Peter T

Conditional Formatting
 
Hi Nigel,

Formula Is : = OR($A$1="A",$A$1="P")

Regards,
Peter T


"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







Barb Reinhardt

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








All times are GMT +1. The time now is 12:59 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com