Step-by-step Guide

How to make a pivot table
in Excel, step by step

Pivot tables look intimidating until you build your first one. Here's exactly how, with no jargon and no skipped steps.

EP
ExcelPro ยท June 28, 2026
๐Ÿ“Š
In this guide
  1. What a pivot table actually does
  2. Step 1 โ€” Get your data ready
  3. Step 2 โ€” Insert the pivot table
  4. Step 3 โ€” Build your summary
  5. Common beginner mistakes
  6. Keeping it updated

What a pivot table actually does

A pivot table takes a long list of raw data โ€” hundreds or thousands of rows โ€” and summarizes it into something readable, without you writing a single formula.

Say you have a spreadsheet of every sale your business made this year: date, region, product, amount. Reading through 2,000 rows tells you nothing. A pivot table can answer "total sales by region" or "average order size by product" in about ten seconds, just by dragging two fields into place.

๐Ÿ’ก The one-sentence version

A pivot table groups your data by whatever categories you choose, and automatically totals, counts, or averages the numbers within each group.

Step 1 โ€” Get your data ready

Pivot tables are picky about how source data is laid out. Before building one, make sure your data looks like this:

DateRegionProductAmount
01 Jun 2026NorthWidget A120
02 Jun 2026SouthWidget B85
03 Jun 2026NorthWidget A200
โš ๏ธ The most common reason pivot tables go wrong

A single blank row hidden in the middle of your data will silently cut your pivot table off there โ€” everything below the blank row gets ignored, with no warning.

Step 2 โ€” Insert the pivot table

1
Click anywhere inside your data

You don't need to select the whole range โ€” clicking one cell inside the data is enough. Excel detects the full table automatically.

2
Go to Insert โ†’ PivotTable

Excel will suggest a range (double-check it matches your actual data) and ask where to place the pivot table โ€” "New Worksheet" is the safest choice while you're learning.

3
Click OK

You'll see a blank pivot table area on the left and a "PivotTable Fields" panel on the right, listing every column from your data.

Step 3 โ€” Build your summary

This is the part that actually does the work โ€” and it's entirely drag and drop, no typing required.

The Fields panel has four boxes: Filters, Columns, Rows, and Values. Here's what each one means in plain terms:

Drag "Region" into Rows and "Amount" into Values, and you instantly get total sales per region โ€” no formula, no SUMIF, nothing typed.

๐Ÿ’ก Want it sorted differently?

Click the small dropdown arrow next to "Sum of Amount" or any field โ€” you can switch from Sum to Average, Count, Max, Min, all without rebuilding anything.

Common beginner mistakes

Forgetting to refresh after editing source data

Pivot tables don't update automatically when you change the underlying data. Right-click anywhere inside the pivot table and choose Refresh, or it'll keep showing old numbers.

Putting numbers in Rows instead of Values

If you drag "Amount" into Rows by mistake, Excel lists every unique amount as its own row instead of summing them โ€” a common, confusing-looking error for beginners.

Source data with inconsistent text

"North" and "north " (with a trailing space) will show up as two separate rows in your pivot table, even though they look identical. Clean your data first.

Keeping it updated

If your source data grows over time โ€” new rows added every week, for example โ€” you have two options:

  1. Right-click the pivot table โ†’ Refresh, every time you add new data.
  2. Convert your source data into an Excel Table first (Insert โ†’ Table). Pivot tables built from a real Table automatically expand to include new rows โ€” no manual range editing needed.

Practice the formulas behind the data

Pivot tables summarize data โ€” but you still need to know SUMIFS, COUNTIFS, and VLOOKUP to prepare that data in the first place. ExcelPro has real exercises for all of it.

Start practising free โ†’
Keep reading