Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I have a column where formula produce values where the text is conditionally coloured according to its value, ie negative numbers are red, positive are blue and black. How can I sum column values that have black text. Thanks Alec |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You could probably use SUMIF, and just use the same condition you used to make the font black in the Cond Formatting. Regards - Dave. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks for your reply Dave.
What do I put in the "Criteria" section? I need the criteria to select black coloured text values, and ignore other coloured text values. Criteria does not allow me to use CONDITION FORMATTING as I used before. "Dave" wrote: Hi, You could probably use SUMIF, and just use the same condition you used to make the font black in the Cond Formatting. Regards - Dave. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
But what is the criteria being used in your conditional formatting in
order to make the cell black? If it was, for example, for values greater than 25, then your formula would be: =SUMIF(condition_range,"25",sum_range) I don't know what columns you are using - substitute the appropriate ranges for condition_range and for sum_range. Hope this helps. Pete On Apr 5, 7:04*pm, Alectrical wrote: Thanks for your reply Dave. What do I put in the "Criteria" section? I need the criteria to select black coloured text values, and ignore other coloured text values. Criteria does not allow me to use CONDITION FORMATTING as I used before. "Dave" wrote: Hi, You could probably use SUMIF, and just use the same condition you used to make the font black in the Cond Formatting. Regards - Dave.- Hide quoted text - - Show quoted text - |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You said you had 3 colours: Red for negative Blue and Back for positive. In the Conditional Formatting: What condition did you use to achieve black font? What condition did you use to achieve blue font? What condition did you use to achieve black font? Is one of the font colours the default colour? Dave. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Oops,
The first question should have asked about Red, not Black - sorry. Dave. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
text colour not kept | Excel Discussion (Misc queries) | |||
Shape colour set according to text value | Excel Discussion (Misc queries) | |||
change text colour | New Users to Excel | |||
Text Colour Within Formula | Excel Discussion (Misc queries) | |||
Text in Blue colour, but print in black colour | Excel Worksheet Functions |