I want to use a single chart (bar or line) to dynamically display 1 set of data from a table. The user selects the # of years (1-5) they want to view and the chart should only display those columns of data. I tried to use OFFSET formula but got stuck. Attached is my sample.
Year=3 (selectable by user)
Data set 1 = n1
Data set 2 = n1 n2
Data set 3 = n1 n2 n3
Data set 4 = n1 n2 n3 n4
Data set 5 = n1 n2 n3 n4 n5
In this case the chart would display ‘data set 3’ which represents Year 3.
Thnx, Deborah