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
 
R

Roger Govier

Hi

Try
=ISNUMBER(SEARCH("jso",A1))
That will deal with both upper and lower and mixed case versions of JSO.
If you want to be find JSO only, then change to FIND in place of SEARCH.
 
A

Aqib Rizvi

Jack

Also try this

select cell A3
conditionally format with forumula is =A3="JSO"
select background colour and click OK
Format paint A3 to range A3:p200

where ever JSO is written the background colour will come

If you want JSO and jso both then the other two formulas are great.

Regards
Aqib Rizvi
 

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