detect cell color and count it

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a sheet ("January") in which some cells are colored with particular
color, i would like to know if exists a method how to detect these particular
cells and to count their number ? (if possible without using VBA).

thanks,
Maileen
 
Maileen

If cells are colored due to Conditional Fornmtting, you could count using the
same crirerion(a) that CF uses.

If not CF-colored, Bob's VBA is the only way to go.


Gord Dibben Excel MVP
 

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