Excel Practice Test

โ–ถ

Need a scatter plot in Excel and not sure where to start? You're in the right place. A scatter plot, sometimes called an XY chart, plots two numeric variables against each other so you can spot trends, clusters, and outliers in seconds. It's one of the most useful chart types in Excel, and once you've made one, you'll keep coming back to it.

In this guide, you'll learn how to make a scatter plot in Excel from scratch โ€” selecting data, inserting the chart, customizing axes, adding labels, and styling everything for clarity. Whether you're a student learning data analysis, a marketer studying campaign performance, or an analyst working with sales figures, the steps are the same. Excel handles the math; you handle the story.

We'll cover Excel 2016, 2019, 2021, and Microsoft 365. The menus look almost identical across versions, so don't worry if your screen doesn't match a screenshot exactly. The logic is what matters. By the end, you'll be making clean, professional scatter plots without breaking a sweat โ€” and you'll know when to use them instead of a line chart or bar chart.

Quick heads-up: scatter plots need numeric data on both axes. If one of your variables is a date or category, you probably want a line chart or column chart instead. Keep that in mind before we start clicking.

Scatter Plot at a Glance

2
Numeric columns needed
5
Built-in scatter subtypes
30s
Time to make a basic chart
100%
Excel versions supported

Before we click anything, a quick sanity check on your data. Excel needs your X values (independent variable) and Y values (dependent variable) in two adjacent columns, with X on the left. Headers are fine โ€” actually, they're encouraged because Excel uses them for the legend and axis titles. Don't leave blank rows between data points; they confuse the chart engine and sometimes break the trendline calculations later.

Here's what a clean dataset looks like: column A has "Hours Studied" with values from 1 to 10, and column B has "Test Score" with values from 50 to 98. Each row is one student. That's it. Two columns, headers, no merged cells, no blank rows. If your data lives in a table (Insert โ†’ Table), even better โ€” charts auto-expand when you add new rows.

When to Use a Scatter Plot

Use a scatter plot when both variables are numeric and you want to see if they're related. Classic examples: hours studied vs. test score, ad spend vs. revenue, temperature vs. ice cream sales, age vs. blood pressure. If one axis would be categories (red/blue/green) or time labels (Jan/Feb/Mar), use a bar or line chart instead.

Step-by-Step: How to Make a Scatter Plot in Excel

Let's walk through the actual clicks. Open your workbook, find your two columns of numeric data, and follow along. We'll start with the simplest scatter plot โ€” just dots on a grid โ€” then layer on customization.

Step 1: Select your data. Click the top-left cell of your range and drag to the bottom-right. Include the headers. If your data is in A1:B25, select all of it. Keyboard shortcut: click A1, then press Ctrl+Shift+End to grab everything down and right.

Step 2: Open the Insert tab. Up in the ribbon, click Insert. Look for the Charts group in the middle. You'll see a small icon that looks like dots on a grid โ€” that's the Scatter button. Hover over it and the tooltip says "Insert Scatter (X, Y) or Bubble Chart."

Step 3: Pick a subtype. Click the Scatter icon and a dropdown appears with five options: Scatter (dots only), Scatter with Smooth Lines and Markers, Scatter with Smooth Lines, Scatter with Straight Lines and Markers, and Scatter with Straight Lines. For most uses, the first option (just dots) is the right choice. Click it.

Step 4: Excel draws the chart. A scatter plot appears on your worksheet, usually floating over your data. You can click and drag it anywhere. Use the corner handles to resize. Don't worry if it looks plain โ€” we'll style it next.

The Five Scatter Chart Subtypes Explained

๐Ÿ”ด Scatter (Dots Only)

The classic. Just markers showing each data point. Best for showing correlation without implying a sequence between points.

๐ŸŸ  Smooth Lines + Markers

Connects points with a curved line. Useful when your X values represent a continuous progression (like time or temperature steps).

๐ŸŸก Smooth Lines (No Markers)

Curved line only, no dots. Cleaner look for presentations when you don't need to highlight individual data points.

๐ŸŸข Straight Lines + Markers

Connects points with straight segments. Good for engineering or scientific data where exact values matter at each point.

๐Ÿ”ต Straight Lines (No Markers)

Just the connecting lines. Use when the trend matters more than individual readings โ€” think rough sketches of relationships.

Customizing Your Scatter Plot

The default scatter chart is functional but bland. Let's make it readable. Click anywhere inside the chart to activate it. You'll see three small icons appear on the right side: a plus sign (Chart Elements), a paintbrush (Chart Styles), and a funnel (Chart Filters). The plus sign is where you'll spend most of your time.

