changing colors of font in functions

A

andreee

hello
I would like to change color of font when value of cell is over 10000.
Should I do it using IF function? How should I write it? What commands
use to change color of font?
Thanks!
 
A

Arvi Laanemets

Hi

Select cell(s). From Format menu, select Conditional Formatting. Set
condition to <Cell Value Is> <greater than> <1000>. Click on Format button,
and set reaction for true condition (p.e. red font color).
 
Top