Bird
Raised Fist0
Google Sheetsspreadsheet~15 mins

Why advanced charts tell deeper stories in Google Sheets - Business Case Study

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
Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants you to create advanced charts to show monthly sales trends and product category performance to help the team understand sales patterns better.
📊 Data: You have monthly sales data for three product categories over six months, including total sales and units sold.
🎯 Deliverable: Create a dashboard with a line chart showing monthly sales trends and a stacked column chart showing sales by product category each month.
Progress0 / 5 steps
Sample Data
MonthProduct CategoryTotal SalesUnits Sold
JanElectronics12000100
JanClothing8000200
JanHome Goods6000150
FebElectronics15000120
FebClothing7000180
FebHome Goods6500160
MarElectronics13000110
MarClothing9000210
MarHome Goods7000170
AprElectronics16000130
AprClothing8500190
AprHome Goods7200175
MayElectronics17000140
MayClothing9000220
MayHome Goods7500180
JunElectronics18000150
JunClothing9500230
JunHome Goods8000190
1
Step 1: Create a summary table with total sales per month by adding sales from all product categories.
=SUMIFS($C:$C,$A:$A,A2) for each month (assuming month labels start in A2)
Expected Result
Jan: 26000, Feb: 28500, Mar: 29000, Apr: 31700, May: 33500, Jun: 35500
2
Step 2: Create a pivot table with Rows as Month, Columns as Product Category, and Values as SUM of Total Sales.
Insert > Pivot table; Rows=Month; Columns=Product Category; Values=SUM of Total Sales
Expected Result
Pivot table showing sales for Electronics, Clothing, Home Goods by month
3
Step 3: Insert a line chart using the summary table to show total sales trend over months.
Select summary table; Insert > Chart; Chart type: Line chart
Expected Result
Line chart showing total sales rising from Jan to Jun
4
Step 4: Insert a stacked column chart using the pivot table to show sales by product category each month.
Select pivot table; Insert > Chart; Chart type: Stacked column chart
Expected Result
Stacked column chart showing monthly sales split by Electronics, Clothing, Home Goods
5
Step 5: Add chart titles and axis labels to explain the data clearly.
Edit chart > Chart & axis titles; Title: 'Monthly Sales Trend' and 'Sales by Product Category'
Expected Result
Charts have clear titles and axis labels for easy understanding
Final Result
Monthly Sales Trend (Line Chart)

  36000 |                         *
  34000 |                      *  
  32000 |                   *     
  30000 |                *        
  28000 |             *           
  26000 |          *              
         +------------------------
          Jan Feb Mar Apr May Jun

Sales by Product Category (Stacked Column Chart)

  18000 |  ████  ████  ████  ████  ████  ████  Electronics
  10000 |  ████  ████  ████  ████  ████  ████  Clothing
   8000 |  ████  ████  ████  ████  ████  ████  Home Goods
         +------------------------------
          Jan   Feb   Mar   Apr   May   Jun
Total sales increased steadily from January to June.
Electronics consistently contributed the largest share of sales each month.
Clothing and Home Goods sales were stable but showed slight growth over time.
The stacked column chart helps see how each product category adds to total sales monthly.
Bonus Challenge

Create a combo chart that shows total sales as a line and units sold as columns for each month.

Show Hint
Use the pivot table data for total sales and units sold; select combo chart type and assign line to total sales and columns to units sold.

Practice

(1/5)
1. What is the main benefit of using advanced charts in Google Sheets?
easy
A. They make the spreadsheet load faster.
B. They show more details and relationships in data.
C. They reduce the number of rows needed.
D. They automatically fix data errors.

Solution

  1. Step 1: Understand the purpose of advanced charts

    Advanced charts are designed to reveal more details and relationships in data than simple charts.
  2. Step 2: Compare options with this purpose

    Only They show more details and relationships in data. correctly states this benefit; others mention unrelated features.
  3. Final Answer:

    They show more details and relationships in data. -> Option B
  4. Quick Check:

    Advanced charts = deeper data insights [OK]
