0
0
Google Sheetsspreadsheet~20 mins

Filtering PivotTable data in Google Sheets - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
PivotTable Filtering Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
Filter PivotTable to show only sales above $500
You have a PivotTable summarizing sales by product. You want to filter the PivotTable to show only products with total sales greater than $500. Which filter setting will achieve this?
AApply a Value Filter on the sales field with condition 'Greater than' 500
BApply a Label Filter on the product field with condition 'Contains' 500
CSort the sales column descending and manually hide rows below 500
DUse a Report Filter to select products with sales less than 500
Attempts:
2 left
💡 Hint

Think about filtering based on the numbers in the sales column, not the product names.

Function Choice
intermediate
2:00remaining
Choose the correct filter type for PivotTable row labels
You want to filter a PivotTable to show only rows where the product name starts with 'A'. Which filter type should you use?
AReport Filter
BValue Filter
CLabel Filter
DDate Filter
Attempts:
2 left
💡 Hint

Product names are text labels, not numbers or dates.

🎯 Scenario
advanced
3:00remaining
Filter PivotTable by multiple criteria
You have a PivotTable showing sales by product and region. You want to filter to show only products starting with 'B' and regions that are either 'East' or 'West'. How do you set the filters?
AApply a Label Filter on product with 'Begins with B' and use Report Filter to select 'East' and 'West' regions
BApply a Value Filter on product with 'Begins with B' and Label Filter on region for 'East' or 'West'
CUse Report Filters for both product and region, selecting 'B' products and 'East' or 'West' regions
DApply Label Filters on both product and region fields with 'Begins with B' and 'Equals East or West'
Attempts:
2 left
💡 Hint

Remember that product names are labels and region selection can be done via Report Filters.

data_analysis
advanced
2:00remaining
Identify the effect of removing a filter from a PivotTable
You have a PivotTable filtered to show only sales from the 'North' region. You remove this filter. What happens to the PivotTable data?
AThe PivotTable shows sales from regions other than 'North'
BThe PivotTable shows no data until a new filter is applied
CThe PivotTable shows only sales from the 'North' region still
DThe PivotTable shows sales from all regions
Attempts:
2 left
💡 Hint

Think about what removing a filter means for the data shown.

🧠 Conceptual
expert
3:00remaining
Understanding filter hierarchy in PivotTables
In a PivotTable with Report Filters, Row Labels, and Value Filters applied, which filter is applied first when displaying data?
ARow Label Filters are applied first, then Value Filters, then Report Filters
BReport Filters are applied first, then Row Label Filters, then Value Filters
CValue Filters are applied first, then Report Filters, then Row Label Filters
DAll filters are applied simultaneously with no order
Attempts:
2 left
💡 Hint

Consider how filtering narrows down data step-by-step.