Can you add the number of conditionally formatted cells??

  • Thread starter Thread starter Guest
  • Start date Start date
.. add the number of conditionally formatted cells??

Suppose we have applied CF to the range A1:A10
to trigger based on say:
Condition 1, Formula is: =AND(A1>5,A1<8)

Then we could use this "similar-looking" formula in say, B1:
=SUMPRODUCT((A1:A10>5)*(A1:A10<8))
to provide the count of the number of cells triggered by the CF within the
range

---
Lost said:
Can you add the number of cells in a column or row? If so, how??
Re: Can you add the number of conditionally formatted cells??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top