conditional formating

J

Jed

Please could somebody guide me to a conditional formating. I have column
which contains words "Released" & "Approved".
What i want to do is high light any cell in that column which does NOT
contain word "Released" or "Approved". If i do conditional format for
"Released" and add another condition for "Approved", they both get
highlighted. Is there a way of setting both conditions at the same time
which would hightlight any other word except words Released & Approved.
My version of Excel is Excel 97. Thanks in advance. Any help is much
appreciated.

Regards
Jed
 
D

Don Guillett

use formula is
=a1="r" and format
add
=a1="a" and format
add
=or(a1<>"a",a1<>"r") and format
the key is to put the <> as the last format condition
 
J

Jed

Thanks Don

Regards
Jed


Don Guillett said:
use formula is
=a1="r" and format
add
=a1="a" and format
add
=or(a1<>"a",a1<>"r") and format
the key is to put the <> as the last format condition
 

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

Top