count nonblank cells with conditions

D

DB

I used check marks in a spreadsheet. Some of the cells have a pattern
(yellow) to as an identifier. I need to be able to count the number of cells
that have the yellow pattern. I used the formula =COUNTA(RANGE) which adds
all the nonblank cells in the column, but now I need to isolate the cells in
the specific row that have the yellow pattern.

Please advise.

Thank you.
 
L

Luke M

I'm afraid formulas don't recognize formats/colors. You'll either need to
provide the criteria by which a cell is colored (and base a formula off of
that) or look into using VBA which CAN check cell formatting.
 
D

DB

Thank you this is a big help.

Luke M said:
I'm afraid formulas don't recognize formats/colors. You'll either need to
provide the criteria by which a cell is colored (and base a formula off of
that) or look into using VBA which CAN check cell formatting.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*
 

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