From: Caroline Keen Caroline on
Once you have applied conditional formatting, is it possible to count the
number of cells that turn the different colours?
From: Fred Smith on
Counting by colors requires code (a UDF). However, the simple workaround is
to count by the same condition that triggers the color.

If, for example, your condition is a positive number, then use:
=countif(range,">0")

Regards,
Fred

"Caroline Keen" <Caroline Keen(a)discussions.microsoft.com> wrote in message
news:735CAC6E-3664-4CAF-A702-F28E165AC7A0(a)microsoft.com...
> Once you have applied conditional formatting, is it possible to count the
> number of cells that turn the different colours?