Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
Another one: Array-enter =SUM(--ISERROR(A1:A12)) Regards, Bernd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ISERR | Excel Worksheet Functions | |||
Need for ISERR and ISNA Makes formula too Long | Excel Worksheet Functions | |||
What does this function do =+IF(ISERR(F27/G27),0,F27/G27) | Excel Worksheet Functions | |||
ISERR | Excel Worksheet Functions | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions |