A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

OR Statement in Conditional Formatting



 
 
Thread Tools Display Modes
  #1  
Old September 8th, 2004, 02:59 PM
Bob Wall
external usenet poster
 
Posts: n/a
Default OR Statement in Conditional Formatting

(Excel 97)
Is it possible to use an OR statement in the conditional formatting FORMULA
IS context? I'd like cells to be a certain color if certain text criteria
are entered.
(basically I am trying to go beyond the 3 condition limitation).

Example: if the user enters "Available" or "Ready", the cell background will
turn green.

If text "Not Ready" or "In Process" is entered, the cell background would be
red, etc.

Many thanks in advance....


  #2  
Old September 8th, 2004, 03:18 PM
Govind
external usenet poster
 
Posts: n/a
Default

Hi,

Go to Format -Conditional formatting.

In condition 1 choose "formula is" and enter

=OR($A$1="Available",$A$1="Ready")

Click and add and in condition 2 choose "formula is" and enter

=OR($A$1="Not Ready",$A$1="In Process")

and choose your formats accordingly.

Regards

Govind.

Bob Wall wrote:

(Excel 97)
Is it possible to use an OR statement in the conditional formatting FORMULA
IS context? I'd like cells to be a certain color if certain text criteria
are entered.
(basically I am trying to go beyond the 3 condition limitation).

Example: if the user enters "Available" or "Ready", the cell background will
turn green.

If text "Not Ready" or "In Process" is entered, the cell background would be
red, etc.

Many thanks in advance....



  #3  
Old September 8th, 2004, 06:51 PM
Bob Wall
external usenet poster
 
Posts: n/a
Default

Excellent - I messed up one of my cell references. Many thanks!

PS... I tried it with at least 5 different text strings in the OR statement,
and
it works just fine.. so this is another way to get past the minimal 3
conditions if you can use the same color/formatting for different events.

Regards,

BW

"Govind" wrote in message
...
Hi,

Go to Format -Conditional formatting.

In condition 1 choose "formula is" and enter

=OR($A$1="Available",$A$1="Ready")

Click and add and in condition 2 choose "formula is" and enter

=OR($A$1="Not Ready",$A$1="In Process")

and choose your formats accordingly.

Regards

Govind.

Bob Wall wrote:

(Excel 97)
Is it possible to use an OR statement in the conditional formatting
FORMULA IS context? I'd like cells to be a certain color if certain text
criteria are entered.
(basically I am trying to go beyond the 3 condition limitation).

Example: if the user enters "Available" or "Ready", the cell background
will turn green.

If text "Not Ready" or "In Process" is entered, the cell background would
be red, etc.

Many thanks in advance....




  #4  
Old September 9th, 2004, 08:42 AM
Govind
external usenet poster
 
Posts: n/a
Default

Thanks for the response Bob.

Bob Wall wrote:

Excellent - I messed up one of my cell references. Many thanks!

PS... I tried it with at least 5 different text strings in the OR statement,
and
it works just fine.. so this is another way to get past the minimal 3
conditions if you can use the same color/formatting for different events.

Regards,

BW

"Govind" wrote in message
...

Hi,

Go to Format -Conditional formatting.

In condition 1 choose "formula is" and enter

=OR($A$1="Available",$A$1="Ready")

Click and add and in condition 2 choose "formula is" and enter

=OR($A$1="Not Ready",$A$1="In Process")

and choose your formats accordingly.

Regards

Govind.

Bob Wall wrote:


(Excel 97)
Is it possible to use an OR statement in the conditional formatting
FORMULA IS context? I'd like cells to be a certain color if certain text
criteria are entered.
(basically I am trying to go beyond the 3 condition limitation).

Example: if the user enters "Available" or "Ready", the cell background
will turn green.

If text "Not Ready" or "In Process" is entered, the cell background would
be red, etc.

Many thanks in advance....





 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Required Field Conditional Katherine R New Users 2 September 1st, 2004 05:52 AM
Pivots and keeping conditional formatting Jenn General Discussion 1 August 11th, 2004 10:35 PM
Copy Conditional Formatting Bianca Worksheet Functions 2 August 9th, 2004 01:47 PM
MIN value exclude '0' & Conditional Formatting JEM Worksheet Functions 5 April 16th, 2004 03:40 AM
Conditional Formatting + IF statement John Worksheet Functions 5 January 29th, 2004 05:41 PM


All times are GMT +1. The time now is 06:46 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.