Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
For a chart, each series range are defined by something like : =sheetname!$B$2:$B$25 (being the data located on column B, ranging from row 2 to 25, as an example). I access this (and I can change it) by manually right clicking on the chart, selecting Source Data, and editing the above. Is it possible to change the range in function of other cell contents? That is, imagine I want to define the range of the serie to column B, row 10 to 20. I would put the starting column value (10) on A1 and the end column (20) at A2 and somehow, the =sheetname thing would be updated to =sheetname!$B$10:$B$20 in function of the contents of A1 and A2. Can it be done easly ? Or is it needed a macro ? May anyone give me an example ? thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you dynamically expand the time range to the series data added | Charts and Charting in Excel | |||
How to dynamically change the series range of a chart ? | Charts and Charting in Excel | |||
use mouseclick to dynamically change chart series? Chart_beforeDoubleClick? | Excel Programming | |||
Add a data series dynamically to a named range? | Charts and Charting in Excel | |||
Dynamically change column color in chart | Excel Programming |