Hi
Working with a data set of schools in Wales - I have an XY graph showing (for example) free school meals (x) and results for up to 200 schools. << The data is pulled via JSON from a government site - and all works well.
I want to be able to click / double click a point on the XY graph - have it change colour / size and display on the graph a label corresponding to the school.
I can find examples to label all the points permanently - no can do, Tushar Mehta's example to pop up when hovered (but I can't remove the 1pt holder text).
I thought this would be a simple ask - but it's totally defeating me.
Data:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]School Name
[/TD]
[TD]FSM
[/TD]
[TD]Attendance
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]School A
[/TD]
[TD]34.2
[/TD]
[TD]98.2
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]School B
[/TD]
[TD]23.6
[/TD]
[TD]89.1
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]School C
[/TD]
[TD]45.7
[/TD]
[TD]87.1
[/TD]
[/TR]
</tbody>[/TABLE]
My chart on a separate sheet uses B2:C4 (for example)
I'm OK with VBA and use macros - but can not access .exe packaged addins.
Data may be in different columns, but the school name will always be in column A.
Help / advice greatly recieved.
Excel 2007 due to corporate intertia.
Cheers
Glen
Working with a data set of schools in Wales - I have an XY graph showing (for example) free school meals (x) and results for up to 200 schools. << The data is pulled via JSON from a government site - and all works well.
I want to be able to click / double click a point on the XY graph - have it change colour / size and display on the graph a label corresponding to the school.
I can find examples to label all the points permanently - no can do, Tushar Mehta's example to pop up when hovered (but I can't remove the 1pt holder text).
I thought this would be a simple ask - but it's totally defeating me.
Data:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]School Name
[/TD]
[TD]FSM
[/TD]
[TD]Attendance
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]School A
[/TD]
[TD]34.2
[/TD]
[TD]98.2
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]School B
[/TD]
[TD]23.6
[/TD]
[TD]89.1
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]School C
[/TD]
[TD]45.7
[/TD]
[TD]87.1
[/TD]
[/TR]
</tbody>[/TABLE]
My chart on a separate sheet uses B2:C4 (for example)
I'm OK with VBA and use macros - but can not access .exe packaged addins.
Data may be in different columns, but the school name will always be in column A.
Help / advice greatly recieved.
Excel 2007 due to corporate intertia.
Cheers
Glen