So I don't have to be so "gun shy" in using them, as long as I just give it
some thought before hand!
Thanks Harlan.
--
Regards,
RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit!
-------------------------------------------------------------------
...
...
Check out this old post of mine, and then the responses (comments) I
received.
http://tinyurl.com/3yyu4
...
You mean the fact that COUNTIF and SUMIF seem to operate on the intersection
of
the ranges given as their 1st arguments and the used range of the worksheets
containing them. Yes, that can be a problem in earlier versions, but it can
be
dealt with my forcing the used range to be as large as the references in the
1st
arg.
Also, in the thread above, the problem was with COUNTIF(RNG,"") not counting
all
blank or "" cells. Since cells in RNG but not in its worksheet's used range
should be included in this COUNTIF formula's result (at least naively), this
is
a problem. In the case of both Earl's and my denominator expressions, the
common
COUNTIF(RNG,"<>0") doesn't include blank cells outside the used range, but
those
shouldn't be included anyway since if they're outside the used range,
there's
nothing in those cells, so perforce nothing to average. Also, neither
COUNTIF(RNG,""), COUNTIF(RNG,"=") nor COUNTIF(RNG,"*") would count any cells
outside the used range, so net of text other than "" in Earl's, both of our
denominator expressions would work no matter how much of RNG fell outside of
RNG's worksheet's used range. The problem to which you refer affects only
counting blank cells on their own, not removing a count of blank cells from
a
different (so not blank cell count) COUNTIF result.