#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 222
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default 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



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default 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



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 806
Default Countif IsErr

Hello,

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

Regards,
Bernd
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
ISERR Jools Excel Worksheet Functions 7 February 20th 09 12:37 PM
Need for ISERR and ISNA Makes formula too Long [email protected] Excel Worksheet Functions 6 November 19th 07 09:14 PM
What does this function do =+IF(ISERR(F27/G27),0,F27/G27) Trying To Excel Excel Worksheet Functions 6 December 8th 05 06:12 AM
ISERR Chris Lane Excel Worksheet Functions 4 October 2nd 05 07:11 AM
COUNTIF or not to COUNTIF on a range in another sheet Ellie Excel Worksheet Functions 4 September 15th 05 10:06 PM


All times are GMT +1. The time now is 02:24 AM.

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

About Us

"It's about Microsoft Excel"