![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Mar 2002
Location: Massachusetts, USA
Posts: 255
|
I am just learning how to set up conditional formatting, can set up to three conditions. Is there any way to make the three conditions an OR situation rather than and AND situation? Probably a very stupid question...
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
Sure....
=OR(A1=1,A1=2,A1=3) |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Mar 2002
Location: Massachusetts, USA
Posts: 255
|
ok...where does this formula go?
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Posts: 7,743
|
Click on the cell you want the formatting to go. Then go to Format/Conditional Formatting. Click Formula is, enter the formula, set your patterns and font color, click OK OK.
Sorry Mark for jumping in. |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Mar 2002
Location: Massachusetts, USA
Posts: 255
|
OK - maybe I am not being clear.
The first condition is actually a specification (i.e. if cell value in A1 <600, then COLOR). The value is the result of a formula in cell A1. The second condition is if the result in cell A1 is text (the result of one part of the formula - I.E. =IF(ISBLANK(),"na",(FORMULA).If "na" is the result in the cell, then I want a different color. Does this make sense? |
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
See the Excel Help Index topic for "Highlight data that meets conditions you specify".
|
|
|
|
|
|
#7 |
|
Board Regular
Join Date: Mar 2002
Location: Massachusetts, USA
Posts: 255
|
Will give it a shot...thanks!
|
|
|
|
|
|
#8 |
|
Board Regular
Join Date: Mar 2002
Location: Massachusetts, USA
Posts: 255
|
OK - I checked out the help. The trick was the ORDER of the conditional formats (I suspect), as what I tried worked fine this time. THANKS TO ALL!!!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|