How the advisory team should use Copilot in Excel — from messy data cleanup to client-ready analysis to AI-powered formulas. Five distinct Excel AI tools, six use-case workflows, and the vibe-working pattern that ties them together.
Before the tools, the mental model. Vibe working is Microsoft's name for the new collaboration pattern between a human and Copilot — and it's where Excel has changed the most. Understanding it is the difference between using Copilot as a formula helper and using it as an analyst.
In September 2025, Microsoft launched what it calls vibe working — a deliberate parallel to vibe coding in the developer world. The idea: instead of executing isolated, one-shot commands against AI, you describe intent in plain language, let the AI plan and execute multi-step work, watch it reason, stop it if it goes wrong, and iterate with it until the output is right.
"It's like you're handing off work to an Excel expert — while you steer and guide." — Microsoft, on Agent Mode in Excel
In Excel specifically, vibe working shows up in two places: Edit with Copilot (what Microsoft originally called Agent Mode) inside the Excel app itself, and Office Agent inside Copilot Chat for generating entire spreadsheets from a conversation. Both are powered by reasoning models — GPT-5.2 in Excel, Anthropic's Claude Opus 4.5 as an option — that can plan, execute, evaluate their own output, fix issues, and repeat until the outcome is verified.
From precise to descriptive. Old pattern: "Write a VLOOKUP to match column A in Sheet1 to column C in Sheet2 and return the value from column E." New pattern: "Enrich my project list with the regional manager's name from the staff roster." The AI works out the mechanics.
From one-shot to iterative. Old pattern: Copilot does one thing, you accept or reject, move on. New pattern: Copilot plans a multi-step task, shows you its reasoning, you watch it execute live, stop it when it strays, redirect with follow-up prompts. The conversation is the work.
From you operating Excel to you supervising it. Old pattern: You write the formulas, you build the pivot, you format the output. New pattern: Copilot does all three while you review. You're no longer the driver — you're the director.
This matters because most advisory work in Excel — portfolio analysis, benchmarking, stakeholder surveys, KPI dashboards — is exactly the kind of multi-step, iterative analytical work that vibe working is built for. The consultants who get good at this pattern will build in 20 minutes what used to take them a morning.
"Copilot in Excel" means at least five different things. Every one of them uses AI differently, costs differently, and works differently. Before the workflows, the tour.
Ctrl+T) or a properly-formatted range — headers in row 1, no merged cells, consistent types. Without that, core Copilot will politely refuse.Edit with Copilot. The reasoning model plans a step-by-step approach, shows its thinking, makes live changes to your workbook, verifies results, and re-runs when something's off. Supports Anthropic's Claude Opus 4.5 and OpenAI's GPT-5.2 — pick via the model dropdown. (Claude requires your admin to enable "AI providers for other large language models" in the M365 Admin Center.) Workbook must be saved to OneDrive or SharePoint. Stop button pauses any time.=COPILOT() function you type into a cell. Syntax: =COPILOT(prompt_part1, [context1], [prompt_part2], [context2], …). Spills results into adjacent cells, recalculates when referenced cells change, can be nested inside IF, SWITCH, LAMBDA, WRAPROWS. Available via the M365 Insider or Frontier program; EU/UK still Beta-channel only. Hard limit: 100 calls per 10 minutes. Can't run in workbooks labelled Confidential or Highly Confidential./filename) into Copilot Chat at m365.cloud.microsoft/chat. Ask questions, get summaries, request analysis — but no changes are written back to the file. Good when you want answers without risk, or when you're discussing a client file you shouldn't modify. Supports multiple files in the same chat.The single highest-leverage move before any Copilot in Excel work. Five minutes spent on data structure saves hours downstream — and the difference between "Copilot is useless" and "Copilot is brilliant" almost always comes down to this.
Copilot in Excel reads your data through the same lens Excel's formula engine does. Tables with clean headers, consistent types, no merged cells, no blank header rows. Every shortcut you take at the data-preparation stage is paid back as a bad Copilot response later.
1. Convert ranges to Tables. Select the data, press Ctrl+T, confirm headers. Copilot treats named Tables as first-class objects — it references them by name, handles them structurally, and knows where they end. A loose range is something it has to reverse-engineer.
2. Fix the headers. Every column needs a descriptive, unique header in row 1. No "Column1". No merged header cells. No two-row headers. If a column's meaning requires explanation, the explanation goes in the header — "Budget_GBP_Thousands" beats "Budget" any day.
3. One value per cell. If cells contain "London, UK" but you want to filter by country, split them. Copilot can do the split (Core Copilot handles this well), but giving it clean data up front means every downstream prompt produces better results.
4. Consistent types per column. A column of dates should be actual dates, not text. A column of numbers should be numbers, not "£1,200" with the currency mixed in. Use Excel's cell formatting for display; keep the underlying data clean.
5. Save to OneDrive or SharePoint. Edit with Copilot explicitly requires cloud storage. Core Copilot works locally but some features are cloud-gated. If the file lives only on your C: drive, move it.
None of this is Copilot-specific — it's just good Excel hygiene. But it's the difference between a working session and a frustrating one.
The first real test of vibe working. You've been sent a spreadsheet that's half data, half commentary, with inconsistent columns and merged cells. The classic advisory scenario. Edit with Copilot is built for exactly this.
The most underused tool in the stack and — for the right problem — the most elegant. AI as a native formula, spilling into the grid, recalculating when data changes, chainable with any other function. Perfect for text at scale.
B2:B500) not dragged single-cell form to save quota. Also: COPILOT cannot run in workbooks labelled Confidential or Highly Confidential under Purview — a deliberate data-protection feature. If your output matters permanently, Copy → Paste Values to freeze the result before the model version changes.The most dramatic demo of vibe working. From a raw data table to a multi-sheet, chart-populated, pivot-driven dashboard in fifteen minutes. The workflow Microsoft's own demos lead with — because this is where the time savings are genuinely spectacular.
The humble use case that still saves hours every week. Core Copilot writes formulas from plain language and explains formulas someone else wrote. Formula Completion — the newer sibling — suggests the right formula the moment you type =.
Type = in a cell. Wait two seconds. Copilot analyses the surrounding columns, headers, and nearby cells, and suggests a complete formula inline — tab to accept. No prompt needed. Works best when your column headers are descriptive (e.g. a column named YoY% triggers a year-over-year growth formula suggestion automatically). Currently US-English only on Excel for the web, rolling out to Windows Insiders. If you don't want it, disable via File → Options → Copilot.
When the answer ends up in a client deck, you can't afford to be wrong about the numbers. Analyst writes Python, shows its working, validates results, and produces publication-grade charts. The right tool for anything where accuracy is the deliverable.
Edit with Copilot only sees the currently open workbook — a real limitation. Analyst sees all the files you upload. The cross-file workflow belongs in Copilot Chat, not in Excel itself.
Six use cases, five tools, one table. Match your scenario on the left, read the tool on the right.
| Your scenario | Use this | Surface | Time |
|---|---|---|---|
| Messy file needs cleaning into a usable Table | Edit with Copilot | Excel app | ~15 min |
| Column of free text needs structured labels | COPILOT() function | Cell formula | ~5 min |
| Build a multi-chart dashboard from a clean table | Edit with Copilot | Excel app | ~20 min |
| Need a formula but can't remember syntax | Core Copilot + Formula Completion | Excel app | ~1 min |
| Rigorous statistical analysis for a client deck | Analyst agent | Copilot Chat | ~30 min |
| Reconcile data across 3+ Excel files | Analyst agent | Copilot Chat | ~40 min |
| Just ask a question about a workbook | Copilot Chat (upload file) | Copilot Chat | ~2 min |
Patterns from training the team on these tools over the past six months. Almost every bad Copilot-in-Excel experience maps to one of these.
Ctrl+T) before inviting Copilot in. Named Tables are first-class objects; loose ranges are not.B2:B500) rather than dragging single-cell formulas to save your quota.