Hi, I am trying to create a dynamic range to use for sparkline charts that I have in another workbook.
My data for each chart is in a row and the new data will be added to the last column each month.
Data arranged like this
All of the examples of naming a dynamic range using offset have been expanding the range down rows, not across columns.
Along with many others I have tried - =OFFSET(RawData!$H$2,0,0,COUNT(RawData!H2A2)-1)
Doesn't seem to work.
For my sparkline, I would like to graph the last 6 months.
So in my example, I would like the series to include row 2 columns I thru N.
How would I write this for the named range?
In advance, thanks for your help.
My data for each chart is in a row and the new data will be added to the last column each month.
Data arranged like this
Code:
G H I J K L M N O P Q
2 Data 2 3 4 5 7 2 1
3 Data2 2 3 4 5 7 2 1
All of the examples of naming a dynamic range using offset have been expanding the range down rows, not across columns.
Along with many others I have tried - =OFFSET(RawData!$H$2,0,0,COUNT(RawData!H2A2)-1)
Doesn't seem to work.
For my sparkline, I would like to graph the last 6 months.
So in my example, I would like the series to include row 2 columns I thru N.
How would I write this for the named range?
In advance, thanks for your help.