Scatter Plot- How to Name the Points??

Barklie

Board Regular
Joined
Jul 4, 2013
Messages
86
Hello, I'm trying to create a scatter plot with points that are named (i.e. identified by which row they come from). I'm trying to do this so my legend will indicate specific information about the points rather than just what their coordinates are. Below is an example where the first column is my election year, the second is my actual electoral votes (X-axis values), and the third column is my predicted electoral votes (Y-axis values). Does anyone know if this can be done or how I would do it? Thanks!

Date
Actual Votes
Predicted Votes
11/2/1948
307
317
11/4/1952
89
87
11/6/1956
457
498
11/8/1960
219
332
11/3/1964
486
506

<tbody>
</tbody>


<colgroup><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
.
.

Yes, you can do it. But it's a bit fiddly because, for scatter charts, Excel only gives you the option to display data labels with the x value, the y value and/or the series name.

Here's what to do:
(1) Add data labels to your scatter chart;
(2) Click on the first data label so that only that data label is selected;
(3) In the formula bar type "=" (an equals sign without the quotes);
(4) Click on the cell that contains the text you want in your data label;
(5) Press Enter on the keyboard; and
(6) Repeat steps 2-5 for the remaining data labels.

Hope it helps.
 
Upvote 0
The manual approach described by gpeacock is fine, until you get to the 12th or 15th point and there are dozens more, and your eyes are crossing. There are a couple quicker options:

If you are using Excel 2013, you can add the labels using any of the built in options, then format the labels, and use the "Labels in Cells" option, and select the range with the desired labels.

In any version of Excel, you can download and install Rob Bovey's free Chart Labeler addin from http:/appspro.com. It lets you select a range containing labels for a series of points.
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top