0
0
Google Sheetsspreadsheet~20 mins

PivotTable formatting in Google Sheets - Practice Problems & Coding Challenges

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

You created a PivotTable in Google Sheets summarizing sales data by region and product. You want to hide the Grand Total row at the bottom but keep the Grand Total column on the right visible.

Which setting should you adjust in the PivotTable editor?

AUncheck 'Show grand totals' under Rows only
BUncheck 'Show grand totals' under Columns only
CUncheck 'Show subtotals' under Rows
DUncheck 'Show grand totals' under both Rows and Columns
Attempts:
2 left
💡 Hint

Grand totals for rows and columns can be controlled separately in the PivotTable editor.

Function Choice
intermediate
2:00remaining
Choosing the Right Format for PivotTable Values

You have a PivotTable showing monthly sales amounts. The values are large numbers like 1234567.89. You want to display these numbers with commas as thousand separators and two decimal places.

Which Google Sheets feature or function should you use to format these values inside the PivotTable?

AApply conditional formatting with a custom formula to add commas
BWrap the PivotTable formula with the TEXT function like TEXT(value, "#,##0.00")
CUse the 'Number format' option in the PivotTable editor and select 'Number' with 2 decimal places
DUse the ROUND function on the source data before creating the PivotTable
Attempts:
2 left
💡 Hint

PivotTables have built-in formatting options for values.

data_analysis
advanced
2:30remaining
Analyzing PivotTable Filter Effects

You have a PivotTable summarizing sales by product category and month. You apply a filter to show only categories with total sales greater than $10,000.

After applying this filter, what happens to the Grand Total row and column in the PivotTable?

AGrand Total row and column show totals for all categories, ignoring the filter
BGrand Total row and column update to reflect only the filtered categories
CGrand Total row disappears but the column remains
DGrand Total column disappears but the row remains
Attempts:
2 left
💡 Hint

Filters in PivotTables affect what data is included in all summaries.

🎯 Scenario
advanced
2:30remaining
Customizing PivotTable Row Labels with Indentation

You want to make your PivotTable easier to read by indenting subcategories under main categories in the row labels. Google Sheets does not provide a direct indent option in PivotTables.

Which approach will achieve this indentation effect?

AAdd spaces or special characters before subcategory names in the source data
BUse the 'Group' feature in the PivotTable editor to create indentation
CApply conditional formatting to indent rows based on category level
DChange the font size of subcategories to make them appear indented
Attempts:
2 left
💡 Hint

Think about modifying the source data text to simulate indentation.

🧠 Conceptual
expert
3:00remaining
Understanding PivotTable Refresh Behavior with Formatting

You apply custom number formatting to values in a Google Sheets PivotTable. Later, you refresh the PivotTable after updating source data.

What happens to your custom number formatting after the refresh?

ACustom number formatting is preserved after refresh
BCustom number formatting is lost and resets to default
CFormatting is preserved only if applied using conditional formatting rules
DFormatting is preserved only if applied via the PivotTable editor's Number format option
Attempts:
2 left
💡 Hint

Consider how formatting applied inside the PivotTable editor differs from manual cell formatting.