Referencing a named range based upon Range name entry in cell
How abut incorporating the offset formula in the SP
=SUMPRODUCT(--(OFFSET(Sheet2!A1,,,COUNTA(Sheet2!A:A),1)1))
--
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
"Barb Reinhardt" wrote in message
...
My named range is also a dynamic named range. Its defined with offset
from
another dynamic named range.
"Bob Phillips" wrote:
INDIRECT(Sheet1!A1)
--
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my
addy)
"Barb Reinhardt" wrote in
message
...
Let's say I have cell Sheet1!A1 with the value of BPQ in it.
Let's also say that I have a named range with the name BPQ.
I'd like to reference that named range by referencing Sheet1!A1 somehow
and
use it in a SUMPRODUCt statement. How would I reference the range?
Thanks in advance,
Barb Reinhardt
|