Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like the text in Cell "A1" to Change to the color red, IF the value
in "A3" is other than "0" Ideas? Thank You! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
While In cell A1, format, conditional formatting; choose formulais and in
box put: =$A$3<0, then of course click the format button, then select the Font Tab --text color red, then OK out... HTH "Dustin" wrote in message ... I would like the text in Cell "A1" to Change to the color red, IF the value in "A3" is other than "0" Ideas? Thank You! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dustin,
Use Conditional Format with formula = "=$A$3<0" (remove the quotes) hth -- steveb (Remove 'NoSpam' from email address if replying direct) "Dustin" wrote in message ... I would like the text in Cell "A1" to Change to the color red, IF the value in "A3" is other than "0" Ideas? Thank You! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don't need a formula, just used a condition of Not Equal To and a value of 0
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "sbell" wrote in message ... Dustin, Use Conditional Format with formula = "=$A$3<0" (remove the quotes) hth -- steveb (Remove 'NoSpam' from email address if replying direct) "Dustin" wrote in message ... I would like the text in Cell "A1" to Change to the color red, IF the value in "A3" is other than "0" Ideas? Thank You! |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
But Bob...
The CF of A1 is dependent on the Value in A3; How is [what you are suggesting] done? TIA,,, "Bob Phillips" wrote in message ... Don't need a formula, just used a condition of Not Equal To and a value of 0 -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "sbell" wrote in message ... Dustin, Use Conditional Format with formula = "=$A$3<0" (remove the quotes) hth -- steveb (Remove 'NoSpam' from email address if replying direct) "Dustin" wrote in message ... I would like the text in Cell "A1" to Change to the color red, IF the value in "A3" is other than "0" Ideas? Thank You! |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks to all of you my spreadsheet is working great, and I have learned how
to use conditional formatting! Thanks for your assistance! "JMay" wrote in message news:AErzc.7061$qg.715@lakeread06... But Bob... The CF of A1 is dependent on the Value in A3; How is [what you are suggesting] done? TIA,,, "Bob Phillips" wrote in message ... Don't need a formula, just used a condition of Not Equal To and a value of 0 -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "sbell" wrote in message ... Dustin, Use Conditional Format with formula = "=$A$3<0" (remove the quotes) hth -- steveb (Remove 'NoSpam' from email address if replying direct) "Dustin" wrote in message ... I would like the text in Cell "A1" to Change to the color red, IF the value in "A3" is other than "0" Ideas? Thank You! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I change color of "active" cell to differentiate from rest | Excel Discussion (Misc queries) | |||
How do I write a conditional "IF" statement to color a group of ce | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
How to change text color in a cell "comment" in Office 2007? | Excel Worksheet Functions | |||
How can I make cell A1 a "Y" or "N" depending upon cell A2's font color? Please help. | Excel Programming |