Display a warning msg if count is over 10. How?

  • Thread starter Thread starter lothario
  • Start date Start date
L

lothario

Hi,

Cell A2 has the formula =COUNTA(A3:A3000) which counts the non-blanks
in the range.

I would like to display a warning message if the count is over 10.

How do I do that?

Thanks,
Luther
 
=if(COUNTA(A3:A3000)>10,"Too many blanks!", countA(A3:A3000) & " blanks is
OK")
 

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

Back
Top