#1   Report Post  
chi
 
Posts: n/a
Default help

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


  #2   Report Post  
CyberPhix
 
Posts: n/a
Default

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.



-----Original Message-----
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


.

  #3   Report Post  
Brook6
 
Posts: n/a
Default

Try
=COUNTIF(A1:A100,"#N/A")

"chi" wrote:

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"