ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Countif IsErr (https://www.excelbanter.com/excel-worksheet-functions/229082-countif-iserr.html)

ZTamsen

Countif IsErr
 
All -

Thanks in advance for the help. I have a long list of text values and I
want to count the number of cells that contain error values rather than text.
How do I put a countif and iserr function together to get the total number
of error values in that list?

Much thanks,
zt

JBeaucaire[_90_]

Countif IsErr
 
Maybe something like:

=SUMPRODUCT(--(ISERROR(A1:A20)))

--
"Actually, I *am* a rocket scientist." -- JB

Your feedback is appreciated, click YES if this post helped you.


"ZTamsen" wrote:

All -

Thanks in advance for the help. I have a long list of text values and I
want to count the number of cells that contain error values rather than text.
How do I put a countif and iserr function together to get the total number
of error values in that list?

Much thanks,
zt


Jacob Skaria

Countif IsErr
 
Try
=SUMPRODUCT(--ISERR(C1:C10))

If this post helps click Yes
---------------
Jacob Skaria


"ZTamsen" wrote:

All -

Thanks in advance for the help. I have a long list of text values and I
want to count the number of cells that contain error values rather than text.
How do I put a countif and iserr function together to get the total number
of error values in that list?

Much thanks,
zt


ZTamsen

Countif IsErr
 
Thanks so much. It works perfectly. Can you explain what function the
double negative sign provides? If I delete them, the function returns a zero
value, but by basic math skills tell me that a double negative should cancel
itself out. What am I missing?

again, thanks so much,
zt

"Jacob Skaria" wrote:

Try
=SUMPRODUCT(--ISERR(C1:C10))

If this post helps click Yes
---------------
Jacob Skaria


"ZTamsen" wrote:

All -

Thanks in advance for the help. I have a long list of text values and I
want to count the number of cells that contain error values rather than text.
How do I put a countif and iserr function together to get the total number
of error values in that list?

Much thanks,
zt


Jacob Skaria

Countif IsErr
 
Please find an explanasion

http://www.mcgimpsey.com/excel/formulae/doubleneg.html

If this post helps click Yes
---------------
Jacob Skaria


"ZTamsen" wrote:

Thanks so much. It works perfectly. Can you explain what function the
double negative sign provides? If I delete them, the function returns a zero
value, but by basic math skills tell me that a double negative should cancel
itself out. What am I missing?

again, thanks so much,
zt

"Jacob Skaria" wrote:

Try
=SUMPRODUCT(--ISERR(C1:C10))

If this post helps click Yes
---------------
Jacob Skaria


"ZTamsen" wrote:

All -

Thanks in advance for the help. I have a long list of text values and I
want to count the number of cells that contain error values rather than text.
How do I put a countif and iserr function together to get the total number
of error values in that list?

Much thanks,
zt


David Biddulph[_2_]

Countif IsErr
 
http://www.mcgimpsey.com/excel/formulae/doubleneg.html
http://xldynamic.com/source/xld.SUMPRODUCT.html
--
David Biddulph

"ZTamsen" wrote in message
...
Thanks so much. It works perfectly. Can you explain what function the
double negative sign provides? If I delete them, the function returns a
zero
value, but by basic math skills tell me that a double negative should
cancel
itself out. What am I missing?

again, thanks so much,
zt

"Jacob Skaria" wrote:

Try
=SUMPRODUCT(--ISERR(C1:C10))

If this post helps click Yes
---------------
Jacob Skaria


"ZTamsen" wrote:

All -

Thanks in advance for the help. I have a long list of text values and
I
want to count the number of cells that contain error values rather than
text.
How do I put a countif and iserr function together to get the total
number
of error values in that list?

Much thanks,
zt




Bernd P

Countif IsErr
 
Hello,

Another one:
Array-enter
=SUM(--ISERROR(A1:A12))

Regards,
Bernd


All times are GMT +1. The time now is 07:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com