For the next several tasks, use the Burger Hut Data.
Make a copy of the Burger Hut Data.
- We should always make a copy of the data sheet so that you manipulate a copy of the data rather than possibly destroying the original data.
- Create a copy of the Burger Hut Data on a new worksheet named “BurgerHutData Copy” without the quotes.
- Copy the whole worksheet including the blank first row and column.
- Notice there are not any spaces within the text BurgerHutData and there is a space between the text BurgerHutData and Copy.
1Create a PivotTable to calculate the total sales for each product.
- Create a PivotTable on the SumOfProducts worksheet.
- Show the totals of all the kinds of products sold at Burger Hut.
7Create a PivotTable to calculate summary statistics on Classic Burger sales.
- Create a PivotTable on the ClassicBurgerStats worksheet.
- Show the SUM, AVERAGE, MIN, and MAX Classic Burgers sold.
4.5Create a PivotTable to examine if coupons affect Classic Burger sales.
- Create a PivotTable on the ClassicBurgerByCoupon worksheet to answer the question, “Did the coupons affect the sales of Classic Burgers?”
- Show the AVERAGE, MIN, and MAX Classic Burgers sold.
- Add the Coupon dimension to the PivotTable.
- Make a PivotChart for the PivotTable data.
5.5Create a PivotTable to examine which product sales are seasonal.
- Create a PivotTable on the ProductSalesByDate worksheet to answer the question, “Which of the products have sales that are seasonal?”
- Show total product sales by date for each product.
- Expand year to quarter and quarter to month to show sales by year, quarter, and month.
- Remove the display of the Year Subtotals from the PivotTable.
- Create a Line PivotChart from the PivotTable report to see the change in values over time.
- Click on the collapse entire field button and then the expand button to see how the PivotChart changes. +/- buttons in the bottom right corner of the chart.
- Sort the table by years from the newest to the oldest.
- Add conditional formatting (data bars) to the Jalapeno column.
8Create a PivotTable that adds a field to calculate the ratio of Avocado to Classic burger sales.
- Create a PivotTable on the CalculatedField1 worksheet.
- Show the sum of all products in the PivotTable.
- Create a column PivotChart of the PivotTable to show a comparison of the product sales.
- Insert a calculated field named “PercentAvocadoToClassic” (without the quotes) with the formula =Avocado/Classic.
- Change the number format of the calculated field to % with one decimal place.
6Create a PivotTable to calculate the total of shakes, total of fries, and total of burgers (Avocado, BBQCheddar, Jalapeno, and Classic).
- Create a PivotTable on the CalculatedField2 worksheet.
- Show the total of shakes, total of fries, and total of burgers (Classic, Avocado, BBQCheddar, and Jalapeno ).
- Hint: use a calculated field, named “Burgers” (without the quotes) to create the total of Burgers.
7Create a PivotTable to examine sales between dates.
- Create a PivotTable on the PerDiffFrom worksheet showing the total of Burgers sold.
- Place months as the row field and years as the column field.
- Change that metric to show the % difference from the previous date.
- Make a PivotChart for the PivotTable that shows the change in sales over time.
9
2
Study the ClassicBurgerByCoupon PivotTable. True or false: coupons affect sales of classic burgers.
3
Study the ProductSalesByDate PivotTable. Sales for which product appear to be seasonal?
4
Bad DriversThe data on the BadDriversData worksheet displays the percentage of drivers involved in fatal collisions by state. Use the BadDriversData worksheet as the data for the PivotTable questions.
Create a PivotTable on the Speeders worksheet.
- Show the 5 worst states for fatal collisions involving speeding.
- Sort the PivotTable values from largest to smallest.
12Create a PivotTable to show the 10 states that have the highest percent of fatal collisions involving distracted driving.
- Place the PivotTable on the DistractedDriving worksheet.
- Use a calculated field name “DistractedDriving” (without the quotes) to determine the worst states (Hint: calculate by subtracting from 100).
- Show the 10 states with the highest percentage for fatal collisions involving distracted driving.
- Sort the PivotTable values from largest to smallest.
18Create a PivotTable to show the 10 states in which the insurance companies are making the best ROI.
- Place the PivotTable on the BestROI worksheet.
- Use a calculated field named “BestInsROI”(without the quotes) Hint: ROI is 1 minus the ratio of insurances losses to premiums. The ratio is calculated as Insurance companies losses divided by Car Insurance Premiums. Note that the Car Insurance Premiums ($) field contains the average premium for all customers in each state.
- Display the values as a percentage with one decimal place.
- Show the 10 states where insurance companies are making the best ROI.
- Sort the PivotTable from largest to smallest.
20
