0
0
Google Sheetsspreadsheet~20 mins

Creating a PivotTable in Google Sheets - Practice Exercises

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
PivotTable Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
PivotTable Row Labels and Values

You have a sales data table with columns: Product, Region, and Sales. You create a PivotTable with Product as rows and sum of Sales as values. What will the PivotTable show?

AA list of regions with the total sales for each region summed across all products.
BA list of products with the average sales per region for each product.
CA list of regions with the average sales per product for each region.
DA list of products with the total sales for each product summed across all regions.
Attempts:
2 left
💡 Hint

Think about what you put in the rows and what you put in the values area of the PivotTable.

Function Choice
intermediate
1:30remaining
Choosing the Right Function for PivotTable Values

You want to create a PivotTable that shows the average sales per region. Which aggregation function should you choose for the values?

ACOUNT
BAVERAGE
CSUM
DMAX
Attempts:
2 left
💡 Hint

Think about which function calculates the mean value.

🎯 Scenario
advanced
2:00remaining
Filtering Data in a PivotTable

You have a PivotTable showing total sales by product and region. You want to see only sales for the "East" region. What should you do?

AAdd a filter to the PivotTable and select only "East" in the Region filter.
BDelete all rows except those with "East" in the source data.
CChange the row labels to Region and remove Product.
DSort the PivotTable by sales in descending order.
Attempts:
2 left
💡 Hint

PivotTables have built-in filters to show specific data.

data_analysis
advanced
2:00remaining
Interpreting PivotTable Grand Totals

You create a PivotTable with Region as rows and Product as columns, showing sum of sales. The Grand Total row shows 5000. What does this number represent?

AThe average sales per product.
BThe total sales for the last region only.
CThe total sales for all products across all regions.
DThe total number of products sold in the last region.
Attempts:
2 left
💡 Hint

Grand Totals sum all the data in the PivotTable.

🧠 Conceptual
expert
2:30remaining
Understanding Refreshing PivotTables

You update the source data of a PivotTable by adding new sales records. However, the PivotTable does not show the new data. What is the correct action to see the updated data in the PivotTable?

AManually refresh the PivotTable to update it with the new data.
BClose and reopen the spreadsheet; the PivotTable updates automatically.
CChange the PivotTable layout; it will refresh automatically.
DDelete and recreate the PivotTable to include new data.
Attempts:
2 left
💡 Hint

PivotTables do not update automatically when source data changes.