How to Create a Pivot Table: AI vs Manual Excel Tutorial

Key takeaways:

  • If you already know the business question, RowSpeak can create a pivot-style summary from a prompt in about 2-3 minutes, including upload, review, and a follow-up request.
  • The manual Excel process gives you full control, but it usually takes 8-15 minutes for a beginner because every field, filter, sort, chart, and slicer has to be configured by hand.
  • The best workflow is not always "AI instead of Excel." It is often RowSpeak for fast analysis and explanation, then Excel when you need to fine-tune a workbook someone will keep editing manually.

Pivot tables are one of the fastest ways to turn raw spreadsheet rows into a summary. They can show sales by region, customers by city, revenue by month, or any other grouped view that would be painful to build with formulas alone.

The problem is not that pivot tables are weak. The problem is that the manual workflow has a lot of small decisions: clean the source data, choose the range, place the PivotTable, drag fields into the right boxes, change the aggregation, sort the result, add filters, and refresh the table when the source changes.

This tutorial gives you two ways to create the same kind of pivot table:

  1. Use an AI spreadsheet tool, with RowSpeak as the example.
  2. Build it manually in Excel, following the workflow demonstrated in Kevin Stratvert's video, Pivot Table Excel | Step-by-Step Tutorial.

Part 1: Create a pivot table with AI using RowSpeak

Use this path when you have a spreadsheet and a clear question, but you do not want to spend time dragging fields around the PivotTable Fields pane.

For this example, imagine a sales or subscriber file with columns like:

  • City
  • Region
  • Sales Rep
  • Order Date
  • Revenue
  • Quantity
  • Product Category

Your goal is to create a pivot table that summarizes performance by category, region, or time period.

Step 1: Upload the spreadsheet

Open RowSpeak and upload your Excel or CSV file. A clean source file is still important. Make sure the first row contains column headers, one row represents one record, and number columns are stored as numbers rather than text.

Uploading the demo sales CSV to RowSpeak with a pivot table prompt

You do not need to pre-build a pivot table before uploading. RowSpeak reads the source data and lets you ask for the summary directly.

Step 2: Use a precise prompt

A good prompt should tell RowSpeak four things:

  • the row grouping
  • the column grouping, if needed
  • the metric to summarize
  • the sort, filter, or output format

Start with a direct prompt like this:

Create a pivot table from this sales dataset, and download it to me.

Rows: Salesperson
Columns: Region
Values: Sum of Sales Amount

Sort the salespeople by their grand total sales from highest to lowest.
Format Sales Amount as currency.
Add a grand total row and grand total column.
Then write a short summary of the top salesperson, top region, and any noticeable regional pattern.

If your file is subscriber data instead of sales data, use:

Create a pivot table that counts subscribers by City.
Use City as the row field and count the number of subscribers as the value.
Sort the cities from highest subscriber count to lowest.
Then summarize the main finding in one paragraph.

Step 3: Review the result

RowSpeak returns a grouped table and a written explanation. In this example, it creates a pivot table with Salesperson in rows, Region in columns, and Sales Amount summarized as the value. The table is sorted by grand total, so the strongest salesperson appears first.

RowSpeak creates the requested pivot table and previews the Excel output

This is the first major difference from manual Excel. You do not only get the table. You also get a short explanation that helps you decide whether the result answers the business question.

Step 4: Ask follow-up prompts instead of rebuilding

After the first pivot table, you can keep refining the analysis:

Add a second value view that shows each salesperson's Sales Amount as a percentage of the grand total.

RowSpeak adds a percentage-of-grand-total view to the pivot table

Create a bar chart from this pivot table and show only the top 5 categories.
Export the result as an Excel file with the source data, pivot table, chart, and written summary on separate sheets.

What result should you expect?

For a normal business spreadsheet, the AI path usually produces:

  • a pivot-style summary table
  • a short written interpretation
  • optional filtering, sorting, and charting
  • an exportable Excel file or table
  • a workflow you can repeat with the next file

For a straightforward pivot table, budget about 2-3 minutes: one minute to upload and inspect the file, one minute to write the first prompt, and another minute to review or ask a follow-up. More complex files still need review, especially if the headers are unclear or the source data contains duplicates, blank rows, or mixed date formats.

Part 2: Create a pivot table manually in Excel

Kevin Stratvert's video, Pivot Table Excel | Step-by-Step Tutorial, walks through the classic Excel workflow. The video uses a Kevin Cookie Company sales dataset with columns for Date, Salesperson, Region, Product, Sales Amount, and Quantity Sold. The walkthrough shows how to summarize revenue, break it down by region, adjust value settings, create a PivotChart, and add slicers.

If you are new to PivotTables, this manual process is worth understanding. Even if you use RowSpeak most of the time, knowing the manual logic helps you review AI-generated results more confidently.

Step 1: Prepare the source data

Before creating a PivotTable, check the source table:

  • every column needs a clear header
  • there should be no blank header cells
  • each row should be one transaction or record
  • dates should be real dates
  • revenue, quantity, and other metrics should be numeric
  • avoid blank rows inside the data range

