loopoo Wrote:
> Hi everybody!
>
[quoted text clipped - 12 lines]
> Thanks in advance,
> Chris
Question is not very clear. Do you want to format C1 depending on
values of A1 and B1? Like C1 should be blue if value1 ( in A1) is
negative and red if value2 is negative and say orange, when both are
negative?
A V Veerkar

Signature
avveerkar
loopoo - 21 Feb 2006 09:46 GMT
Thanks a lot for your post.
The solution was something like OR (And(a1<0, b1<0, c1<0), and(a1>0,
b1>0, c1>0))
Chris

Signature
loopoo