question about conditional format

J

Jack Sons

Hi all,

How to do the conditional formatting if I want in A3:p200 the back ground
color of a cell to be yellow if it contains JSO. Example, cells may look
like ABC/DEF/JSO/HIJ in which case I want the back ground yellow.
I tried a lot, but =$A$3="*JSO*" or =$A$3="*"$"JSO"&"*" etc. won't work.
I use Excel 2k.

TIA

Jack Sons
The Netherlands
 
D

Dave O

I got the expected results with
=NOT(ISERROR(SEARCH("JSO",C5,1)))

.... assuming the cell containing JSO is cell C5. (You'll need to
change the formula so it's appropriate to your application.)
 
P

Pete_UK

You could try this:

=COUNTIF(A3,"*JSO*")

as the formula in your conditional formatting condition. Apply this to
A3 then use the Format Painter to apply it to your other cells.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top