How to Create Scorecard Charts in Google Sheets

Published on

Let’s learn the purpose of and how to create scorecard charts in Google Sheets.

The purpose of scorecard charts in Google Sheets is to draw attention to key performance indicators (KPIs). For example:

  • Highlight the total new contracts signed in January (or any specific month).
  • Display the organic traffic to your blog during the first quarter of the year.
  • Compare total sales in the first and second halves of the year.

Let’s get started by creating a basic scorecard chart in Google Sheets.

Step 1: Creating an Empty Chart

To insert a scorecard chart in Google Sheets, follow these steps:

Assume your data range is A1:C. Click any cell outside this range—preferably a cell in column E.

I’m skipping column D to avoid selecting an adjacent cell to the data range. This ensures you’re starting with a completely blank chart—not a suggested one by Google Sheets.

For example, let’s say I want to create a scorecard chart based on the key value in cell B10 from the following sample Flash report:

Flash Report sample data showing profit and loss figures in Google Sheets

Click on cell E2 (leaving a blank column and row—avoiding row #10, which contains the key value). Then go to the Insert menu and click Chart. This will open the Chart editor panel instantly.

Under Chart type, select Scorecard chart. This will create a blank “No data” chart in your spreadsheet.

Selecting the Scorecard chart type from the Setup tab in the Chart editor in Google Sheets

Step 2: Specifying the Key Value for the Scorecard Chart

In the Chart editor panel, under the Setup tab, scroll down to find the Key value section.

The key value is the single data point you want to highlight. Click the Add key value field, select cell B10, and click OK. You’ve just created your first scorecard chart in Google Sheets.

Tip: You can remove the cell reference E2 from the data range under the Setup tab if needed.
Removing the default cell reference from the chart data range in Google Sheets

Step 3: Adding a Title to the Scorecard Chart

Click on the Customize tab and scroll down. Then, click Chart & axis titles. In the Title text field, type something like “Net Profit / Loss”.

Scorecard chart in Google Sheets displaying a key value from a single cell

This method helps you call attention to any key performance indicator, like total January sales or contracts signed, since this scorecard chart focuses on a single cell value.

What About Using a Range in a Scorecard Chart in Google Sheets?

Additional Tip: Highlight a Range by Aggregated Values

To create a scorecard chart that uses a range instead of a single cell, follow the same steps with just a few adjustments.

Note: In this example, I'm using a different dataset. See the image below for reference.
Scorecard chart in Google Sheets displaying a key value aggregated from a range of cells
  • Select the range B2:B4 under Key value instead of a single cell.
  • Toggle the Aggregate switch below it and select your desired function.
Example: This data shows blog traffic (monthly visitors) for the first two quarters. The scorecard chart in Google Sheets now shows the total number of visitors in Q1.

You can choose from Sum, Average, Count, Max, Median, or Min. These aggregation functions are useful for cases like:

  • Displaying total or average sales across quarters (Q1–Q4).
  • Showing maximum traffic during a specific period.
  • Counting the number of transactions in a given month.

Baseline Value – Show Change When Comparing Two Ranges

Let’s take the website traffic example again. You can also add a baseline value to your chart.

Under Key value, click Baseline value, and add the range B5:B7. Again, choose the SUM function.

Now, your chart will compare the Q1 total (871,959) with the Q2 total (931,593). The chart will display the absolute change:
=871959 - 931593 → Difference = -59,634

Showing baseline value as absolute change between two data ranges
This means Q1 traffic is 59,634 less than Q2 traffic.

To customize the baseline value, go to Customize > Baseline value and switch to Percentage change.

Showing baseline value as percentage change between two data ranges

By default:

  • Positive change = green
  • Negative change = red

You can customize these colors too.

Resources

Prashanth KV
Prashanth KV
Your Trusted Google Sheets and Excel Expert Prashanth KV is a Diamond Product Expert in Google Sheets, officially recognized by Google for his contributions to the Docs Editors Help Community and featured in the Google Product Experts Directory. Explore his blog to learn advanced formulas, automation tips, and problem-solving techniques to elevate your spreadsheet skills.

Calculate Trip Days by Month (Start, End, and Full Days) in Google Sheets

If you're managing business travel in Google Sheets, you may need to calculate how...

Mode of Comma-Separated Numbers in Excel (Dynamic Array)

There is no dedicated function in Excel to directly find the mode of comma-separated...

How to Find Mode of Comma-Separated Numbers in Google Sheets

Working with comma-separated numbers inside a single cell is a common scenario in Google...

How to Count Merged Cells in Google Sheets (and Get Their Size)

Sometimes, you may have blocks of merged cells in a column or row. But...

More like this

Calculate Trip Days by Month (Start, End, and Full Days) in Google Sheets

If you're managing business travel in Google Sheets, you may need to calculate how...

How to Find Mode of Comma-Separated Numbers in Google Sheets

Working with comma-separated numbers inside a single cell is a common scenario in Google...

How to Count Merged Cells in Google Sheets (and Get Their Size)

Sometimes, you may have blocks of merged cells in a column or row. But...

4 COMMENTS

  1. Hi all!

    My Sheet is very long, with plenty of cells down.

    I’d like my Scorecard (I just discovered it, very cool!) to be always visible.

    I tried freezing some lines at the top. When I scroll down, I lose it.

    I’m wondering if there is a way to make it visible all the time.

    Thanks in advance!

  2. Is there a way to show both the Absolute change and the Percentage change at the same time when comparing two data ranges?

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.