I have a simple table of data in Excel that I would like to chart, but I would like to be able to select which columns to chart without having to edit the chart each time. For example I have data like this
A B C Chart Y N Y Data 34 28 42
I would like my chart to graph only data for A and C, but if I change the datum for B from N to Y then it will automatically be included in the chart.
Can I do this with some macros, or will I need to fool around in VB? And if VB as there any suggestions?
Thanks in advance.