Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to change the font to red if the result of a formula is less then
0. I would like to change this within the formula instead of manually. Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Bob,
Select the cell then Format|Conditional format - cell value is - less than - enter a 0 pick you font colour OK Use the format painter to copy the format condition to other cells. Mike "Bob" wrote: I am trying to change the font to red if the result of a formula is less then 0. I would like to change this within the formula instead of manually. Any suggestions? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks that works fine.....
"Mike H" wrote: Bob, Select the cell then Format|Conditional format - cell value is - less than - enter a 0 pick you font colour OK Use the format painter to copy the format condition to other cells. Mike "Bob" wrote: I am trying to change the font to red if the result of a formula is less then 0. I would like to change this within the formula instead of manually. Any suggestions? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Conditional formatting.
Ken On Nov 11, 2:29*pm, Bob wrote: I am trying to change the font to red if the result of a formula is less then 0. I would like to change this within the formula instead of manually. Any suggestions? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can do this using a custom number format:
Select the range of cells in question. Assume this range is A1:A10 Goto the menu FormatCellsNumber tabCustom Enter this string in the little box labeled TYPE: General;[Red]-General;0;@ OK out Or, you can do it using conditional formatting: Select the range of cells in question. Assume this range is A1:A10 Goto the menu FormatConditional Formatting Select the Formula Is option Enter this formula in the box on the right: =A1<0 Click the Format button Select the Font tab Select Color: RED OK out -- Biff Microsoft Excel MVP "Bob" wrote in message ... I am trying to change the font to red if the result of a formula is less then 0. I would like to change this within the formula instead of manually. Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Font color changing by itself | Excel Discussion (Misc queries) | |||
Changing Font color based on font type or size | Excel Discussion (Misc queries) | |||
changing color of font to words in a list | Excel Discussion (Misc queries) | |||
Changing Font Color | Excel Discussion (Misc queries) | |||
changing font color for new text | Excel Discussion (Misc queries) |