change colors

L

L.

Have the following formula and if a "p" is inserted, I want the color of the
cell to be green(ok), if "x" red(problem).
=IF(C66="","",IF(C66=$B66,"p","x"))

I saw this somewhere but can't find.

Thanks,
L.
 
D

Dave Peterson

Look at format|conditional formatting.

L. said:
Have the following formula and if a "p" is inserted, I want the color of the
cell to be green(ok), if "x" red(problem).
=IF(C66="","",IF(C66=$B66,"p","x"))

I saw this somewhere but can't find.

Thanks,
L.
 
Top