AI Agent Hub
Back to skills
Excel Spreadsheet Diagnostic Engine icon

Excel Spreadsheet Diagnostic Engine

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Follow https://skillhub.cn/install/skillhub.md to install @zcwl/excel.

About this skill

Problem It Solves

Many Excel issues are not missing features, but wrong tool choices inside the grid: monthly reports rebuilt by hand, unreadable nested IF formulas, VBA used for simple summaries, and references that break when a source column is inserted. The real failure is usually missing structural diagnosis. This skill turns natural-language spreadsheet requests into concrete build paths and helps engineers avoid fragile default patterns.

How It Works

  • Classify the problem: lookup, conditional logic, cleaning, reporting, automation, modeling, visualization
  • Choose tools by priority: prefer XLOOKUP, IFS, and SUMIFS; then dynamic arrays, pivot tables, cleaning workflows, and only then VBA
  • Produce an actionable structure: problem type, target platform, optimal tool, paste-ready formulas or steps, why this tool, failure points, and next step
  • Handle cross-platform cases: adapt for Excel 365, legacy Excel, Google Sheets, Numbers, and Calc, with fallbacks when features are unavailable

Boundary: it does not replace business judgment, nor cover permissions, security, or organizational workflow constraints; complex modeling, external data sources, and macro security still require human review.

Use Cases

  • Pull prices across sheets by product code, return zero for misses, with legacy fallback.
  • Normalize mixed date formats like 2024.01.01 and 01/01/24 so sorting works.
  • Turn a monthly region/product summary into pivot rows, values, filters, and slicers.
  • Extract one value from 30 weekly Excel files into a summary workbook with VBA error handling.

Best For

  • Finance/ops maintainers who pull cross-sheet prices and need stable lookups after column edits.
  • Data analysts cleaning messy source values before aggregating reports.
  • Business analysts rebuilding monthly region/product summaries and moving to pivots or dynamic outputs.
  • Ops leads extracting key fields from 30 weekly workbooks into one maintainable VBA pipeline.