Week 2 Day 2 Pivot Table Notes
Week 2 Day 2 Pivot Table Notes
The following dialog box appears. Excel automatically selects the data for you. The default
location for a new pivot table is New Worksheet.
3. Click OK.
Drag fields
The PivotTable Fields pane appears.
The total amount exported of each product,
Drag the following fields to the different areas.
1. Product field to the Rows area.
Sort
1. Click any cell inside the Sum of Amount column.
Result.
Filter
Because we added the Country field to the Filters area, we can filter this pivot table by
Country. For example, which products do we export the most to France?
3. Choose the type of calculation you want to use. For example, click Count.
4. Click OK.
To easily compare these numbers, create a pivot chart and apply a filter. Maybe this is one step
too far for you at this stage, but it shows you one of the many other powerful pivot table features
Excel has to offer.
Group Pivot Table Items
Group Products
The Product field contains 7 items. Apple, Banana, Beans, Broccoli, Carrots, Mango and
Orange.
3. In the pivot table, select Beans, Broccoli, Carrots, Mango and Orange.
Conclusion: Apple and Banana (Group1) have a higher total than all the other products
(Group2) together.
Group Dates
To create the pivot table below, instead of the Product field, add the Date field to the Rows area.
The Date field contains many items. 6-Jan, 7-Jan, 8-Jan, 10-Jan, 11-Jan, etc.
To group these dates by quarters, execute the following steps.
Note: also see the options to group by seconds, minutes, hours, etc.
Result:
Pivot table:
3. Next, click any cell inside the Sum of Amount2 column.
Result:
Multiple Report Filter Fields
First, insert a pivot table. Next, drag the following fields to the different areas.
1. Order ID to the Rows area.
The pivot table shows all the 'Broccoli' orders to the United Kingdom.
Frequency Distribution
First, insert a pivot table. Next, drag the following fields to the different areas.
1. Amount field to the Rows area.
9. Click OK.
Result:
Result:
Pivot Chart
Insert Pivot Chart
To insert a pivot chart, execute the following steps.
3. Click OK.
Below you can find the pivot chart. This pivot chart will amaze and impress your boss.
1. Use the standard filters (triangles next to Product and Country). For example, use the
Country filter to only show the total amount of each product exported to the United States.
2. Remove the Country filter.
3. Because we added the Category field to the Filters area, we can filter this pivot chart (and
pivot table) by Category. For example, use the Category filter to only show the vegetables
exported to each country.
Change Pivot Chart Type
You can change to a different type of pivot chart at any time.
2. On the Design tab, in the Type group, click Change Chart Type.
3. Choose Pie.
4. Click OK.
Result:
Note: pie charts always use one data series (in this case, Beans). To get a pivot chart of a
country, swap the data over the axis. First, select the chart. Next, on the Design tab, in the Data
group, click Switch Row/Column.
Slicers
9. On the Options tab, in the Slicer Styles group, click a slicer style.
10. Use the second slicer. Click the Multi-Select button to select multiple products.
Note: instead of using the Multi-Select button, hold down CTRL to select multiple items.
To really impress your boss, execute the following steps.
To connect both slicers to this pivot table, execute the following steps.
13. On the Options tab, in the Slicer group, click Report Connections.
17. Click the icon in the upper-right corner of a slicer to clear the filter.
Note: we didn't export any beans or carrots to Canada. Try it yourself, download the Excel file
and use slicers to create awesome reports.
Update Pivot Table
2. On the Analyze tab, in the Data group, click Change Data Source.
Tip: change your data set to a table before you insert a pivot table. This way your data source
will be updated automatically when you add or delete rows/columns. This can save time. You
still have to refresh though.
Calculated Field/Item
Calculated Field
A calculated field uses the values from another field. To insert a calculated field, execute the
following steps.
2. On the Analyze tab, in the Calculations group, click Fields, Items & Sets.
6. Click Add.
Note: use the Insert Field button to quickly insert fields when you type a formula. To delete a
calculated field, select the field and click Delete (under Add).
7. Click OK.
Result:
Calculated Item
A calculated item uses the values from other items. To insert a calculated item, execute the
following steps.
2. On the Analyze tab, in the Calculations group, click Fields, Items & Sets.
6. Click Add.
Note: use the Insert Item button to quickly insert items when you type a formula. To delete a
calculated item, select the item and click Delete (under Add).
7. Repeat steps 4 to 6 for North America (Canada and United States) and Europe (France,
Germany and United Kingdom) with a 4% and 5% tax rate respectively.
8. Click OK.
Result:
GetPivotData
To quickly enter a GETPIVOTDATA function in Excel, type an equal sign (=) and click a cell in
a pivot table. The GETPIVOTDATA function can be quite useful.
1. First, select cell B14 below and type =D7 (without clicking cell D7 in the pivot table) to
reference the amount of beans exported to France.
2. Use the filter to only show the amounts of vegetables exported to each country.
Note: cell B14 now references the amount of carrots exported to France, not the amount of
beans. GETPIVOTDATA to the rescue!
3. Remove the filter. Select cell B14 again, type an equal sign (=) and click cell D7 in the pivot
table.
4. Again, use the filter to only show the amounts of vegetables exported to each country.
Note: the GETPIVOTDATA function correctly returns the amount of beans exported to France.
5. The GETPIVOTDATA function can only return data that is visible. For example, use the filter
to only show the amounts of fruit exported to each country.
Note: the GETPIVOTDATA function returns a #REF! error because the value 680 (beans to
France) is not visible.
6. The dynamic GETPIVOTDATA function below returns the amount of mango exported to
Canada.
Note: this GETPIVOTDATA function has 6 arguments (data field, a reference to any cell inside
the pivot table and 2 field/item pairs). Create a drop-down list in cell B14 and cell B15 to quickly
select the first and second item (see downloadable Excel file).
7. The GETPIVOTDATA function below has 4 arguments (data field, a reference to any cell
inside the pivot table and 1 field/item pair) and returns the total amount exported to the USA.
8. If the total amount exported to the USA changes (for example, by using a filter), the value
returned by the GETPIVOTDATA function also changes.
If you don't want Excel to automatically insert a GETPIVOTDATA function, you can turn off this
feature.
10. On the Analyze tab, in the PivotTable group, click the drop-down arrow next to Options and
uncheck Generate GetPivotData.