Topics

Practical AI prompts for Excel formulas and spreadsheet work

Prompt templates for generating, explaining, repairing, and verifying Excel formulas without hiding assumptions or data problems

Spreadsheet formulas can look correct while referencing the wrong field, hiding missing matches, or mishandling blanks. These recipes start from the real workbook layout and require test cases before a formula is trusted.

How to use this collection

  • Provide exact headers, cell references, and representative values.
  • Verify generated formulas on normal, blank, and error cases before filling down.

Tested with real examples

Choose a recipe

Showing 13–24 of 28 recipes
Organize information 7 min setup

Analyze missing values in Excel

Measure missingness by field and group before deciding whether to leave, recover, or exclude it

A missingness profile, decision rules, and impact checks without invented values
Open recipe
Research 7 min setup

Analyze trends in spreadsheet data

Separate sustained change, seasonality, and one-off noise using explicit time periods

A reproducible trend table, chart plan, and evidence-bounded interpretation
Open recipe
Research 7 min setup

Compare segment performance in Excel

Compare groups using consistent metrics, denominators, coverage, and minimum sample rules

A fair segment comparison with volume, rates, uncertainty, and diagnostic next steps
Open recipe