dan_l
Active Member
I forget how I did this before.
I've got a couple of dynamic named ranges. They're interchangeable for a particular dynamic chart. Cell A2 contains text that matches a named range.
I want to =sum(indirect(a2)) but it keeps returning #ref. I looked up the last time I did something like this and it was buried in a vlookup - but it worked.
"=VLOOKUP($A30,INDIRECT(VLOOKUP(s_mode,l_cc_nrlookup,2,FALSE)),VLOOKUP(B$29,lst_month_r,2,FALSE),FALSE)"
If I had to hazard a guess, I'm thinking it needs a text delimiter or something like sum(indirect(concatenate(""",a2,""")) or something.
Any guesses?
I've got a couple of dynamic named ranges. They're interchangeable for a particular dynamic chart. Cell A2 contains text that matches a named range.
I want to =sum(indirect(a2)) but it keeps returning #ref. I looked up the last time I did something like this and it was buried in a vlookup - but it worked.
"=VLOOKUP($A30,INDIRECT(VLOOKUP(s_mode,l_cc_nrlookup,2,FALSE)),VLOOKUP(B$29,lst_month_r,2,FALSE),FALSE)"
If I had to hazard a guess, I'm thinking it needs a text delimiter or something like sum(indirect(concatenate(""",a2,""")) or something.
Any guesses?