Excel Pivot Tables

Excel Pivot Tables and Charts

Excel Pivot Tables and Charts

Turning Raw Data into Insights with Ease

PivotTables allow you to quickly summarize, analyze, and visualize large amounts of data. When combined with PivotCharts, you can create interactive dashboards and reports that make decision-making easier.

🗂️ Sample Dataset

Order IDDateRegionProductSales
10012025-01-01NorthLaptop1200
10022025-01-02EastKeyboard150
10032025-01-02WestMouse80
10042025-01-03SouthMonitor300
10052025-01-03NorthLaptop1300
10062025-01-04EastLaptop1150
10072025-01-04WestKeyboard140
10082025-01-05SouthMouse90
10092025-01-05NorthMonitor320
10102025-01-06EastLaptop1250
10112025-01-06WestLaptop1180
10122025-01-07SouthKeyboard160
10132025-01-07NorthMouse85
10142025-01-08EastMonitor310
10152025-01-08WestMonitor290
10162025-01-09SouthLaptop1220
10172025-01-09NorthKeyboard155
10182025-01-10EastMouse95
10192025-01-10WestLaptop1200
10202025-01-10SouthMonitor305

🔑 Step 1: Creating a PivotTable

  1. Select any cell in the dataset.
  2. Go to Insert → PivotTable.
  3. In the dialog box, choose the table range (A1:E21) and select “New Worksheet”.
  4. Click OK.

🛠️ Step 2: Building the PivotTable

Example: Show Total Sales by Region and Product

  • Drag Region → Rows
  • Drag Product → Columns
  • Drag Sales → Values (Sum)

Example PivotTable Output

RegionKeyboardLaptopMonitorMouseTotal
East3102400310953115
North1552500320853060
South1601220605902075
West1402380580803180
Total7658500181535011430

🔄 Step 3: Adding Filters

  • Drag Date into the Filters area to filter sales by a specific date range.
  • Drag Product into Filters to view only selected products.

📈 Step 4: Creating a PivotChart

  1. Select the PivotTable.
  2. Go to Insert → PivotChart.
  3. Choose a chart type (Column or Pie is common).
  4. Click OK.

🔥 Advanced Features

  • Group Data: Right-click on dates → Group by Month/Quarter/Year
  • Calculated Fields: Add custom formulas (e.g., Profit = Sales * 20%)
  • Slicers & Timelines: Add interactive filters to your PivotTable/Chart

✅ Summary

  • PivotTables help you summarize large datasets easily.
  • You can filter, group, and calculate totals dynamically.
  • PivotCharts give you visual insights from PivotTables.

Comments

Popular posts from this blog

Excel Vba Intro

Introduction To Excel VBA

Learn Excel VBA Basics