I have a worksheet set up as follows:
Column A is a list of dates
Colums B - Z have list of various data valuses grouped by Various Skills (seperate skill in each Column)
I have Named ranges for each Skill and the Date column Using the Offset function to select the most recent 80 days of dates/data
I want a Chart to select which Skill is displayed (too much data to display all). I can create a Pulldown selection to select the Skill (the the appropriate Skill Named range. However how do I then pass that to the Chart for the Data points? The X axis will always use the named range for the dates (My_dates); I go that part working correctly on the chart. I just can not figure out how to get the correct Named range into the "legend Entries (Series) portion of the Chart. I tried to create a new named range (My_Range) that will pull the result of the dropdown.
i.e. if the dropdown value = SkillA then My_Range would equal ='workbookname.xlsx'!SkillA' I then entered ='workbookname.xlsx'!My_range in the chart series but that does not work.
I can do what I want by creating a seperate worksheet to copy and lookup values bu I am tying to use the existing data worksheet without having to copy the data to another sheet.
Any one know how I can do this (preferably without VBA)
Column A is a list of dates
Colums B - Z have list of various data valuses grouped by Various Skills (seperate skill in each Column)
I have Named ranges for each Skill and the Date column Using the Offset function to select the most recent 80 days of dates/data
I want a Chart to select which Skill is displayed (too much data to display all). I can create a Pulldown selection to select the Skill (the the appropriate Skill Named range. However how do I then pass that to the Chart for the Data points? The X axis will always use the named range for the dates (My_dates); I go that part working correctly on the chart. I just can not figure out how to get the correct Named range into the "legend Entries (Series) portion of the Chart. I tried to create a new named range (My_Range) that will pull the result of the dropdown.
i.e. if the dropdown value = SkillA then My_Range would equal ='workbookname.xlsx'!SkillA' I then entered ='workbookname.xlsx'!My_range in the chart series but that does not work.
I can do what I want by creating a seperate worksheet to copy and lookup values bu I am tying to use the existing data worksheet without having to copy the data to another sheet.
Any one know how I can do this (preferably without VBA)