Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 191
Default can i set font colors in 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 461
Default can i set font colors in 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default can i set font colors in 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 191
Default can i set font colors in 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default can i set font colors in 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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default can i set font colors in 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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
font colors Jill Excel Discussion (Misc queries) 2 May 10th 07 07:17 PM
Changing font colors... JoAnn Paules [MVP] New Users to Excel 5 December 1st 06 12:07 AM
Font Colors Marcia Setting up and Configuration of Excel 1 March 5th 06 02:08 AM
changing colors of font in functions andreee Excel Worksheet Functions 1 January 2nd 06 12:13 PM
Can't format font colors or cell fill-in colors canoeron Excel Discussion (Misc queries) 3 August 22nd 05 11:46 PM


All times are GMT +1. The time now is 01:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"