Using just formulas:
Why not count the cells based on what your formatted them by? (i.e., since
there's some formula governing what color the cell is, use that formula to
help determine the count!)
I guess I will have to open that VBA book I just bought. I have mutiple
conditions applied to each cell. The color that will show will trip at a
different level(red>50 or green <25)
If cells turn red when they contain a value >50 to count those cells:
=COUNTIF(A1:A10,">50")
If cells turn green when they contain a value <25 to count those cells:
=COUNTIF(A1:A10,"<25")
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.