Isblank

L

Lishen

Hi,

I'd like to test whether there are any blank cells in range of cells I have.
If there are blank cells in the range I'd like them to return "False" and if
there's something in the range I'd like them to return "True"

The cells I'm checking is text.
I've tried the formula =ISBLANK(C6:H6) but it doesn't seem to work
Can anyone help?

Thanks,
L
 
M

Mike H

Hi,

This will rteurn false if there are any blanks in the range

=NOT(COUNTBLANK(A1:A10)>0)

Mike
 

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