Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I make a cell value be a different font colors based on the value of
another cell? ex: If the value of C4 is negative, then the value in D4 will be in red. (Needs to be red font not highlighting) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select cell D4
Go to Format---Conditional Formatting Then go to formula is =<C4 Then change the font to what you want in the selection that allows you to format the text. "Jamie" wrote: How can I make a cell value be a different font colors based on the value of another cell? ex: If the value of C4 is negative, then the value in D4 will be in red. (Needs to be red font not highlighting) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi,
you can use conditional formating. click on D4 then go Formatcontitional formating in the conditional formating box put..... if formula is .....=IF(C4=0,0,1)....set font color to red regards FSt1 "Jamie" wrote: How can I make a cell value be a different font colors based on the value of another cell? ex: If the value of C4 is negative, then the value in D4 will be in red. (Needs to be red font not highlighting) |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks!!
"FSt1" wrote: hi, you can use conditional formating. click on D4 then go Formatcontitional formating in the conditional formating box put..... if formula is .....=IF(C4=0,0,1)....set font color to red regards FSt1 "Jamie" wrote: How can I make a cell value be a different font colors based on the value of another cell? ex: If the value of C4 is negative, then the value in D4 will be in red. (Needs to be red font not highlighting) |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You don't need the IF()
Formula is .....=C4<0 set font color to red -- David Biddulph "FSt1" wrote in message ... hi, you can use conditional formating. click on D4 then go Formatcontitional formating in the conditional formating box put..... if formula is .....=IF(C4=0,0,1)....set font color to red regards FSt1 "Jamie" wrote: How can I make a cell value be a different font colors based on the value of another cell? ex: If the value of C4 is negative, then the value in D4 will be in red. (Needs to be red font not highlighting) |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Select D4 then go to
FormatConditional FormattingFormula is: =C4<0 Format the Font to your red color. Gord Dibben MS Excel MVP On Thu, 17 May 2007 08:17:02 -0700, Jamie wrote: How can I make a cell value be a different font colors based on the value of another cell? ex: If the value of C4 is negative, then the value in D4 will be in red. (Needs to be red font not highlighting) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
font colors | Excel Discussion (Misc queries) | |||
Changing font colors... | New Users to Excel | |||
Font Colors | Setting up and Configuration of Excel | |||
changing colors of font in functions | Excel Worksheet Functions | |||
Can't format font colors or cell fill-in colors | Excel Discussion (Misc queries) |