If Copilot in Excel worked well for you earlier in the year and now gives frustrating or inconsistent results on similar tasks, you're not imagining it and you haven't done anything wrong. The underlying tools Copilot uses in Excel changed significantly through 2025 and into 2026, and those changes affect what it can and can't do — even if your licence and environment look exactly the same.
What actually changed
Microsoft made several significant updates to how Copilot works inside Excel:
The older "conversational" Copilot vs. the newer function-based approach
Earlier versions of Copilot in Excel operated more like a general-purpose AI assistant with access to your workbook — it could reason more loosely across your data, navigate context from different parts of the file, and handle multi-step requests more fluidly, even if it was less precise. Many users built complex formulas with this version and found it highly effective.
Microsoft subsequently introduced the =COPILOT() function, Agent Mode, and tighter integration with Excel's own formula engine. These are real improvements in many ways — output is more reliable, formulas are more accurate — but the model is now more constrained. It works on the data explicitly in front of it rather than reasoning loosely across the whole workbook, which can make it feel less capable for tasks that previously worked well.
Gradual feature rollout and update channels
Copilot features in Excel roll out gradually across different update channels — Current Channel, Monthly Enterprise Channel, Semi-Annual Enterprise Channel — and not all features are available to all users at the same time. Your environment may have been updated between when something worked and now, even if you didn't consciously change anything. Features that were in preview six months ago are now GA; features that were GA have been updated or deprecated.
Specific example: the "App Skills" feature (single-cell formula generation) was deprecated and removed from Excel by late February 2026, replaced by Agent Mode and the =COPILOT() function. If you were using App Skills and it disappeared, that's why — it's gone, not broken.
The =COPILOT() function has different behaviour than earlier Copilot chat
The =COPILOT() function works on cell references you explicitly provide — it doesn't browse your workbook, navigate to other sheets, or infer context from the broader file structure. If you previously gave Copilot a prompt like "go to the Summary tab and return the Q3 total," that kind of cross-sheet reasoning worked more loosely in older versions. The current =COPILOT() function can't do that — you need to provide the reference explicitly, or consolidate the data first.
Why formula results are inconsistent between sessions
Several things cause Copilot to produce different formula results for what feels like the same prompt:
- Column header context matters enormously. Copilot reads your column headers to understand what the data means. If the new workbook has slightly different header names or formatting than the old one, Copilot may generate a different (or wrong) formula even with an identical prompt.
- Table format vs. raw range. Copilot works significantly better on data formatted as an Excel Table (Insert > Table) than on an unstructured range. If the original workbook had a Table and the new one doesn't, results will differ.
- Data complexity. Copilot can handle straightforward lookups and calculations well. More complex multi-condition formulas, cross-references, or nested logic produce less consistent results — not because the model got worse, but because these were always at the edge of what it could do reliably.
- Model updates. The AI model powering Copilot is periodically updated by Microsoft. Results from January 2025 and results from June 2026 come from a different underlying model, even if everything else looks identical.
What you can do
- Format your data as a proper Excel Table before asking Copilot to work with it — this is the single biggest factor in getting consistent results.
- Use descriptive column headers that clearly indicate what the data represents. "Revenue Q3 2026" is better than "Col C."
- Break complex requests into smaller steps rather than asking for everything in one prompt. The older, looser version tolerated ambiguity better; the current version responds better to specific, focused prompts.
- For cross-sheet work, consolidate or reference explicitly — see our separate guide on multi-tab limitations and workarounds.
- Check your Office update channel (File > Account > About Excel) to understand which build you're on, and check Microsoft's release notes if behaviour changed after a specific update.
The bottom line
Copilot in Excel is not the same product it was in early 2025. The underlying tools, model, and feature set have all changed — some things work better now, some things that worked then no longer exist or work differently. If a workflow stopped working, the most likely explanation is a genuine product change, not something wrong with your setup. Re-approaching the task with a clean Table format, specific column headers, and narrower prompts resolves the majority of "it worked before" situations.