AI + Excel: Generate Formulas Instead of Memorising Them

By RIM · August 2026

There are two kinds of Excel users in every office. The one who knows the formulas, and the one who knows which colleague knows the formulas. For most of my career I was the second kind with ambitions. I could do a VLOOKUP if I had an example open in another tab. Anything with IF inside IF, I quietly rebuilt by hand with a calculator.

AI changed this completely — not by teaching me formulas, but by removing the need to memorise them. What you need instead is the skill of describing what you want precisely. That skill you already have; it is the same one you use when explaining a task to a colleague.

The basic pattern

Describe your columns, describe the result you want, ask for the formula. That is it. The precision is what matters:

In my Excel sheet: column A has employee names, column B has leave start dates, column C has leave end dates, column D has leave type ("Annual", "Sick", "In Lieu"). I want a formula for cell G2 that counts how many working days (Mon-Fri) of Annual leave each employee in F2 has taken this year. Give me the formula, then explain what each part does in one line each.

Two habits make this work every time. First, always name the exact columns and cells — "column B has start dates" beats "I have some dates" by a mile. Second, always ask for the one-line explanation. You are not just getting an answer; you are slowly learning to read formulas, which pays off the day you need to fix one at 4:55pm.

Real examples from my week

These are actual asks from my own tracking sheets, generalised so you can adapt them:

Each of these is a SUMIFS or nested IF or date function that I would once have spent twenty minutes searching for. Now the formula arrives in seconds and I spend my time checking it instead.

The debugging trick

The less-known use is the reverse direction. When you inherit a spreadsheet from a colleague and click a cell containing something like a four-line nested formula, paste it in and ask:

Explain this Excel formula step by step in plain English, then tell me under what conditions it would return an error or a wrong-looking result: [paste formula]

That second clause — "when would it go wrong" — has caught real problems for me, like a lookup that silently returns the wrong row when there are duplicate names. AI is often better at spotting the edge case than at celebrating the happy path.

Verify before you trust — here is how

An AI-generated formula is a draft, not an answer, and spreadsheets fail silently. My rule: test on rows where I already know the correct result. Before I drag a new formula down five hundred rows, I apply it to three rows I can check by hand — one normal case, one edge case (empty cell, negative number, a date at year-end), one deliberately wrong input. If all three behave, it goes into the sheet. Three minutes of testing versus a leave tracker quietly miscounting for six months: easy trade.

What to stop memorising and what to keep

Stop memorising syntax — bracket order, argument order, whether it is comma or semicolon. That is now the machine's job. Keep — and build — your understanding of what is possible: that Excel can count conditionally, look values up across sheets, do date arithmetic, split text. You cannot ask for what you do not know exists. Skim a list of function categories once; that map in your head is worth more than knowing any single formula by heart.

This rules-and-verify approach is the same one I use for monthly expense reports — describe the rules precisely once, let the machine repeat them, and keep the checking for yourself.

The Office AI Toolkit includes a full module of copy-ready Excel formula prompts for trackers, summaries, and clean-ups — alongside 170+ prompts for everyday office work.