Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
If all the values in cells E2:L2 = zero then change the font colour of cell A2 to Red. How do I achieve this please? Thank you. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select A2, then apply conditional formatting using Formula Is:
=COUNTIF($E2:$L2,"0")=8 Format the font color: red -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Robin" wrote: Hi, If all the values in cells E2:L2 = zero then change the font colour of cell A2 to Red. How do I achieve this please? Thank you. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Robin
FormatConditional FormattingFormula is =COUNTIF(E2:L2,"=0")=8 Set Format to Font Red. -- Regards Roger Govier "Robin" wrote in message ... Hi, If all the values in cells E2:L2 = zero then change the font colour of cell A2 to Red. How do I achieve this please? Thank you. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Roger & Max -
You don't need the quotes =COUNTIF(E2:L2,0)=8 works equally well "Roger Govier" wrote: Hi Robin FormatConditional FormattingFormula is =COUNTIF(E2:L2,"=0")=8 Set Format to Font Red. -- Regards Roger Govier "Robin" wrote in message ... Hi, If all the values in cells E2:L2 = zero then change the font colour of cell A2 to Red. How do I achieve this please? Thank you. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Agreed, Duke. Thanks. For me, maybe it's a diehard subconscious habit to
generalize it to handle text as well, besides numbers <g. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks everyone. Its most appreciated.
Robin "Max" wrote: Agreed, Duke. Thanks. For me, maybe it's a diehard subconscious habit to generalize it to handle text as well, besides numbers <g. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change text colour according to number | Excel Worksheet Functions | |||
change text colour | New Users to Excel | |||
Quick Text colour change? | Excel Discussion (Misc queries) | |||
How do i make a range of cells change colour | Excel Worksheet Functions | |||
Change Colour OF Text??? | Excel Discussion (Misc queries) |