counting

  • Thread starter Thread starter pierre
  • Start date Start date
P

pierre

hello
i have a range of : a1:a10
i have made a conditional formatting for cells : a2 , a3 , a5
what formula should be used in order to count the number of cells formatted ??

THANKS
 
Hi, Bob,
I couldn't get that to work with =COUNTIF(A1:A16,">TODAY()-15") (for example)
The count returned 0, even with some cells in the range conforming and
firing the CF.
Regards - Dave.
 
Oops, but I have just got it working with:
=COUNTIF(H1:H16,">"&TODAY()-15)
Sorry I doubted you!
Dave.
 

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

Similar Threads

counting 2
How to synchronize all cell values? 1
Real-time sorting 11
Cell 6
How to use cell reference? 9
Combining Text From Cells 3
Formula to find the last number of a column (lower cell) 1
Excel Conditional Formatting 1

Back
Top