Beginner 7 min read

How to Make a Line Chart in Google Sheets

Learn how to make a line chart in Google Sheets step by step. Covers single and multiple series, trendlines, dual axes, and formatting for clear trends.

SB

Sheets Bootcamp

March 16, 2026

A line chart in Google Sheets connects data points with lines to show how values change over time. Line charts are the default choice for tracking trends — revenue over months, traffic over weeks, or scores over assignments. This guide covers how to create a line chart, add multiple series, use trendlines, and format the result for clear reading.

In This Guide

When to Use a Line Chart

Line charts answer the question “how did this change over time?” They work best when:

  • The horizontal axis is sequential. Months, dates, quarters, years, or any ordered series.
  • You want to show direction. The slope of the line shows whether values are rising, falling, or flat.
  • You are comparing trends. Two or more lines on the same chart let you see if trends move together or diverge.

If the horizontal axis is not time-based or ordered (like product names, regions, or departments), a bar chart is the better choice.

How to Make a Line Chart: Step-by-Step

We’ll use the monthly sales summary data. The table has 12 months with a Total column (E) and a Target column (F).

Sample Data

The monthly summary has Month in column A, three category columns (B through D), Total in column E, and Target in column F.

Monthly summary data with Month, category, Total, and Target columns

1

Select your data

For a line chart comparing Actual vs Target revenue, you need columns A (Month), E (Total), and F (Target). These columns are not adjacent, so hold Ctrl (Cmd on Mac) while selecting:

  1. Click and drag to select A1:A13 (Month column with header)
  2. Hold Ctrl and click and drag E1:F13 (Total and Target columns with headers)

Month column and Total plus Target columns selected in the data table

Tip

If your columns are adjacent, a single selection works. Non-adjacent selection with Ctrl is only needed when you want to skip columns in the middle.

2

Insert a chart

Go to Insert > Chart. Google Sheets analyzes the selected data and creates a chart. If it defaults to a column chart, open the Chart Editor sidebar and change the chart type.

3

Set the chart type to Line

In the Chart Editor Setup tab, click the Chart type dropdown and select Line chart. The chart now shows two lines — one for Total revenue and one for Target — plotted against months on the horizontal axis.

Line chart with two series showing Total and Target revenue over 12 months

4

Customize the chart

Switch to the Customize tab:

  • Chart title: “Actual vs Target Revenue”
  • Horizontal axis title: “Month”
  • Vertical axis title: “Revenue ($)”
  • Legend: Move to the top so it does not overlap the lines

The chart shows Total revenue starting at $36,000 in January and climbing to $64,700 in December. The Target line rises steadily from $35,000 to $46,000. The gap between actual and target widens over the year.

Multiple Series on One Chart

A single line chart can display multiple data series. Each series gets its own line with a distinct color.

To add a new series to an existing chart:

  1. Double-click the chart to open the Chart Editor
  2. In the Setup tab, click Add Series
  3. Select the column range for the new series

You can also expand the data range. For example, changing the range from A1:A13, E1:F13 to A1:D13 would plot separate lines for Broomsticks, Potions, and Magical Creatures instead of the totals.

Line chart with three category series showing monthly trends for each product

Important

More than 4 lines on a single chart becomes hard to read. If you have many series, consider grouping related ones or creating separate charts.

Add a Trendline

A trendline overlays a best-fit line on your data to show the overall direction, smoothing out short-term fluctuations.

To add a trendline:

  1. Double-click the chart
  2. Go to Customize > Series
  3. Select the series (e.g., Total)
  4. Check the Trendline box
  5. Choose a type: Linear, Exponential, Polynomial, or Moving average

Linear works for data that increases or decreases at a roughly steady rate. The monthly sales data has a clear upward trend, so a linear trendline shows the general growth direction.

Moving average smooths out the line by averaging a set number of data points. Use a period of 3 for quarterly smoothing on monthly data.

Note

Trendlines are visual overlays. They do not add data to your spreadsheet. To calculate trend values in cells, use the TREND or FORECAST functions.

Customize Your Line Chart

Line Style

Under Customize > Series, you can change:

  • Line thickness — thicker lines stand out more but can overlap. 2-3px works well for most charts.
  • Point shape — add circles, squares, or diamonds at each data point. Useful for charts with fewer data points.
  • Dashed lines — set a line to dashed to visually separate it from solid lines. Good for targets or forecasts.

Axis Formatting

Under Customize > Horizontal axis and Vertical axis:

  • Min and max values — set custom bounds on the vertical axis to zoom in on a specific range
  • Number format — display values as currency, percentages, or plain numbers
  • Label font size — reduce font size if axis labels overlap

Dual Axes

When two series have very different scales (e.g., revenue in thousands and conversion rate as a percentage), put them on separate axes:

  1. Go to Customize > Series
  2. Select the series with a different scale
  3. Change Axis from Left axis to Right axis

This adds a second vertical axis on the right side of the chart. Each line reads against its own scale.

Tips and Best Practices

  1. Always include zero on the vertical axis. A truncated axis exaggerates small changes and misleads the reader. Check under Customize > Vertical axis that the minimum is 0.

  2. Use data labels sparingly. Labeling every point on a 12-month chart creates clutter. Add data labels only to the first and last point, or to specific points you want to call out.

  3. Use a dashed line for targets or forecasts. Visual distinction between actual data and projected data helps the reader interpret the chart correctly.

  4. Keep the chart title specific. “Revenue Trend” is vague. “Monthly Revenue vs Target, Jan–Dec 2026” tells the reader exactly what they are looking at.

  5. Consider date functions for time axes. If your dates are stored as text, Google Sheets may not space them correctly on the axis. Convert text dates to real date values for accurate axis scaling.

Frequently Asked Questions

How do I make a line chart in Google Sheets?

Select your data range including headers, then go to Insert > Chart. If Google Sheets does not create a line chart by default, open the Chart Editor and select Line chart from the Chart type dropdown.

How do I add a trendline to a line chart?

Double-click the chart, go to the Customize tab, and expand the Series section. Select the data series, then check the Trendline box. Choose linear, exponential, polynomial, or moving average depending on your data pattern.

How do I chart non-adjacent columns in Google Sheets?

Hold Ctrl (Cmd on Mac) while selecting each column range. For example, click and drag A1:A13, then hold Ctrl and click and drag E1:E13. Insert the chart with both ranges selected. Google Sheets combines them.

Can I have two Y-axes on a line chart?

Yes. Double-click the chart, go to Customize > Series, select the series you want on the right axis, and change Axis to Right axis. This adds a second vertical axis for that series.

When should I use a line chart instead of a bar chart?

Use a line chart when the horizontal axis represents time (days, months, years) and you want to show how values change over that period. The connecting lines make trends and direction visible. Use a bar chart for comparing distinct categories.

Frequently Asked Questions

Next Steps

Continue learning with these related tutorials: