"Hans Terkelsen" <dk> wrote in message news:4c4fee71$0$276$(E-Mail Removed)...
>
> "whatever" <(E-Mail Removed)> wrote in message
> news:18def726-8ca1-4d8c-afa5-(E-Mail Removed)...
>> Hi i want to show , different color for each group i have 2003 excel
>> can i use conditional formatting?
>>
>>
>> 123 green
>> 123 green
>> 456 red
>> 456 red
>> 888 green
>> 999 red
>> 999 red
>
> Hello.
>
> Try this:
> A1 green, but conditionally red using the formula
> =MOD(SUM(--(A1:A10<>A2:A11)),2)
>
> The color sequence will start from the bottom,
> but maybe you can tweak the formula so that it starts from the top, if desired.
> I could not.
>
> Hans T.
>
Hi again, forgot to mention that the format should be copied down,
using the format painter. Hans T.
|