Click the plus icon. You'll see checkboxes for Axes, Axis Titles, Chart Title, Data Labels, Error Bars, Gridlines, Legend, and Trendline. At minimum, turn on Axis Titles and Chart Title. Leave Gridlines on for now โ€” they help readers estimate values. The Legend is optional; for a single-series scatter plot, you can usually turn it off because the chart title says everything.

For Chart Title, click the text that appears at the top of the chart and type something descriptive. "Hours Studied vs. Test Score" beats "Chart 1" every time. For Axis Titles, click each placeholder and label them with the variable name plus units โ€” "Hours Studied (h)" on the X-axis, "Test Score (out of 100)" on the Y-axis.

Customizations You'll Use Often

๐Ÿ“‹ Change Marker Style

Right-click any data point โ†’ Format Data Series โ†’ Marker. You can change the shape (circle, square, triangle, diamond), size (3 to 72 points), and fill/border colors. For presentations, bump size to 8-10 so dots are visible from across a room.

๐Ÿ“‹ Adjust Axis Scale

Right-click an axis โ†’ Format Axis โ†’ Axis Options. Set Minimum and Maximum manually if Excel's auto-scale wastes space. For example, if scores range 50-98, set min to 40 and max to 100 instead of 0-100.

๐Ÿ“‹ Add a Trendline

Right-click a data point โ†’ Add Trendline. Pick Linear for straight-line fits, Polynomial for curves, Exponential for growth, Logarithmic for diminishing returns. Check "Display Equation" and "Display R-squared" to see the math.

๐Ÿ“‹ Change Colors

Click the paintbrush icon next to the chart โ†’ Color tab. Pick a palette. Or right-click a data point โ†’ Format Data Series โ†’ fill color for granular control. Keep contrast high; pale yellow on white is unreadable.

Adding Data Labels and Trendlines

Data labels show the actual value next to each dot. They're useful when you have fewer than 15 points and each one matters. Click the plus icon โ†’ check Data Labels. By default, Excel shows the Y value. To show X and Y together, right-click a label โ†’ Format Data Labels โ†’ check both "X Value" and "Y Value." To label points with names from a third column (like student names), use the "Value From Cells" option in newer versions of Excel.

Trendlines are where scatter plots really earn their keep. They show the underlying relationship between your two variables. Right-click any data point and choose "Add Trendline." In the panel that opens, pick Linear if you expect a straight relationship, Polynomial (order 2 or 3) if you see a curve, or Exponential for compounding growth patterns. Always check "Display R-squared value on chart" โ€” it tells you how well the trendline fits. An Rยฒ above 0.7 is a decent fit; above 0.9 is strong; below 0.3 means your variables probably aren't very correlated.

One trap to avoid: don't extend your trendline far beyond your data range using the Forecast option unless you have good reason. Extrapolation can be misleading, especially with polynomial fits that go wild at the edges.

Quick Troubleshooting When Things Go Wrong

Even simple scatter plots can misbehave. If your chart appears completely empty after insertion, double-check that you actually selected numeric values and not just headers. Excel sometimes grabs only the header row if you click once on a cell instead of dragging across the range. Re-select the full data block, including all rows, and re-insert.

If the dots cluster on top of each other and you can't tell how many points are in each spot, you're dealing with overplotting. Bump marker transparency: right-click a point โ†’ Format Data Series โ†’ Marker โ†’ Fill โ†’ set transparency to around 50%. Now overlapping dots show darker, giving you a rough density read. For serious overplotting (thousands of points), jitter your data slightly with a RAND() column or switch to a 2D histogram in Power Query.

If your X-axis shows weird category labels like "1, 2, 3, 4" instead of your actual X values, the chart got inserted as a Line type by mistake. Click the chart, go to Chart Design โ†’ Change Chart Type, and pick Scatter (X, Y) from the left panel. Excel will recompute axes using the real numeric distances.

Finally, if your trendline looks bizarre โ€” shooting off to infinity or wiggling all over โ€” you probably picked the wrong fit. Polynomial order 4 or higher overfits almost any data; drop back to order 2 or switch to Linear. Always check R-squared; if it's below 0.5, the trendline is more wishful thinking than insight.

Quick Recipes for Common Scatter Plot Tasks

Insert basic scatter: Select X+Y columns โ†’ Insert tab โ†’ Scatter icon โ†’ first option
Add chart title: Click chart โ†’ click default title text โ†’ type your own
Add axis labels: Click plus icon (right of chart) โ†’ check Axis Titles
Add trendline: Right-click a data point โ†’ Add Trendline โ†’ choose Linear
Show R-squared: In trendline panel, check Display R-squared value on chart
Change marker size: Right-click point โ†’ Format Data Series โ†’ Marker โ†’ Size
Add data labels: Click plus icon โ†’ check Data Labels โ†’ format as needed
Adjust axis scale: Right-click axis โ†’ Format Axis โ†’ set Min and Max manually
Add second series: Right-click chart โ†’ Select Data โ†’ Add โ†’ pick new X,Y ranges
Save as image: Right-click chart โ†’ Save as Picture โ†’ choose PNG or JPG

