Please help with Conditional Formatting

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

Guest

Hi all,

I am trying to get a cell to change color when:
D5 contains "/" in the form of for example:

CM/F/CM or C/C

I tried different variations of:

Formula Is------------------$D$5= "*/*"

but it does not work, any ideas?

Thanks for nay help,
Emilio
 
Try

=ISNUMBER(FIND("/",$D$5))

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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