function for counting cells

M

michael

I am using a conditional format which blacks out cells
that don't match my criteria... I then want to add the
number of cells that have not been blacked out in a
certain row...

I want to "count cells in Row that are not filled in with
black"

Thanks in advance.
 
P

Peo Sjoblom

Reverse the criteria, if for example you black out cells that are =5

then you could use

=COUNTIF(Range,"<>5")
 

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

Top