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?
Grand totals for rows and columns can be controlled separately in the PivotTable editor.
To hide the Grand Total row but keep the Grand Total column, you uncheck 'Show grand totals' under Rows only. This hides the bottom total row but leaves the right total column visible.
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?
PivotTables have built-in formatting options for values.
The best way is to use the 'Number format' option in the PivotTable editor and choose 'Number' with 2 decimal places. This applies formatting directly to the PivotTable values without changing source data.
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?
Filters in PivotTables affect what data is included in all summaries.
When you filter categories, the Grand Total row and column recalculate to include only the filtered data. So totals reflect only categories with sales over $10,000.
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?
Think about modifying the source data text to simulate indentation.
Google Sheets PivotTables do not support indentation directly. Adding spaces or special characters (like dashes) before subcategory names in the source data creates a visual indent effect in the row labels.
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?
Consider how formatting applied inside the PivotTable editor differs from manual cell formatting.
Number formatting applied through the PivotTable editor's Number format option stays after refresh. Manual formatting directly on cells is lost when the PivotTable refreshes.