0
0
Excelspreadsheet~15 mins

Why built-in tools accelerate analysis in Excel - Business Case Study

Choose your learning style9 modes available
Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a quick summary of monthly sales by product category and region to identify top performers.
📊 Data: You have raw sales data including Date, Region, Product Category, and Sales Amount for the last three months.
🎯 Deliverable: Create a summary report using Excel's built-in tools to show total sales by Product Category and Region for each month.
Progress0 / 6 steps
Sample Data
DateRegionProduct CategorySales Amount
2024-03-05NorthElectronics1200
2024-03-15SouthClothing850
2024-03-20EastElectronics950
2024-04-02NorthClothing700
2024-04-10SouthElectronics1100
2024-04-18EastClothing600
2024-05-05NorthElectronics1300
2024-05-12SouthClothing900
2024-05-20EastElectronics1000
1
Step 1: Convert the raw data into an Excel Table for easy filtering and referencing.
Select the data range including headers, then press Ctrl+T and confirm 'My table has headers'.
Expected Result
Data is formatted as a table with filter arrows on each column header.
2
Step 2: Add a new column to extract the month from the Date column for grouping.
In a new column named 'Month', enter formula: =TEXT([@Date],"yyyy-mm")
Expected Result
Each row shows the year and month like '2024-03', '2024-04', or '2024-05'.
3
Step 3: Insert a PivotTable to summarize sales by Month, Region, and Product Category.
Select any cell in the table, go to Insert > PivotTable, place it in a new worksheet.
Expected Result
A blank PivotTable is created ready for configuration.
4
Step 4: Configure the PivotTable fields: drag 'Month' to Rows, 'Region' to Columns, 'Product Category' to Filters, and 'Sales Amount' to Values.
PivotTable Fields setup as described.
Expected Result
PivotTable shows total sales by month and region, with a filter to select product categories.
5
Step 5: Use the Product Category filter to select 'Electronics' and observe the sales summary update instantly.
Click the filter dropdown on Product Category and select 'Electronics'.
Expected Result
PivotTable updates to show only Electronics sales totals by month and region.
6
Step 6: Repeat the filter selection for 'Clothing' to compare sales quickly without manual calculations.
Change the Product Category filter to 'Clothing'.
Expected Result
PivotTable updates to show Clothing sales totals by month and region.
Final Result
Month    | North  | South  | East   
-----------------------------------
2024-03  | 1200   | 850    | 950    
2024-04  | 700    | 1100   | 600    
2024-05  | 1300   | 900    | 1000   

(Filter: Electronics)

Month    | North  | South  | East   
-----------------------------------
2024-03  | 1200   |        | 950    
2024-04  |        | 1100   |        
2024-05  | 1300   |        | 1000   
PivotTables let you quickly summarize large data without writing formulas.
Filters in PivotTables help compare different product categories instantly.
Built-in tools save time and reduce errors compared to manual calculations.
Bonus Challenge

Create a PivotChart from the PivotTable to visualize monthly sales trends by region.

Show Hint
Select the PivotTable, then go to Insert > PivotChart and choose a Line Chart for clear trend visualization.