- Jan 12, 2006
- 931
- 0
- 76
I am creating a chart that will be dynamically updated when a user inputs a few variables that change a data table and will be using defined Names to specify most of the the information. I am using
='Spread.xlsx'!Name
as my series the graph pulls from (which is one column out of many). However I want it to update upon a cell that a user inputs which would be a Name (group of data previously specified.)
ie
The user inputs Set3 in a cell
Set3 is a Name that specifies a group of data
Graph series is ='Spread.xlsx'!Set3
but that Set3 will have to change according to the input.
Im not sure if I explained that very thoroughly, but appreciate any input.
='Spread.xlsx'!Name
as my series the graph pulls from (which is one column out of many). However I want it to update upon a cell that a user inputs which would be a Name (group of data previously specified.)
ie
The user inputs Set3 in a cell
Set3 is a Name that specifies a group of data
Graph series is ='Spread.xlsx'!Set3
but that Set3 will have to change according to the input.
Im not sure if I explained that very thoroughly, but appreciate any input.