On an otherwise unused sheet, enter a column your special words.
Select this range and give it a name (I used 'mydata') with
Insert/Name/Define
On the worksheet to be formatted, select the range use Format Conditional
Formatting and specify Formulas IS =ISNA(VLOOKUP(A1,mydata,1,FALSE)) then
pick either a font colour or a pattern fill.
You must use the naming method since CF does not like references to other
worksheets - names are OK
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email
"Jarek Kujawa" <(E-Mail Removed)> wrote in message
news:de44801a-0985-4a5a-82d6-(E-Mail Removed)...
Excel 2003
one way:
FormulaIs
=AND(A1<>"pharmacy",A1<>"drug",A1<>"rx",A1<>"script",A1<>"shoppe")
and select red fill pattern
then copy pastespecial as formats
On 26 Lut, 17:13, Daren <Da...@discussions.microsoft.com> wrote:
> Hello,
> I have many records that include pharmacy, drug, rx, script, or shoppe in
> them. I need a conditional format to highlight these cells in red when the
> cells do NOT satisfy the pharmacy, drug, rx, script, or shoppe criteria.
> Can
> you assist with the formula?
>
> Thanks.