Add Labels to Scatter Chart Data Points in Google Sheets

Published on

Adding labels to scatter charts in Google Sheets depends on how you format the source data for your chart. In a typical scatter chart, you need two columns of data: one for the X-axis and one for the Y-axis. However, in an annotated scatter chart, you’ll add a third column with labels for each data point.

Let’s walk through how to format the data for plotting a scatter chart with labels added to the data points.

Sample Data Preparation

I’m using sample data to demonstrate how to add labels to scatter chart data points. You can learn more about the purpose of this chart in my relevant tutorial here.

Sample Data (A1:C4):

LabelsValue XValue Y
A1400
B2275
C310

In this format, the first column contains labels for the data points, the second column holds values for the X-axis, and the third column contains values for the Y-axis.

Though we’ll use this sample data to create the chart, let’s consider a real-life example. For instance, the labels in the first column could be “Region,” the second column could represent “Adult Population,” and the third column could represent “Average Weight.” This scatter chart would visualize the relationship between adult population and average weight, and adding labels to the data points would make it easy to identify which region corresponds to each data point.

Adding Labels to Scatter Chart Data Points in Google Sheets

Once you arrange your data as shown above, adding labels to scatter chart data points becomes straightforward.

Steps to Follow:

  1. Select the data range B1:C4 (the X and Y value columns). Note that we’re skipping column A, which contains the labels.
  2. Click Insert > Chart. Google Sheets will create a default chart.
  3. In the chart editor, select Scatter Chart under the Chart Type.
  4. Your scatter chart is ready. Next, we’ll add labels to the data points on the chart.
  5. Under the Setup (previously named Data) tab, click the three vertical dots in the Series box. Then select Add Labels and choose the range A1:A4, which contains the data point labels.
Add Labels Option in the Series Section of the Chart Editor

If you encounter an issue where default labels are added (like “X Value” or “Y Value”), follow these steps:

  • After selecting Add Labels, you might see “X Value” or “Y Value” automatically added as the data point labels. Click on this and select the range A1:A4. You can refer to the GIF below for a visual guide.
Removing the Incorrect Label Range in the Chart Editor

Once that’s done, your scatter chart with labeled data points is ready!

Scatter Chart with Data Point Labels Added

Note: Ensure that “Treat Labels as Text” at the bottom of the Setup tab is unchecked.

Resources

Prashanth KV
Prashanth KV
Your Trusted Google Sheets and Excel Guide Prashanth KV brings a wealth of experience in Google Sheets and Excel, cultivated through years of work with multinational corporations in Mumbai and Dubai. As a recognized Google Product Expert in Docs Editors, Prashanth shares his expertise through insightful blogging since 2012. Explore his blog for practical tips and guidance on maximizing your spreadsheet skills.

How to Extract Numbers from Text in Excel with Regex

You can use the REGEXEXTRACT or REGEXREPLACE functions to easily extract numbers from text...

Using OFFSET and MATCH Together in Google Sheets: Advanced Tips

One powerful and flexible way to look up values is by combining the OFFSET...

How to Use OFFSET and XMATCH Functions Together in Excel

We often use the OFFSET and XMATCH functions together to match a value in...

How to Calculate Maximum Drawdown in Excel and Google Sheets

You can use the following dynamic array formula to calculate maximum drawdown (MDD) in...

More like this

Using OFFSET and MATCH Together in Google Sheets: Advanced Tips

One powerful and flexible way to look up values is by combining the OFFSET...

Running Count with Structured References in Google Sheets

Running a count with structured references is achievable in Google Sheets tables using the...

Running Total with Structured Table References in Google Sheets

You can use two types of formulas to create a running total with structured...

10 COMMENTS

  1. Thank you!

    Great tutorial as always. One question, though. How do you handle overlapping data labels? Say you have a few dots next to each other. How do you make it “readable”?

  2. Hi,

    This is currently driving me insane… I am trying to simply label the scatter plot values. When I click on series–> data labels –> the only option is type: value which is the y-axis, no way to customize. any ideas?

    Many thanks,

    Julia

    • Hi, Julia,

      Sorry for making the confusion. I have just edited the post to include a new GIF image to make you understand the step clearly.

      Actually, you are seeing the default labels added. You should click on it to select your required labels’ range.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.