Skip to main content
AI/MLjeremylongshore

excel-pivot-wizard

'Create advanced Excel pivot tables with calculated fields and slicers.

Stars
2,267
Source
jeremylongshore/claude-code-plugins-plus-skills
Updated
2026-05-31
Slug
jeremylongshore--claude-code-plugins-plus-skills--excel-pivot-wizard
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/HEAD/plugins/business-tools/excel-analyst-pro/skills/excel-pivot-wizard/SKILL.md -o .claude/skills/excel-pivot-wizard.md

Drops the SKILL.md into .claude/skills/excel-pivot-wizard.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Excel Pivot Wizard

Overview

Creates advanced pivot tables with calculated fields, slicers, and dynamic dashboards for data analysis and reporting.

Prerequisites

  • Excel or compatible spreadsheet software
  • Tabular data with headers
  • Clear understanding of analysis dimensions and measures

Instructions

  1. Verify source data is in tabular format with headers
  2. Create pivot table from data range
  3. Configure rows, columns, values, and filters
  4. Add calculated fields for custom metrics
  5. Insert slicers for interactive filtering
  6. Format and style for presentation

Output

  • Configured pivot table with appropriate aggregations
  • Calculated fields for derived metrics
  • Interactive slicers for filtering
  • Dashboard-ready formatting

Error Handling

Error Cause Solution
Field not found Changed source data Refresh data connection
Calculated field error Invalid formula Check field names match exactly
Slicer not updating Disconnected report Reconnect slicer to pivot

Examples

Example: Sales Dashboard Request: "Create a pivot summarizing sales by region and product" Result: Pivot with region rows, product columns, revenue values, and date slicer

Example: Financial Analysis Request: "Build a pivot showing monthly trends by cost center" Result: Time-series pivot with calculated YoY growth fields

Resources