
Signature
Gary''s Student - gsnu2007f
On Mar 11, 2:42 pm, Gary''s Student
<GarysStud...@discussions.microsoft.com> wrote:
> Here is a neater trick than INDIRECT()!
>
[quoted text clipped - 6 lines]
> --
> Gary''s Student - gsnu2007f
But, the plot thickens. I debated how much detail to include, I see I
left out a critical bit:
The workbook contains a pile of sheets of identical format, and this
situation exists on each sheet (in multiple workbooks.) this "named
range" must be able to be different on each sheet.
In the meanwhile, I have devised a work-around utilizing space "off to
the side" (that is, outside of the print view.)
In column M I have created a stack of formulas, for instance:
M42: =I30
M43: =I37
M44: =I44
M45: M42:M44
Clif McIrvin - 11 Mar 2008 21:08 GMT
> On Mar 11, 2:42 pm, Gary''s Student
>
[quoted text clipped - 26 lines]
> M44: =I44
> M45: M42:M44
aarggh! Fat-finger error! :(
and now
I45: =average(indirect(M45))
works as I expect it to. When the data on a new sheet has different
requirements, I can simply change M45 to, say, M42:M43 and the
formulas behave as I expect.
(I am dealing with test data, and each sheet represents a different
sample. The more I learn about what Excel (and Access) can do
the more I believe I would have set things up differently, but - alas!
-
this is an inherited system, so for now, at least, I'm stuck with the
layout I have.)
--Clif
Gary''s Student - 11 Mar 2008 21:17 GMT
Your workaround is a good one. Many functions have problems handling a
disjoint collects of cells; COUNTIF() is one example.
A perfectly valid solution to to removed "disjointness" by creating a nice,
compact block of linked cells and let the fussy function operate on them
instead.

Signature
Gary''s Student - gsnu200773
> On Mar 11, 2:42 pm, Gary''s Student
> <GarysStud...@discussions.microsoft.com> wrote:
[quoted text clipped - 25 lines]
> M44: =I44
> M45: M42:M44
Clif McIrvin - 11 Mar 2008 21:41 GMT
On Mar 11, 3:17 pm, Gary''s Student
<GarysStud...@discussions.microsoft.com> wrote:
> Your workaround is a good one. Many functions have problems handling a
> disjoint collects of cells; COUNTIF() is one example.
>
> A perfectly valid solution to to removed "disjointness" by creating a nice,
> compact block of linked cells and let the fussy function operate on them
> instead.
Thanks! that feels good!
I've noticed your sig under good solutions before --- Thanks for your
helpfulness!
--
Clif