CountIf

M

machelleh2

I am trying to do a countif formula that will count all the cells in a
range that is a certain color.:confused:
 
I

immanuel

You'd have to create a user-defined function to get the color of a cell --
XL doesn't include any standard function that return the color of a cell.

Is the color of the cell dependent on some criteria? If so, you could do a
sum(if()) using that criteria instead...

Post if you need help constructing the conditional sum statement.

/i.
 

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