So I've created a self-updating chart using named ranges with the OFFSET() function. The table works if I directly reference the named ranges i've created in the Series Value box.
What I am trying to do is give my user the ability to choose what named ranges to put into the chart by using a list box, option Box, and eventually a check box. So far I have set up List and Option boxes that return certain string values (using CHOOSE). I have been concatenating those strings to match exactly with the named ranges I have already created.
The Problem
I can't find a way for the chart to recognize the concatenated string as a reference to a named range. I have tried:
Referencing the Cell Number directly in the Series Value Box
Referencing a TEXT() version of the concatenated string
I have even just tried typing out the string to see if the chart would recognize a string in a cell as a named range. Didn't work
I feel like I'm missing something simple, or this isn't possible. Any help would be greatly appreciated.
Thanks.
Bookmarks