Spreadsheet Mastery: Studio Part 2
Your department director reviewed the different components that you created for the Mockup and liked the different options that you created. While your director was reviewing these options, the stakeholders requested an enhancement to the original specifications: additional detail about Cancelled Orders.
Your director sends you an email requesting that you mockup a Cancelled Order Summary page and a Cancelled Order Detail page and then resubmit the workbook for review.
Your Plan
From PivotTable 1 of the Exercise solution, double-click the cell that holds the value for
Cancelled Order Count
. A new worksheet with a Table of data will pop out titled Detail1. Rename it “Cancelled Order Detail”.Using this new table of data, insert a PivotTable into a new worksheet in cell T2. Title the new worksheet “Cancelled Order Summary”.
Build the new PivotTable so that the
Date
appears in rows and theOrder Count
appears in columns. Rename column headers to align with previous naming conventions.Insert a line chart that displays the order count by day. Title the chart “Daily Cancelled Orders”. Title the vertical axis “Order Count” and the horizontal axis “Date”. Remove the legend.
Position the line chart to the left of the PivotTable, stretching the length of Columns A-S to make the most of the space on the worksheet.
Create a simple template above the line chart that looks like this image:
In cell C2, type this formula with the actual ranges to display the reporting period in a custom format.
Use the
SUM
formula and reference the PivotTable Range U3:U93 to populate the Grand Total cell forOrder Count
.Now, filter the
Date
column of the PivotTable to display only 3/31/2022. What happens to theGrand Total Order Count
that you just calculated? What happens to the line chart? Is this what you expected? Clear the filter from the PivotTable before moving on to the next step.Delete the
SUM
formula that references the PivotTable range. You will need to reference theCancelled Order Detail
table to populate the summary grid with data that doesn’t update when users interact with the PivotTable.Populate the
Cancelled Order Grand Total
using theCOUNTA
function on theOrder ID
column of theCancelled Order Detail
table.Calculate the total orders for March by using the
COUNTIF
function on theCancelled Order Detail
table. Use theCOUNTIFS
function with logical operators to calculate the totals for April, May, and June. Your syntax will look similar to this.Validate that the total order count for March, April, May, and June reconcile to the
Cancelled Order Total
.Use the appropriate formulas to populate the
Sales $
andUnits
forGrand Total
,March
,April
,May
, andJune
. Validate that the totals reconcile to theGrand Total
aggregates.Lastly, find the
Peak Cancellation Date
using the nested formulasINDEX
,MATCH
,MAX
, andCOUNTIF
. Type this out step by step to attempt to understand how the functions work together.Does this date correspond to the
Peak Cancellation Date
displayed in the line chart?
Now that the basic Cancellation Summary and Detail pages are created, you send the workbook back to your director for additional review.
Upload the Microsoft Excel Workbook to Canvas under Class 5 Studio: Cancelled Orders Enhancement and click Submit.