Kevin Cookie Company sales data prepared before creating a PivotTable

In the video, Kevin emphasizes the same idea: pivot tables work best when the data has headers across the top and associated records underneath. If the structure is messy, clean it before inserting the PivotTable.

Step 2: Insert the PivotTable

Click any cell inside the source data. Then go to:

Insert > PivotTable

Excel opens the Create PivotTable dialog. Confirm that Excel selected the right table or range. For most tutorials and one-off analysis, choose a new worksheet so the pivot table does not crowd the raw data.

Create PivotTable dialog using Table1 as the source range

Click OK. Excel creates a blank PivotTable area and opens the field list.

Step 3: Add fields to Rows, Columns, and Values

This is the part beginners usually find confusing. A PivotTable has four main areas:

  • Rows: the categories listed down the left side
  • Columns: the categories spread across the top
  • Values: the numbers to summarize
  • Filters: high-level filters for the whole report

In the video, Kevin starts with a simple revenue summary:

  • drag Salesperson to Rows
  • drag Sales Amount to Values
  • check whether Excel summarizes Sales Amount as Sum, not Count

Blank PivotTable with the PivotTable Fields pane visible

If Excel shows Count of Revenue instead of Sum of Revenue, click the value field, open Value Field Settings, and change the summary calculation to Sum.

Adding Salesperson to rows and Sales Amount to values in the PivotTable Fields pane

Step 4: Format and sort the pivot table

Once the table appears, make it easier to read:

  1. Format revenue as currency.
  2. Sort the total revenue column from largest to smallest.
  3. Rename vague headers like Sum of Revenue to Revenue.
  4. Turn grand totals on or off depending on the report.

These are small steps, but they matter. A pivot table that is technically correct can still be hard to read if the number format and sort order are wrong.

Pivot table showing sales amount by salesperson after value formatting

Step 5: Filter, group, or change how values are shown

To focus the pivot table, use one of these methods:

  • drag a field into the Filters area
  • use the dropdown beside row or column labels
  • right-click a value and use sorting or value filters
  • add slicers for interactive filtering

For example, if you only want the Northeast and West regions, use a region filter or slicer. If you only want the top 10 products, sort by revenue and apply a top-value filter.

The video also shows a useful PivotTable setting: Show Values As. This lets you add a second value column and convert it into a percentage of the total, a running total, a rank, or another relative view.

Show Values As menu for converting a value column into a percentage of total

After this step, the PivotTable can show both the raw sales amount and each salesperson's percentage contribution.

Pivot table showing sales amount and percentage of total revenue

Step 6: Group dates if needed

If your data includes an order date, Excel can group dates into months, quarters, or years.

Drag the date field into Rows or Columns, then right-click a date in the pivot table and choose Group. Select Months, Quarters, or Years depending on the report.

This is useful when a raw file has daily transactions but the business question is monthly or quarterly.

Step 7: Create a PivotChart

When the pivot table is selected, go to:

Insert > PivotChart

Choose a chart type that matches the question. A column chart works well for comparing categories. A line chart works better for time trends. A stacked column chart can show regional mix by month or product.

Do not start with the chart. Build the pivot table first, check the numbers, then visualize the summary.

Creating a PivotChart from the PivotTable summary

Step 8: Add slicers for interactive filtering

Slicers are clickable filter controls for pivot tables. In the video, Kevin also covers slicers as a way to make the report easier to explore.

With the PivotTable selected, go to:

PivotTable Analyze > Insert Slicer

Choose fields like Region, Product, Sales Rep, or Month. Once inserted, a slicer lets you filter the entire pivot table with buttons instead of dropdown menus.

PivotChart with a Region slicer for interactive filtering

Step 9: Refresh when the data changes

Pivot tables do not always update automatically. If the source data changes, right-click the PivotTable and choose Refresh, or go to:

PivotTable Analyze > Refresh

If new rows were added outside the original source range, you may also need to change the data source. This is one reason Excel Tables are helpful: a PivotTable based on a proper Excel Table can expand more reliably when new rows are added.

How long does the manual method take?

For someone familiar with PivotTables, the core table may take 3-5 minutes. For a beginner following the video carefully, plan for 8-15 minutes:

  • 2-3 minutes to inspect and prepare the source data
  • 1-2 minutes to insert the PivotTable
  • 3-5 minutes to place fields correctly and fix value settings
  • 2-5 minutes to sort, filter, group dates, add a chart, or add slicers

The manual method is not bad. It is just click-heavy. It also becomes slower when the business question changes.

If any step above is still unclear, watch Kevin Stratvert's original walkthrough here: Pivot Table Excel | Step-by-Step Tutorial. The video is 8 minutes and 35 seconds and shows the manual Excel workflow in sequence.

AI vs manual: which workflow should you use?

