J
Jody Wally
OK, I've scoured the Web and Newsgroups for the answer to
my question, so I hope it's not perfectly obvious...
I am simply trying to use a Named Range in an array
formula by retriving the name from a another cell. The
INDIRECT function should do this, but all I can get is
the #REF! error.
For example, if I have a Range named "Sales" and I have
the text, "Sales" in cell A1 (without the quotes), then a
formula in A3 like,"=SUM(INDIRECT(A1))" ought to be the
equivalent of "=SUM(Sales)", but it doesn't work
(#REF!). It makes no difference if I use this technique
in an array formula or not.
The Range is part of my workbook and works perfectly for
all my other array formulas. What am I doing wrong?
Must I resort to VBA?
Thanks in advance,
Jody
my question, so I hope it's not perfectly obvious...
I am simply trying to use a Named Range in an array
formula by retriving the name from a another cell. The
INDIRECT function should do this, but all I can get is
the #REF! error.
For example, if I have a Range named "Sales" and I have
the text, "Sales" in cell A1 (without the quotes), then a
formula in A3 like,"=SUM(INDIRECT(A1))" ought to be the
equivalent of "=SUM(Sales)", but it doesn't work
(#REF!). It makes no difference if I use this technique
in an array formula or not.
The Range is part of my workbook and works perfectly for
all my other array formulas. What am I doing wrong?
Must I resort to VBA?
Thanks in advance,
Jody