View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Is this doable using Excel?

=COUNTIF(A1:C1,"5")

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Michael" wrote in message
om...
Hi everyone,

Say I have this in an excel sheet:

3.5 12.4 6.3

Using "Conditional Fromat" I color cells with red when a value is 5.
So, in this case, both 12.4 and 6.3 will be in red.

Now, suppose in a 4th column, I want to count the # of red-colored
cells so things will look like this:

3.5 12.4 6.3 2

How can I do this in excel?

Thanks alot,
Mike