I am using the following formula
=INDEX('DRG Weights'!$J:$J,MATCH(Charts!$G:$G,'DRG Weights'!$A:$A,0))
When the caculated value is 0.000 I want it to turn red. How can I do this?
Gary''s Student - 31 Mar 2006 23:26 GMT
use conditional formatting

Signature
Gary''s Student
> I am using the following formula
>
> =INDEX('DRG Weights'!$J:$J,MATCH(Charts!$G:$G,'DRG Weights'!$A:$A,0))
>
> When the caculated value is 0.000 I want it to turn red. How can I do this?