Try conditional formatting for the cells
Click on /scroll over cells you need to format
FORMAT>CONDITIONAL FORMATTING
> I need a formula that will change the displayed color of a value based on
> amount.
> For example: under 200=yellow, over 200=red.
> Also, can I add input from a third column?
> For example: under 200 and Column D=No, then yellow.
> under 200 and column D=yes, then green.
Shadyhosta - 31 Jan 2007 17:38 GMT
Can I add a third variable as in my second example? (Value greater then 200
and Column D "yes" then red, Column D "no" then yellow?
> Try conditional formatting for the cells
> Click on /scroll over cells you need to format
[quoted text clipped - 6 lines]
> > For example: under 200 and Column D=No, then yellow.
> > under 200 and column D=yes, then green.
Roger Govier - 31 Jan 2007 18:24 GMT
Hi
Try
=AND(C2>200,D2="NO")
Format Yellow
=AND(C2>200,D2="YES")
Format Red

Signature
Regards
Roger Govier
> Can I add a third variable as in my second example? (Value greater
> then 200
[quoted text clipped - 11 lines]
>> > For example: under 200 and Column D=No, then yellow.
>> > under 200 and column D=yes, then green.
Shadyhosta - 31 Jan 2007 19:09 GMT
Where? Do I put these formulae in the Conditional formatting pop up box?
Under "Cell value is" or "formula is"?
Thanks.
> Hi
>
[quoted text clipped - 19 lines]
> >> > For example: under 200 and Column D=No, then yellow.
> >> > under 200 and column D=yes, then green.
Roger Govier - 31 Jan 2007 22:56 GMT
Sorry, I thought you had already got to that part.
It is under Formula Is

Signature
Regards
Roger Govier
> Where? Do I put these formulae in the Conditional formatting pop up
> box?
[quoted text clipped - 25 lines]
>> >> > For example: under 200 and Column D=No, then yellow.
>> >> > under 200 and column D=yes, then green.