HomeGoogle DocsSpreadsheetHow to Make a Vertical Line Graph in Google Sheets (Workaround)

How to Make a Vertical Line Graph in Google Sheets (Workaround)

Published on

In this tutorial, let’s learn to make a vertical line graph in Google Sheets. I’m using a workaround method that only supports a single line (series).

Vertical line charts are not commonly used to represent data graphically. So obviously, that might be the reason for no such chart option built into Google Sheets.

Line Graphs are the best way to visualize how the quantity/value of something changes over time.

Sample Data:-

(Please feel free to skip the explanation below)

For example, we can plot such a chart to show how your work progress over time (view data by month).

Regarding representing work progress by month graphically, we can visualize either a month-wise or a cumulative month-wise data using a line chart.

How do they differ?

  • Using monthly progress data, we can see month-wise progress over time.
  • If you use the running total of monthly progress data, you will get the cumulative progress over time.

Below we will make a vertical line graph to visualize project progress over 15 months. The values are cumulative. So we will get cumulative progress over time.

Here is the sample data and the standard chart. Let’s see how to make a vertical line graph using the same data.

standard line graph - example

You May Like: How to Create S Curve in Google Sheets and Its Purpose in Scheduling.

Making Single Line Vertical Line Graph in Google Sheets

The line in the vertical line graph will look like the 90° CW rotated line in the above standard chart.

The vertical axis will be the horizontal axis, but the axis line will be at the bottom instead of on the top.

The category (horizontal) axis will be missing. Labels replace them in the vertical line chart in Google Sheets. Here it is.

example to vertical line graph in google sheets

Data Formatting – Category Axis, Data Points, and Labels

First of all, let’s try to understand the data to plot the vertical line graph.

Category Axis: C2:C16

In the first standard chart, the source data is in the cell range A2:B16, whereas in the second vertical one, it’s in A2:C16 because we have used a helper range additionally.

It’s an array formula in cell C1, which populates backward sequential numbers. Here is that formula.

={"Helper";sequence(15,1,15,-1)}

The SEQUENCE function returns 15 numbers (we have data points in 15 rows in B2:B16) in descending order, such as C1 = “Helper,” C2 = 15, C3 = 14, C4 = 13, and so on.

Data Points: B2:B16

It’s the cumulative progress over time. We can use these values as it is.

Labels: A2:A16

It is the category axis in the standard line chart. Here in the vertical line graph, we will use them as labels.

You must format them to “Plain Text” by highlighting A2:A16 and applying Format > Number > Plain Text.

Steps to Make Vertical Line Chart in Google Sheets

Let’s make the vertical line graph in Google Sheets now.

  1. Select B2:C16.
  2. Apply Insert > Chart. It will insert a chart into your sheet, and the chart editor panel will also be opened.
  3. There are two tabs within the chart editor panel – Setup and Customize. Under the first tab, make sure you have the following essential settings to plot the vertical line chart.
Chart TypeLine Chart
X-axisB2:B16
SeriesC2:C16
* LabelsA2:A16

* Click on the three vertical dots next to the series C2:C16 and select “Add labels.”

Google Sheets will add labels that may or may not be correct.

We want to add labels from A2:A16. If not getting it, edit the just added one.

vertical line chart - settings

The vertical line graph is almost ready. What is left is the customization of the chart. Go to the concerned tab within the chart editor.

Go through each option and make the necessary changes. Here are a few of them.

Chart and axis titles > Chart title > Title text – Empty it.

Chart and axis titles > Vertical axis title – Title text – Empty it.

That’s all. Thanks for the stay. Enjoy!

Example Sheet 13522

Related Chart 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.

Convert Month Name to Days in Google Sheets

We can utilize the EOMONTH, MONTH, DATE, and DAY functions in Google Sheets to...

Creating Custom Descending Sequence Lists in Excel

You can utilize functions like ROW or SEQUENCE in Excel to create a custom...

SUMIFS with XLOOKUP in Excel and Google Sheets

SUMIFS and SUMIF are infamous for producing an "argument must be a range" error...

Counting XLOOKUP Results with COUNTIFS in Excel and Google Sheets

We can use COUNTIF or COUNTIFS alongside an XLOOKUP formula to conditionally count the...

More like this

Convert Month Name to Days in Google Sheets

We can utilize the EOMONTH, MONTH, DATE, and DAY functions in Google Sheets to...

Appointment Schedule Template in Google Sheets

An appointment schedule template in Google Sheets can assist you in efficiently managing your...

Creating Sequential Dates in Equally Merged Cells in Google Sheets

Do you know how to create sequential dates in equally merged cells across a...

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.