Bird
Raised Fist0
Google Sheetsspreadsheet~8 mins

Combo charts in Google Sheets - Dashboard Guide

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Dashboard Mode - Combo charts
Dashboard Goal

See monthly sales and profit margin together to understand how profit changes with sales.

Sample Data
MonthSales ($)Profit ($)Profit Margin (%)
Jan100020020
Feb150030020
Mar120018015
Apr170034020
May160032020
Jun180036020
Dashboard Components
  • KPI Card: Total Sales
    Formula: =SUM(B2:B7)
    Result: 8800
  • KPI Card: Average Profit Margin
    Formula: =AVERAGE(D2:D7)
    Result: 19.17%
  • Combo Chart: Monthly Sales and Profit Margin
    Setup:
    • X-axis: Month (A2:A7)
    • Series 1: Sales (B2:B7) as Column chart
    • Series 2: Profit Margin (D2:D7) as Line chart on secondary axis

    This chart shows sales as bars and profit margin as a line for each month.
Dashboard Layout
+----------------------+----------------------+
|   Total Sales (KPI)  | Avg Profit Margin (%) |
|        8800          |        19.17%        |
+----------------------+----------------------+
|                                              |
|          Combo Chart: Sales & Profit Margin  |
|                                              |
+----------------------------------------------+
Interactivity

Add a filter for Month to select specific months. When you pick months, the KPI cards and combo chart update to show data only for those months.

Self Check

If you filter to show only March and April, what is the Total Sales and Average Profit Margin shown? Which months appear in the combo chart?

Key Result
Dashboard showing monthly sales and profit margin with KPIs and a combo chart.

Practice

(1/5)
1. What is the main purpose of a combo chart in Google Sheets?
easy
A. To show only pie charts in one graph
B. To combine different chart types to display multiple data sets together
C. To create a chart with only one data series
D. To display data without any axes

Solution

  1. Step 1: Understand what a combo chart is

    A combo chart mixes different chart types like bars and lines in one chart to compare data sets.
  2. Step 2: Identify the main use

    This helps show multiple data sets with different units or scales clearly together.
  3. Final Answer:

    To combine different chart types to display multiple data sets together -> Option B
  4. Quick Check:

    Combo chart = mix chart types [OK]
Hint: Combo charts mix chart types to compare data sets [OK]
Common Mistakes:
  • Thinking combo charts show only one data series
  • Confusing combo charts with pie charts
  • Assuming combo charts have no axes
2. Which of the following is the correct way to change a series type in a combo chart in Google Sheets?
easy
A. Right-click the series, select 'Change chart type', then pick the new type
B. Double-click the chart title and type the series name
C. Delete the series and add a new chart
D. Use the formula bar to type the series type

Solution

  1. Step 1: Locate how to edit series in combo chart

    In Google Sheets, you right-click the series or use the chart editor to change series type.
  2. Step 2: Confirm correct method

    Choosing 'Change chart type' for the series lets you pick bar, line, or other types.
  3. Final Answer:

    Right-click the series, select 'Change chart type', then pick the new type -> Option A
  4. Quick Check:

    Change series type via right-click menu [OK]
Hint: Right-click series to change its chart type quickly [OK]
Common Mistakes:
  • Trying to rename series by editing chart title
  • Deleting series instead of changing type
  • Using formula bar for chart changes
3. Given a combo chart with two series: Sales (bars) and Profit Margin (line) on the right axis, what will happen if you change Profit Margin to use the left axis instead?
medium
A. Profit Margin values will be scaled with Sales values on the left axis
B. Profit Margin will disappear from the chart
C. Sales will switch to the right axis automatically
D. The chart will show an error and not update

Solution

  1. Step 1: Understand axis assignment in combo charts

    Each series can use left or right axis to scale values properly.
  2. Step 2: Effect of changing Profit Margin axis

    If Profit Margin moves to left axis, it shares scale with Sales, possibly distorting its visual clarity.
  3. Final Answer:

    Profit Margin values will be scaled with Sales values on the left axis -> Option A
  4. Quick Check:

    Changing axis changes value scale [OK]
Hint: Axis choice affects how series values scale visually [OK]
Common Mistakes:
  • Thinking series will disappear when axis changes
  • Assuming other series axis changes automatically
  • Expecting error on axis change
4. You created a combo chart but the line series is not showing. What is the most likely fix?
medium
A. Change the chart title to include the line series name
B. Delete the chart and create a pie chart instead
C. Remove all bars from the chart
D. Check if the line series is assigned to the correct axis and visible

Solution

  1. Step 1: Verify series visibility and axis assignment

    Line series may be hidden if assigned to an axis with no data or if its color blends with background.
  2. Step 2: Adjust axis or series settings

    Assign line series to the correct axis and ensure it is visible with distinct color.
  3. Final Answer:

    Check if the line series is assigned to the correct axis and visible -> Option D
  4. Quick Check:

    Series visibility depends on axis and color [OK]
Hint: Check axis and color if series not visible [OK]
Common Mistakes:
  • Deleting chart instead of fixing series
  • Removing bars unnecessarily
  • Changing title expecting series to appear
5. You want to create a combo chart showing monthly revenue as bars and customer satisfaction as a line. Revenue is in dollars, satisfaction is a percentage. How should you set up the axes for best clarity?
hard
A. Assign both revenue and satisfaction to the left axis
B. Assign satisfaction to the left axis and revenue to the right axis
C. Assign revenue to the left axis and satisfaction to the right axis
D. Use only one axis for both, ignoring units

Solution

  1. Step 1: Recognize different units for data series

    Revenue is in dollars, satisfaction is a percentage, so they have different scales.
  2. Step 2: Assign axes to separate scales

    Assign revenue to left axis and satisfaction to right axis to keep scales clear and readable.
  3. Final Answer:

    Assign revenue to the left axis and satisfaction to the right axis -> Option C
  4. Quick Check:

    Different units need separate axes [OK]
Hint: Use separate axes for different units in combo charts [OK]
Common Mistakes:
  • Putting both series on same axis causing confusion
  • Reversing axis assignments
  • Ignoring units and scales