Hi,
I want to make my charts dynamic and can only find explanations of how to do it using data from the chart in column format. i.e. the data goes down from A1:B4. My data goes across the rows. i.e. from A1:D2
How to use defined names to automatically update a chart range in Excel
Microsoft tell me to type this:
But, I don't know why?! Can anyone tell what I need to do to this OFFSET code to make it work using my data, the "transposed" way?
I could change the chart data to go the other, but it's being populated by a lot of VBA code and would be a lot of hassle.
Cheers,
Eoin
I want to make my charts dynamic and can only find explanations of how to do it using data from the chart in column format. i.e. the data goes down from A1:B4. My data goes across the rows. i.e. from A1:D2
How to use defined names to automatically update a chart range in Excel
Microsoft tell me to type this:
Code:
[COLOR=#333333][FONT=Segoe UI][B]=OFFSET($A$2,0,0,COUNTA($A:$A)-1)[/B][/FONT][/COLOR]
But, I don't know why?! Can anyone tell what I need to do to this OFFSET code to make it work using my data, the "transposed" way?
I could change the chart data to go the other, but it's being populated by a lot of VBA code and would be a lot of hassle.
Cheers,
Eoin