PC Review


Reply
Thread Tools Rate Thread

How to change the color of a cell using conditional formatting?

 
 
LeBeauf8331
Guest
Posts: n/a
 
      7th Jan 2010
The question does not really detail my issue, so here it is.
How do I change the color of a cell based on three conditions. How should I
structure the conditional format rule if the cell is "not blank" and is "not
equal to" two specific numbers. For example, F4 is not blank, F4 does not
equal 12345, and F4 does not equal 98765. I know its probably something
extremely easy to do, but the checking for "not blank" is stumping me.
 
Reply With Quote
 
 
 
 
T. Valko
Guest
Posts: n/a
 
      7th Jan 2010
Use this formula:

=AND(F4<>"",F4<>12345,F4<>98765)

<>"" means: not equal to blank (is not blank)

--
Biff
Microsoft Excel MVP


"LeBeauf8331" <(E-Mail Removed)> wrote in message
news:96B754B8-8B13-472D-A21D-(E-Mail Removed)...
> The question does not really detail my issue, so here it is.
> How do I change the color of a cell based on three conditions. How should
> I
> structure the conditional format rule if the cell is "not blank" and is
> "not
> equal to" two specific numbers. For example, F4 is not blank, F4 does
> not
> equal 12345, and F4 does not equal 98765. I know its probably something
> extremely easy to do, but the checking for "not blank" is stumping me.



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell color and conditional formatting Skeetra27 Microsoft Excel Misc 2 24th Jul 2009 03:43 PM
How can I change cell color using conditional formatting =?Utf-8?B?QnJpYW4=?= Microsoft Excel Misc 1 17th Sep 2006 01:38 PM
change color of text in cell without conditional formatting sumGirl Microsoft Excel Misc 3 16th Aug 2006 01:56 PM
Conditional Formatting and Cell Color nemadrias Microsoft Excel Worksheet Functions 7 28th Jul 2006 05:01 PM
Cell color change without using conditional formatting =?Utf-8?B?VHJlc2U=?= Microsoft Excel Misc 2 26th Aug 2005 06:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:39 PM.