Font Color Function

S

simserob

Does anyone know if it's possible to have a font color operator?

What I'm trying to do is have it so if another cell is displaying
number above, let's just say 50 for example, it will say in green fon
"On Schedule" or if it's lower than 50 it will say in red font "Behin
Schedule".

I understand now how to get it to say the text but I'd just like t
know if you can get the font color to change.

Thank
 
J

Jim May

One way (my choice, at the moment):
With your figure 50 and Over OR Less than 50 in Call A1
In B1 enter = If($A$1 >= 50, "On Schedule","Behind Schedule")
Also, with B1 active, Got to Foramt Conditional Formatting and
Select FormulaIs, enter =$A$1>=50 then Click on the Format button
Select Font Color Green OK, Ok,

Stay in Conditional formatting and click on the Add... button
There again select FormulaIs = $A$1<50 Click on the Format button
Selct Font Color Red, Ok. Ok.

You should be Good to Go !!
HTH
Jim May
 
J

Jim May

One way (my choice, at the moment):
With your figure 50 and Over OR Less than 50 in Call A1
In B1 enter = If($A$1 >= 50, "On Schedule","Behind Schedule")
Also, with B1 active, Got to Foramt Conditional Formatting and
Select FormulaIs, enter =$A$1>=50 then Click on the Format button
Select Font Color Green OK, Ok,

Stay in Conditional formatting and click on the Add... button
There again select FormulaIs = $A$1<50 Click on the Format button
Selct Font Color Red, Ok. Ok.

You should be Good to Go !!
HTH
Jim May
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top