I'm trying to count the number of X's in a column "C" if the color of the cell is not changed to another color. Can this be done through a function or do I need to do a VBA. I started with the formula
But I need to incorporate the cell color.![]()
=SUMPRODUCT(LEN(C:C)-LEN(SUBSTITUTE(C:C,"C","")))
Bookmarks