Hi there,
I have an 'in-cell dropdown' which looks up two values, Q1 and Q2
I have a range of data by month showing a specific number as below e.g
[TABLE="width: 500"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Count[/TD]
[/TR]
[TR]
[TD]2012-01[/TD]
[TD]120[/TD]
[/TR]
[TR]
[TD]2012-02[/TD]
[TD]190[/TD]
[/TR]
[TR]
[TD]2012-03[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]2012-04[/TD]
[TD]150[/TD]
[/TR]
[TR]
[TD]2013-05[/TD]
[TD]175[/TD]
[/TR]
</tbody>[/TABLE]
I have a Line graph using this entire table as the source data.
What I would like to do is only use part of the data based on what the dropdown cell specifies. For example, if it is set to "Q1", I would like just the 2012-01 and 2012-02 data to show in the graph. If its "Q2", I would like only 2013-03 and 2012-04 data to show in the graph.
How can I go about doing this?
I have an 'in-cell dropdown' which looks up two values, Q1 and Q2
I have a range of data by month showing a specific number as below e.g
[TABLE="width: 500"]
<tbody>[TR]
[TD]Month[/TD]
[TD]Count[/TD]
[/TR]
[TR]
[TD]2012-01[/TD]
[TD]120[/TD]
[/TR]
[TR]
[TD]2012-02[/TD]
[TD]190[/TD]
[/TR]
[TR]
[TD]2012-03[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]2012-04[/TD]
[TD]150[/TD]
[/TR]
[TR]
[TD]2013-05[/TD]
[TD]175[/TD]
[/TR]
</tbody>[/TABLE]
I have a Line graph using this entire table as the source data.
What I would like to do is only use part of the data based on what the dropdown cell specifies. For example, if it is set to "Q1", I would like just the 2012-01 and 2012-02 data to show in the graph. If its "Q2", I would like only 2013-03 and 2012-04 data to show in the graph.
How can I go about doing this?