conditional formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using this example: http://www.contextures.com/xlCondFormat03.html#List

the only difference is my "Codes" contain some text PLUS one of the
values... is there a way to modify this so that it checks all the text within
the cell...

this formatting works like a charm if only the value of the list is in the
cell being check, but i need it to truncate the data and just check to see if
the value exisits ANYWHERE in the cell...

any ideas?
 
Use this under formula is

=ISNUMBER(SEARCH("text_you_want_to_check",A1))

or

=COUNTIF(A1:A1,"*text_you_want_to_check*")>0

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 

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

Back
Top