
Signature
--
Regards
Frank Kabel
Frankfurt, Germany
Thanks everyone. I did have a look at conditional formatting, but it has
it's problems. e.g. if i wanted to highlight every instance of the word
"ford" and the cell had "my car is a ford" entered in it, when i put a
conditional format on that, it doesn't highlight that cell because it looks
at the whole cell and doesn't just see the word "ford" in it.
Hope this makes sense ??
Cheers
Andy
> Hi
> have a look at 'Format - Conditional Format'
[quoted text clipped - 12 lines]
> > Cheers
> > Andrew
Dave Peterson - 24 Oct 2004 00:48 GMT
Format the whole cell if Ford is found anywhere in that cell?
You could use a formula like:
=COUNTIF(A1,"*ford*")
or
=SEARCH("ford",A1)
If you care about matching case exactly, use:
=Find("ford",A1)
> Thanks everyone. I did have a look at conditional formatting, but it has
> it's problems. e.g. if i wanted to highlight every instance of the word
[quoted text clipped - 23 lines]
> > > Cheers
> > > Andrew

Signature
Dave Peterson
ec35720@msn.com