For IsBlank, you can probably get the result you're after with
=COUNTA(Sheet1!1:65536)=0
This can substitute for IsError (which is TRUE for #N/A, which IsErr
isn't):
=NOT(ISNUMBER(SUM(Sheet1!1:65536)))
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.