Thread
:
conditional formatting for more than 3 conditions
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett[_2_]
external usenet poster
Posts: 1,522
conditional formatting for more than 3 conditions
formula is
=or(c1="data1",c1="data2",etc)
or
=or(c1={"data1","data2"})
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Jai" wrote in message
...
Hi,
Is there any solution for the following :
I have six type of conditions, if any condition is met, cell colour should
be yellow. For example, if cell value is any one of the following :
DATA1
DATA2
DATA3
DATA4
DATA5
DATA6
All cells containing above should show yellow colour in the file.
Please help.
Thanks,
Jai
Reply With Quote
Don Guillett[_2_]
View Public Profile
Find all posts by Don Guillett[_2_]