Hello Folks,
I am working on a Excel sheet Which has the following data as example
<tbody>
Name
Score 1
Score 2
ABC
5
10
XYZ
6
12
</tbody>
I would like to get the graph as with Score 1 on X axis and Score 2 on Y axis (Or vice versa) and the data label should show the name in scatter...