View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Font to change color automatically based on value in cell.

Use conditional formatting, with a value greater than 20% or a custom format
of [Blue][0.2]0%;[Black][<=0.2]0%;General

--

HTH

RP
(remove nothere from the email address if mailing direct)


"mtwelsh72" wrote in message
...
I have a cell that includes a formula for a particular take rate, if that
take rate is over or below the targeted take rate, I would like the font

to
change color.

I'm thinking it is an if statement, for example if goal is 20% and value

is
21% change font to bold blue.

I am using Excel 2003. Thanks!