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?
Think about what you put in the rows and what you put in the values area of the PivotTable.
When you put Product in rows and sum of Sales in values, the PivotTable groups sales by product and sums all sales for each product across all regions.
You want to create a PivotTable that shows the average sales per region. Which aggregation function should you choose for the values?
Think about which function calculates the mean value.
The AVERAGE function calculates the mean sales per region, which is what you want.
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?
PivotTables have built-in filters to show specific data.
Adding a filter on the Region field and selecting "East" will show only sales data for that region without changing the source data.
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?
Grand Totals sum all the data in the PivotTable.
The Grand Total sums all sales values in the PivotTable, so it represents total sales for all products and regions combined.
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?
PivotTables do not update automatically when source data changes.
PivotTables require a manual refresh to include changes made to the source data.