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 1–12 of 28 recipes
Organize information 6 min setup

Normalize text formatting in Excel

Standardize presentation differences without changing identifiers or meaningful text

Field-specific normalization formulas, exception flags, and before-after tests
Open recipe