I am using apple numbers to do some modeling.
(For those of you who are not familiar it is the apple version of excel that makes awesome looking charts, but has a bit less functionality).
I am using Numbers 08 version 1.
I have three cells right now with this:
-------------------------------------
| A1 | A2 | =IF(A1>A2, "PROBLEM!","")
-------------------------------------
However I would prefer to somehow highlight A1 in red when it is higher than A2. Is there anyway that I can do that?