Criteria RowSpeak AI workflow Manual Excel workflow
Time for a basic pivot table About 2-3 minutes including upload and review About 8-15 minutes for a beginner
Best for Fast summaries, follow-up questions, reports, explanations, repeatable analysis Learning Excel, workbook control, local editing, advanced manual formatting
Skill required Know the question and describe the desired output Know PivotTable fields, value settings, filters, sorting, grouping, charts, slicers
Iteration Ask another prompt Reconfigure fields, filters, sorting, and charts manually
Explanation Can generate a written summary with the table You write the interpretation yourself
Review risk You must verify the AI understood the columns and aggregation You must verify every field and setting was configured correctly
Export Download or copy the generated result Already inside Excel

Use RowSpeak when the goal is to get from raw data to an answer quickly. Use manual Excel when the goal is to learn PivotTables deeply, maintain a workbook by hand, or fine-tune formatting inside a spreadsheet that others will edit.

For many teams, the practical answer is both: use RowSpeak to create the first analysis, explain the findings, and explore follow-up questions; use Excel for final workbook-specific edits if the report needs them.

Try the faster pivot table workflow

If your next report starts with "can you quickly summarize this spreadsheet," do not start by dragging fields into boxes. Upload the file to RowSpeak and ask for the exact pivot table you need:

Create a pivot table that summarizes total Revenue by Region and Product Category.
Sort by total Revenue from highest to lowest.
Add a short executive summary and suggest one chart that would make this easier to present.

RowSpeak can help turn spreadsheet files into tables, summaries, dashboards, and reports that are easier to review and share. Start with your next Excel or CSV export and compare the workflow against the manual PivotTable process.

Try it here: https://dash.rowspeak.ai

Ditch Complex Formulas – Get Insights Instantly

No VBA or function memorization needed. Tell RowSpeak what you need in plain English, and let AI handle data processing, analysis, and chart creation

Try RowSpeak Free Now

Recommended Posts

Forget VLOOKUP: How to Join Data for Pivot Tables with Excel AI
Excel

Forget VLOOKUP: How to Join Data for Pivot Tables with Excel AI

Stop wasting time with VLOOKUP to merge sales and product data. This guide shows you the old, painful way and introduces a new, faster method using Excel AI. Let RowSpeak join your tables and build reports for you in seconds.

Ruby
Stop Wrestling with Advanced Pivot Tables: Use Excel AI Instead
Excel Automation

Stop Wrestling with Advanced Pivot Tables: Use Excel AI Instead

Tired of wrestling with advanced Pivot Table features like slicers and calculated fields? Discover how an Excel AI like RowSpeak can automate these tasks, letting you create interactive reports and dashboards in seconds just by asking questions.

Ruby
Stop Clicking: Filter Your Excel Pivot Tables Instantly with AI
Excel Operation

Stop Clicking: Filter Your Excel Pivot Tables Instantly with AI

Filtering Pivot Tables in Excel can be a maze of clicks, slicers, and report connections. This guide contrasts the tedious traditional methods with a new AI-powered approach. Discover how RowSpeak lets you filter, slice, and analyze your data just by asking questions in plain language.

Ruby
Stop Dragging and Dropping: Create Perfect Pivot Tables with Excel AI Instantly
Excel AI

Stop Dragging and Dropping: Create Perfect Pivot Tables with Excel AI Instantly

Struggling with clunky Pivot Table fields? Dragging and dropping endlessly? Discover how an Excel AI agent can build, sort, and filter complex pivot tables for you in seconds, just by asking in plain English. Say goodbye to manual setup and hello to instant insights.

Ruby
Is Excel's Built-in AI Enough? Why You Need a Dedicated AI Agent for Real Data Analysis
Excel AI

Is Excel's Built-in AI Enough? Why You Need a Dedicated AI Agent for Real Data Analysis

Excited about using AI in Excel but frustrated by the complex setup, high costs, and limitations of built-in assistants? Discover why a dedicated Excel AI agent like RowSpeak offers a more powerful and flexible way to analyze your data, generate formulas, and create reports using simple natural language.

Ruby
How to Clean Messy CSV and SAP Exports Before Reporting
Excel AI

How to Clean Messy CSV and SAP Exports Before Reporting

Messy CSV and SAP exports break reporting before charts begin. Use a safer cleanup workflow before building dashboards, summaries, or analysis reports.

Ruby
Forget Drag-and-Drop: How to Create Excel Pivot Tables by Just Asking
Excel Automation

Forget Drag-and-Drop: How to Create Excel Pivot Tables by Just Asking

Stop wrestling with complex Pivot Table fields and wasting hours dragging and dropping data. Discover how an Excel AI agent like RowSpeak can build your sales reports from a simple sentence, giving you instant insights without the manual hassle.

Ruby
Forget Manual Clicks: How to Automate Your Entire Excel Data Analysis Workflow with AI
Excel Automation

Forget Manual Clicks: How to Automate Your Entire Excel Data Analysis Workflow with AI

Stop wrestling with complex formulas and endless clicks for your data analysis. Discover how RowSpeak, an AI-powered tool, lets you chat with your data to generate reports, pivot tables, and charts in seconds, turning tedious tasks into a simple conversation.

Ruby