Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm using excel97 which only allows 3 conditional formatting. I need a fourth
one! Can someone see if these can be reworded to allow for a fourth condition? Need all results to be in "red" Cell Value is: Equal to = "Red's Gym" Cell Value is: Equal to = "Net Zero" Cell Value is: Equal to = "Solstice" Cell Value is: Equal to = "Nymedia" Thanks in advance!!! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
That's only one condition. Select Formula is: Enter this formula (use the appropriate cell reference) =OR(A1={"Red's Gym","Net Zero","Solstice","Nymedia"}) Biff "Richard" wrote in message ... I'm using excel97 which only allows 3 conditional formatting. I need a fourth one! Can someone see if these can be reworded to allow for a fourth condition? Need all results to be in "red" Cell Value is: Equal to = "Red's Gym" Cell Value is: Equal to = "Net Zero" Cell Value is: Equal to = "Solstice" Cell Value is: Equal to = "Nymedia" Thanks in advance!!! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hmmm, I get the "can't use array constants in a conditional format"
error... In article , "Biff" wrote: =OR(A1={"Red's Gym","Net Zero","Solstice","Nymedia"}) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yeah, I caught it!
Biff "JE McGimpsey" wrote in message ... Hmmm, I get the "can't use array constants in a conditional format" error... In article , "Biff" wrote: =OR(A1={"Red's Gym","Net Zero","Solstice","Nymedia"}) |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Ooops!
I forgot......cf formulas can't contain array constants! No problemo! Goto InsertNameDefine Name: Names Refers to: ={"Red's Gym","Net Zero","Solstice","Nymedia"} OK Conditional Formatting Formula is: =OR(A1=Names) Biff "Biff" wrote in message ... Hi! That's only one condition. Select Formula is: Enter this formula (use the appropriate cell reference) =OR(A1={"Red's Gym","Net Zero","Solstice","Nymedia"}) Biff "Richard" wrote in message ... I'm using excel97 which only allows 3 conditional formatting. I need a fourth one! Can someone see if these can be reworded to allow for a fourth condition? Need all results to be in "red" Cell Value is: Equal to = "Red's Gym" Cell Value is: Equal to = "Net Zero" Cell Value is: Equal to = "Solstice" Cell Value is: Equal to = "Nymedia" Thanks in advance!!! |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can accomplish this with only one condition. Create a table listing the
four values that you want highlighted, say in IV2:IV5. Then create a conditional format. With the drop-downs, make the condition 'Formula Is' and enter the formula =not(isna(match(A1,$IV$2:$IV$4,false))), then set the format you want. (Replace A1 with the cell in which you've entered the value to test). HTH. --Bruce "Richard" wrote: I'm using excel97 which only allows 3 conditional formatting. I need a fourth one! Can someone see if these can be reworded to allow for a fourth condition? Need all results to be in "red" Cell Value is: Equal to = "Red's Gym" Cell Value is: Equal to = "Net Zero" Cell Value is: Equal to = "Solstice" Cell Value is: Equal to = "Nymedia" Thanks in advance!!! |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
CF1: =OR(A1="Red's Gym",A1="Net Zero",A1="Solstice",A1="Nymedia") Format1: Font/<red In article , "Richard" wrote: I'm using excel97 which only allows 3 conditional formatting. I need a fourth one! Can someone see if these can be reworded to allow for a fourth condition? Need all results to be in "red" Cell Value is: Equal to = "Red's Gym" Cell Value is: Equal to = "Net Zero" Cell Value is: Equal to = "Solstice" Cell Value is: Equal to = "Nymedia" Thanks in advance!!! |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Note: use the "Formula is" dropdown in CF1.
In article , JE McGimpsey wrote: One way: CF1: =OR(A1="Red's Gym",A1="Net Zero",A1="Solstice",A1="Nymedia") Format1: Font/<red In article , "Richard" wrote: I'm using excel97 which only allows 3 conditional formatting. I need a fourth one! Can someone see if these can be reworded to allow for a fourth condition? Need all results to be in "red" Cell Value is: Equal to = "Red's Gym" Cell Value is: Equal to = "Net Zero" Cell Value is: Equal to = "Solstice" Cell Value is: Equal to = "Nymedia" Thanks in advance!!! |
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
There is really only one condition:
=(A1="Nymedia")+(A1="Net Zero")+(A1="Solstice")+(A1="Red's Gym")0 -- Gary's Student "Richard" wrote: I'm using excel97 which only allows 3 conditional formatting. I need a fourth one! Can someone see if these can be reworded to allow for a fourth condition? Need all results to be in "red" Cell Value is: Equal to = "Red's Gym" Cell Value is: Equal to = "Net Zero" Cell Value is: Equal to = "Solstice" Cell Value is: Equal to = "Nymedia" Thanks in advance!!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting when inserting a row | Excel Worksheet Functions | |||
Conditional formatting : amount of decimals | Excel Discussion (Misc queries) | |||
Conditional Formatting Error | Excel Worksheet Functions | |||
difficulty with conditional formatting | Excel Discussion (Misc queries) | |||
Conditional formatting not available in Excel | Excel Discussion (Misc queries) |