Forum Discussion
Dynamic range of data for graph
After many days of trials I must ask for help.
I need to create a graph from range of data, which first cell is defined but the last cell changes based on value in another cell. All data is in one column so only row number changes. A have attached an example.
I hope this is possible.
In the attached file, I entered "=DynamicSeriesValues!SeriesValues" in the Series Values box of the Edit Series tab. SeriesValues is a named range with this formula:
=Arkusz1!$C$3:INDEX(Arkusz1!$C:$C,Arkusz1!$A$3+2)
Please modify the value in A3 to see the effect of the dynamic range on the chart.
5 Replies
- TwifooSilver ContributorTo return the ADDRESS of the last cell, use this formula:
=ADDRESS(A3+2,3)- TwifooSilver Contributor
In the attached file, I entered "=DynamicSeriesValues!SeriesValues" in the Series Values box of the Edit Series tab. SeriesValues is a named range with this formula:
=Arkusz1!$C$3:INDEX(Arkusz1!$C:$C,Arkusz1!$A$3+2)
Please modify the value in A3 to see the effect of the dynamic range on the chart.