excel_guy123
New Member
- Joined
- Oct 26, 2010
- Messages
- 3
Hi All,
Recently posted on here about creating a macro to do what a dynamic chart is able to do... I have looked around at various sources on the interent, but when people do their tutorials, they always have the newer information being inserted in the rows, and not the columns.
For example - they all seem to have date in the Coulumn A, and then the £ or whatever in Column B, working downwards.
I need my Dynamic chart to format so that it automatically updates the information when new info is inserted into the next column on the same rows (see image below):
When I code the following name into a Name Reference:
And then preview what it is referencing, it ALWAYS selects cells B1:B4 whereas I need it to be looking at B1:E4 (to represent incremental increases to the columns information.
Can anyone advise on the best way to get this work? My current main sheet is feeding off lots of other sheets (V LookUps and Macros) so I don't want to have to re-code all this to get the dynamic charts to work.
Cheers
Recently posted on here about creating a macro to do what a dynamic chart is able to do... I have looked around at various sources on the interent, but when people do their tutorials, they always have the newer information being inserted in the rows, and not the columns.
For example - they all seem to have date in the Coulumn A, and then the £ or whatever in Column B, working downwards.
I need my Dynamic chart to format so that it automatically updates the information when new info is inserted into the next column on the same rows (see image below):
When I code the following name into a Name Reference:
Code:
=OFFSET(Sheet3!$A$1,,1,COUNT(Sheet3!$B$1:$S$1))
And then preview what it is referencing, it ALWAYS selects cells B1:B4 whereas I need it to be looking at B1:E4 (to represent incremental increases to the columns information.
Can anyone advise on the best way to get this work? My current main sheet is feeding off lots of other sheets (V LookUps and Macros) so I don't want to have to re-code all this to get the dynamic charts to work.
Cheers