smithery/jeremylongshore

excel-variance-analyzer

Analyze budget vs actual variances in Excel with drill-down and root cause analysis. Use when performing variance analysis or explaining budget differences. Trigger with phrases like ''excel variance'', ''analyze budget variance'', ''actual vs budget''. '

Installation

$ npx skills add smithery/jeremylongshore --skill excel-variance-analyzer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/jeremylongshore · top by installs.

npx skills add smithery/jeremylongshore

Browse all from smithery/jeremylongshore

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.21.0
LicenseMIT
CompatibilityDesigned for Claude Code
Allowed toolsRead, Write, Edit, Grep, Glob, Bash(cmd:*)
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,142 B
  • docs SUMMARY.md 280 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Excel Variance Analyzer

Overview

Performs comprehensive budget vs actual variance analysis with automated drill-down, root cause identification, and executive reporting.

Prerequisites

  • Excel or compatible spreadsheet software
  • Budget data by period and category
  • Actual results for comparison
  • Cost center or department structure

Instructions

  1. Import budget and actual data into comparison template
  2. Calculate absolute and percentage variances
  3. Apply materiality thresholds for flagging
  4. Create drill-down by category, period, or cost center
  5. Generate variance waterfall chart for executive reporting

Output

  • Variance summary with favorable/unfavorable indicators
  • Materiality-filtered exception report
  • Waterfall chart showing budget-to-actual bridge
  • Drill-down by category or cost center

Error Handling

Error Cause Solution
Missing periods Data gaps Fill with zeros or interpolate
Percentage calc error Zero budget Use IF to handle div/0
Misaligned categories Changed chart of accounts Create mapping table

Examples

Example: Monthly P&L Variance Request: "Analyze why we missed budget by $500K this month" Result: Variance waterfall showing revenue shortfall offset by OPEX savings

Example: Department Budget Review Request: "Which departments are over budget YTD?" Result: Ranked list by variance magnitude with drill-down to line items

Resources

  • FP&A Best Practices
  • ${CLAUDESKILLDIR}/references/variance-formulas.md for calculation templates