Hint: Advanced charts reveal data relationships clearly [OK]
Common Mistakes:
  • Thinking charts speed up spreadsheet loading
  • Believing charts reduce data size
  • Assuming charts fix data errors automatically
2. Which of these is the correct way to insert a Combo Chart in Google Sheets?
easy
A. Select data -> Data -> Chart -> Select Combo Chart
B. Select data -> Format -> Chart -> Choose Combo Chart
C. Select data -> Insert -> Chart -> Change Chart Type to Combo Chart
D. Select data -> Tools -> Chart -> Pick Combo Chart

Solution

  1. Step 1: Recall the menu path to insert charts

    In Google Sheets, charts are inserted via Insert menu, then Chart, then changing the chart type.
  2. Step 2: Identify the correct option

    Select data -> Insert -> Chart -> Change Chart Type to Combo Chart correctly shows this path; other options use wrong menus.
  3. Final Answer:

    Select data -> Insert -> Chart -> Change Chart Type to Combo Chart -> Option C
  4. Quick Check:

    Insert menu -> Chart -> Combo Chart [OK]
Hint: Use Insert menu to add charts in Sheets [OK]
Common Mistakes:
  • Looking for charts under Format or Data menus
  • Trying to insert charts via Tools menu
  • Skipping the step to change chart type
3. Given this data in A1:B4:
Month | Sales
Jan | 100
Feb | 150
Mar | 120

If you create a Line Chart and add a Trendline, what does the trendline show?
medium
A. The general direction of sales over months
B. The sales value for March only
C. The average sales value
D. The total sales sum

Solution

  1. Step 1: Understand what a trendline represents

    A trendline shows the general direction or pattern in data over time.
  2. Step 2: Apply this to sales data over months

    The trendline will show if sales are generally increasing, decreasing, or stable over Jan to Mar.
  3. Final Answer:

    The general direction of sales over months -> Option A
  4. Quick Check:

    Trendline = data pattern direction [OK]
Hint: Trendline shows overall data direction [OK]
Common Mistakes:
  • Confusing trendline with average value
  • Thinking trendline shows single data point
  • Assuming trendline sums data
4. You created a stacked bar chart but it shows all bars in the same color. What is the likely fix?
medium
A. Increase font size of axis labels
B. Change chart type to Pie Chart
C. Remove all data labels
D. Check if data series are correctly selected and separated

Solution

  1. Step 1: Identify cause of single color bars

    If all bars are same color, data series might not be properly separated or selected.
  2. Step 2: Fix data selection for stacked bar chart

    Ensure each category is a separate series so Google Sheets can color them differently.
  3. Final Answer:

    Check if data series are correctly selected and separated -> Option D
  4. Quick Check:

    Separate series = different colors [OK]
Hint: Separate data series for color in stacked charts [OK]
Common Mistakes:
  • Changing chart type without fixing data
  • Removing labels instead of fixing data
  • Adjusting font size unrelated to colors
5. You want to show sales data for 3 products over 4 quarters in one chart to compare trends and totals. Which advanced chart type should you use and why?
hard
A. Combo Chart, because it can combine bars and lines to show totals and trends
B. Pie Chart, because it shows parts of a whole for each quarter
C. Scatter Chart, because it plots individual sales points randomly
D. Histogram, because it groups sales into ranges

Solution

  1. Step 1: Identify chart needs

    You want to compare trends (lines) and totals (bars) for multiple products over quarters.
  2. Step 2: Match chart type to needs

    Combo Chart allows mixing bars and lines, perfect for showing totals and trends together.
  3. Step 3: Eliminate other options

    Pie charts show parts of a whole but not trends; scatter plots show points without trend lines; histograms group data ranges, not time series.
  4. Final Answer:

    Combo Chart, because it can combine bars and lines to show totals and trends -> Option A
  5. Quick Check:

    Combo Chart = bars + lines for trends and totals [OK]
Hint: Use Combo Chart for mixed bars and lines [OK]
Common Mistakes:
  • Choosing Pie Chart for time trends
  • Using Scatter Chart without trend lines
  • Selecting Histogram for time-based data