help

C

chi

hello!

Please help. I put formula and those null records are
like this #N/A. I want to count all null records without
replacing.

Thanks
 
C

CyberPhix

You can include in your formula the ISNA Function

=ISNA(A6) Checks whether #N/A is the #N/A error (TRUE)

If you put in a formula next to it:
=if(isna(a6),"ERROR","NOT ERROR")

then you could count the error's with a CountIf Formula
=countif(error_Range,"ERROR")

I know there are better ways, just an idea.
 

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