Multiple Series on One Scatter Plot

What if you want to compare two groups on the same chart โ€” say, test scores for Class A and Class B? You can plot multiple data series on a single scatter plot. The trick is structuring your data correctly. Set up four columns: Class A X, Class A Y, Class B X, Class B Y. Then insert a scatter chart from the Class A pair, and use the Select Data dialog to add Class B as a second series.

Right-click the chart โ†’ Select Data โ†’ Add. In the dialog, give the series a name ("Class B"), point Series X values to the Class B X column, and Series Y values to the Class B Y column. Click OK twice. Excel adds the second series in a different color automatically. Now both groups appear on the same plot, and the legend tells you which is which.

This technique scales: you can add three, four, or even ten series the same way. Just don't get carried away โ€” more than five series and the chart turns into confetti. If you need to compare many groups, consider a small multiples approach (one chart per group) instead.

Pre-Flight Checklist Before You Hit Insert

Both columns contain numeric data (not dates, not text categories)
X variable is in the left column, Y variable on the right
Headers in row 1 describe each variable clearly
No blank rows or merged cells in the data range
Chart title describes the relationship being shown
Both axes have labels with units included
Trendline added if a relationship is visible
R-squared value displayed for trendline credibility
Marker size large enough to read at presentation distance
Legend turned off if only one data series is shown
Practice Excel Scatter Plot Skills

Real-World Scatter Plot Examples

Let's look at three scenarios where a scatter plot earns its keep. First: a marketing analyst tracks ad spend (X) against sales revenue (Y) across 30 campaigns. The scatter plot reveals a positive linear trend up to about $5,000 in spend, then flattens โ€” classic diminishing returns. The trendline equation gives the team a rough formula to predict revenue from spend, and the breakpoint tells them where to cap budgets.

Second: a school counselor plots study hours (X) against final grades (Y) for 50 students. The scatter shows a strong positive correlation (Rยฒ = 0.78), but a cluster of points in the upper-left corner reveals a handful of students who scored well despite minimal studying โ€” outliers worth a closer look. Maybe they had prior knowledge, or maybe they cheated. Either way, the chart surfaced something the average alone would have hidden.

Third: a fitness app developer plots app usage minutes (X) against weight loss in pounds (Y) for beta testers. The scatter shows almost no correlation (Rยฒ = 0.12). That's a finding too โ€” it tells the team that app usage alone doesn't predict outcomes, and they need to investigate which features inside the app actually drive results. Sometimes the most valuable scatter plot is the one that shows no relationship.

Scatter Plot Strengths and Limits

Pros

  • Reveals correlations between two numeric variables instantly
  • Highlights outliers that averages would hide
  • Works with any sample size from 5 to 50,000 points
  • Trendline + Rยฒ give quick statistical insight
  • Easy to add multiple series for group comparisons

Cons

  • Requires numeric data on both axes โ€” no categories
  • Hard to read with more than 1,000 overlapping points (use density plots instead)
  • Doesn't show causation, only correlation
  • Trendline can mislead if relationship is non-linear
  • Default Excel styling needs work to look presentation-ready

Saving and Sharing Your Scatter Plot

Once your chart looks good, you'll probably want it outside Excel. Right-click the chart and choose "Save as Picture" โ€” PNG keeps it sharp, JPG keeps file size small. For reports, copy the chart (Ctrl+C), then paste-special into Word as a picture so it doesn't break when colleagues open the file without your data.

To embed the chart in PowerPoint while keeping it editable, copy the chart, switch to PowerPoint, and paste with the "Use Destination Theme & Embed Workbook" option. The chart will live in your slide and can still be edited if you double-click it. If you want it to update when the Excel data changes, use "Keep Source Formatting & Link Data" instead โ€” just keep both files together.

For web sharing, the cleanest path is to save as PNG at a generous resolution (Excel exports at screen resolution by default, which often looks blurry). One workaround: hold Shift while clicking File โ†’ Save As to access additional export options in some versions, or simply increase your zoom level before exporting so the rendered image is higher resolution.

Excel Questions and Answers

How do I make a scatter plot in Excel with two variables?

Put your X values in one column and Y values in the next column with headers. Select both columns including headers. Go to Insert โ†’ Charts group โ†’ click the Scatter icon (looks like dots) โ†’ pick the first option (Scatter with just markers). Excel draws the chart instantly.

Why does my scatter plot look like a line chart?

