You have sales data for two products over 4 months in columns A to C:
A1: Month, B1: Product A, C1: Product B A2: Jan, B2: 100, C2: 200 A3: Feb, B3: 150, C3: 180 A4: Mar, B4: 130, C4: 210 A5: Apr, B5: 170, C5: 190
You want to create a combo chart where Product A is a column chart and Product B is a line chart.
Which of the following correctly describes how to set the chart series types in Google Sheets?
Think about which product you want as columns and which as lines.
In a combo chart, you can assign different chart types to each data series. Here, Product A should be columns and Product B lines, so option D is correct.
You want to create a combo chart that updates automatically when new monthly sales data is added below your existing data.
Which Google Sheets function is best to create a dynamic range for the chart data?
Think about a function that can adjust range size based on data count.
The OFFSET function combined with COUNTA can create a range that expands as new data is added, making the chart dynamic.
You created a combo chart with two data series. You set the first series to 'Column' and the second to 'Line'. However, the line series is not visible on the chart.
What is the most likely reason?
Consider if the line data values are much smaller or larger than the column data.
If the line series values differ greatly from the column series, it may be hidden without a secondary axis. Assigning the line series to a secondary axis makes it visible.
You have a combo chart with two series: Revenue (in thousands) as columns and Profit Margin (percentage) as a line.
Which axis setting is best for the Profit Margin series to make the chart clear?
Think about how different units affect axis clarity.
Profit Margin is a percentage and Revenue is in thousands. Using a secondary vertical axis for Profit Margin keeps scales clear and readable.
In a combo chart, if one data series has missing values (blank cells) for some categories, what happens to the chart display for those points?
Consider how line charts handle missing data points visually.
Google Sheets combo charts show gaps or breaks in line series where data is missing, rather than connecting points or filling zeros automatically.