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.
 
Top