You probably selected the wrong subtype. Click your chart, go to Chart Design โ†’ Change Chart Type, and pick Scatter (the first option with dots only) instead of Scatter with Lines. Also check that both your columns contain numbers, not text or dates formatted as text.

How do I add labels to scatter plot points in Excel?

Click the chart, then click the plus icon on the right โ†’ check Data Labels. To label points using a third column (like names), right-click a label โ†’ Format Data Labels โ†’ check Value From Cells โ†’ select your label range. Uncheck Y Value if you only want the names showing.

Can I make a 3D scatter plot in Excel?

Excel doesn't have a built-in 3D scatter chart, but you can simulate one with a bubble chart by using a third numeric column for bubble size. For true 3D plotting with rotation, you'll need a Power BI add-in, a Python library like Matplotlib, or third-party tools like Plotly.

How do I add a trendline to my scatter plot?

Right-click any data point in the scatter plot โ†’ choose Add Trendline. In the panel, pick Linear, Polynomial, Exponential, or Logarithmic depending on what fits your data. Check Display Equation and Display R-squared to see the math. Rยฒ above 0.7 means a decent fit; below 0.3 means weak correlation.

What's the difference between a scatter plot and a line chart?

A scatter plot treats both X and Y as numeric and plots actual distances between values. A line chart treats X as evenly-spaced categories or dates and connects Y values with lines. If your X values are uneven numbers (like 1, 3, 7, 12), only a scatter plot will space them correctly.

How do I plot two series on the same scatter chart?

Insert a scatter chart from your first pair of columns. Then right-click the chart โ†’ Select Data โ†’ Add. Give the new series a name, point Series X values to your second X column and Series Y values to your second Y column. Click OK. Excel plots both series in different colors with a legend.

Why are my scatter plot dots too small to see?

Default marker size is 5, which is tiny on big screens or projectors. Right-click any data point โ†’ Format Data Series โ†’ Marker โ†’ Marker Options โ†’ Built-in โ†’ set Size to 8 or 10. You can also change the shape and add a darker border under Marker Options for extra visibility.
Test Your Excel Knowledge

Beyond the Basics: Power User Tricks

Once you're comfortable with standard scatter plots, a few advanced techniques will set your work apart. Color-coding by category is the first big one. Say you have three product lines on one chart โ€” Premium, Standard, Budget. Instead of one giant blob, you want each line to have its own color. The trick: split your Y values into three columns (one per category, leaving blanks where data doesn't apply) and add them as separate series. Now each category gets its own marker color and legend entry.

Conditional formatting on markers is another favorite. You can color individual points based on a third variable โ€” say, highlight all data points where revenue exceeded a threshold in red, and leave the rest blue. There's no direct UI for this in Excel; you have to manually split the series or use VBA. But it's powerful for presentations: one chart, three or four insight layers.

Quadrant analysis is a classic strategic tool. Draw vertical and horizontal reference lines at the median X and median Y values, splitting your plot into four quadrants. Top-right = high on both variables (your stars), bottom-left = low on both (your dogs), and the off-diagonal quadrants represent mismatches worth investigating. You can add these reference lines by inserting a second "helper" series with just two points each, formatted as a thin line.

Scatter Plot Keyboard Shortcuts

Alt+F1
Insert default chart from selection
F11
Create chart on new sheet
Ctrl+1
Open Format pane for selected element
Ctrl+C
Copy chart to paste elsewhere

Final Tips and Next Steps

Scatter plots are a foundation skill in Excel and data analysis generally. Once you've made a handful, you'll instinctively know when to reach for one. A few last tips: always look at the chart with fresh eyes before sharing it โ€” if a colleague glanced at it for three seconds, would they understand the story? If not, the title, axis labels, or trendline need more work.

Don't fall into the trap of decoration. Removing chart junk (background fills, heavy gridlines, 3D effects, unnecessary legends) almost always improves a scatter plot. Edward Tufte's idea of "data-ink ratio" applies: maximize the ink that shows data, minimize everything else. White backgrounds, thin gridlines, dark markers, and a clean title beat colorful gradients every time.

If you find yourself making scatter plots constantly, learn keyboard shortcuts. Alt+F1 inserts a default chart from selected data instantly. F11 creates a chart on a new sheet. Ctrl+1 with a chart selected opens the Format pane. These shortcuts compound over months โ€” you'll save hours a year just on chart creation.

Ready to push further? The next chart types worth learning are bubble charts (scatter plot with a third variable as dot size), combo charts (mixing column and line on one chart), and box-and-whisker plots for distribution comparisons. Excel can handle all of them, and the muscle memory you built making scatter plots transfers directly. Good luck โ€” and remember, the best scatter plot is the one that answers a real question.

โ–ถ Start Quiz