blank range

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
is there any way I can determine if all cells in range are blank?
Thanx

alekm
 
=counta(a1:c99)

will count all the cells with something in them. This includes formulas that
evaluate to "", too.

=if(counta(a1:c99)=0,"all empty","at least one filled!")
 

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