polarisking
Member
Does Excel have issues using INDIRECT with a named range defined by a dynamic formula?
Example:
A1 = Chandoo (and named ChandooNR)
CI = ChandooNR
=INDIRECT(ChandooNR) returns the value Chandoo. It's what we'd expect.
But, when I create a dynamic named range called ChandooDNR defined by =OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1) and D1 = ChandooDNR
=INDIRECT(D1) returns #REF.
I'm convinced the formulas are correct, so I suspect this has something to do with Excel's inability to resolve nested volatile relationships.
Any thoughts?
Example:
A1 = Chandoo (and named ChandooNR)
CI = ChandooNR
=INDIRECT(ChandooNR) returns the value Chandoo. It's what we'd expect.
But, when I create a dynamic named range called ChandooDNR defined by =OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1) and D1 = ChandooDNR
=INDIRECT(D1) returns #REF.
I'm convinced the formulas are correct, so I suspect this has something to do with Excel's inability to resolve nested volatile relationships.
Any thoughts?