P
Peter G A
I want to check for errors in a sheet. To test the
concept I defined an array, Arr, which contained various
different values including some error values.
I defined another equal sized array, Arr_err, with the
array formula {=ISERROR(Arr)}, which gave me a set of
TRUE, FALSE values. The formula =COUNTIF(Arr_err, TRUE)
gives a count of the error values.
I do not want to have to use an intermediate array
because this gets impossible where the arrays are being
manipulated, so I tried combining the formulae as
{=COUNTIF(ISERROR(Arr), TRUE)}
but Excel does not allow this. MS Knowledge Base #214286
seems to imply that COUNTIF doesn't allow an array
argument.
I'm using Excel 2002.
Thanks for any help.
Peter G A
concept I defined an array, Arr, which contained various
different values including some error values.
I defined another equal sized array, Arr_err, with the
array formula {=ISERROR(Arr)}, which gave me a set of
TRUE, FALSE values. The formula =COUNTIF(Arr_err, TRUE)
gives a count of the error values.
I do not want to have to use an intermediate array
because this gets impossible where the arrays are being
manipulated, so I tried combining the formulae as
{=COUNTIF(ISERROR(Arr), TRUE)}
but Excel does not allow this. MS Knowledge Base #214286
seems to imply that COUNTIF doesn't allow an array
argument.
I'm using Excel 2002.
Thanks for any help.
Peter G A