How to Create a Gauge Chart in Google Sheets

This tutorial explains a Gauge chart and how to create one in Google Sheets. Often called a Speedometer chart, it resembles a speedometer.

The purpose of a Gauge chart is to compare or assess the performance of one or more values against a set target. It is commonly used in executive dashboard reports to track performance.

You can use this chart to visually display progress in various scenarios, such as task completion percentage, achieved target versus goal, customer satisfaction, and more.

In this example, let’s consider the sales target and achieved percentage.

Formatting Data for the Gauge Chart

The data to create a Gauge chart should be presented in two columns: one for labels and the other for data point values. The second column should contain a numeric value, which represents the gauge value.

For example, let’s assume you sell gravel and have set a target of 750 cubic meters (Cum) for one of your employees, and his actual sales so far are 610 Cum.

Enter the employee’s name in cell A1 and his sales quantity in cell B1 (e.g., 610).

Example of a Gauge chart with performance threshold levels in Google Sheets

Steps to Create a Gauge Chart in Google Sheets

We can separate the steps into two categories: Basic Settings and Performance Threshold Level Settings.

Basic Settings

  1. Select A1:B1.
  2. Click Insert > Chart.
  3. In the chart editor panel, under the “Setup” tab, select Gauge Chart as the chart type.
  4. Click the Customize tab and select Gauge.
  5. Under Gauge Range, enter the minimum sales quantity in the minimum field (e.g., 0) and the target (750) in the maximum field.

Performance Threshold Level Settings

You can use three different color “ranges” or “color bands” in a Gauge Chart in Google Sheets. These color segments represent different performance thresholds or levels, such as:

  • Red: Represents low or below-target performance.
  • Orange: Indicates moderate or near-target performance.
  • Green: Represents high or above-target performance.

Let’s assume you set the following threshold values: below target (200), moderate target (400), and above target (600). You can set it as follows:

  1. In the Customize tab of the chart editor, click Gauge.
  2. Under the first “Range Color,” enter 0 as the minimum and 200 as the maximum, and choose the red color.
  3. In the second “Range Color,” enter 200 as the minimum and 600 as the maximum, and pick the orange color.
  4. In the third “Range Color,” enter 600 as the minimum and 750 as the maximum, and pick the green color.

Creating Multiple Gauge Charts in One Go

If you want to create another gauge chart for a different employee, enter the employee’s name in cell A2 and their achieved sales target in cell B2.

The chart will automatically update with this newly entered data and show two gauge charts side by side if you increase the width of the chart, or one below the other if you reduce the width.

If it doesn’t automatically update, open the chart settings and, under the “Setup” tab, replace the Data range A1:B1 with A1:B2.

Multiple Gauge charts created in one go in Google Sheets

Additional Customization Options for the Gauge Chart

There are limited customization options, but you can adjust them within the Customize tab of the chart editor.

  • Chart Style: This allows basic settings like the chart’s background color, border style, and font color. You can also maximize the space between the chart’s border and its contents.
  • Gauge: This section, which we’ve already covered, contains the core settings for the Gauge chart.
  • Chart Axis Title: This allows you to add a title to the chart.

Note: If you don’t want to display the employee name or label within the chart, you can delete the label from cell A1 and use it as the title. However, this may not be practical if you have multiple gauge charts.

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

1 COMMENT

  1. Thank you for explaining the 10000% thing. I had my mins and maxes set to 0-100 and my needles weren’t budging. Once I switched to 0-1 and the gradations in between, it works like a charm!

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.