Please help with Conditional Formatting

W

Wind54Surfer

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
 
B

Bob Phillips

Try

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

--

HTH

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