Justin McKelvey
Fractional CTO · 15 years, 50+ products shipped
Copilot for Excel (2026): What It Actually Does, Which License You Need, and 7 Prompts That Work
Copilot for Excel: the short answer
As of September 2026, Copilot in Excel is an assistant pane that edits your workbook directly, plans multi-step jobs before touching cells, or just answers questions about the data, and it runs Python under the hood for analysis. It is included with the Microsoft 365 Copilot add-on ($30 a user a month, or $18 to $21 a user on Microsoft 365 Copilot Business), with Microsoft 365 Premium ($19.99 a month), and with Microsoft 365 Personal or Family through AI credits. Business subscriptions without the add-on get a standard-access version labeled M365 Copilot (Basic).
I install this for owner-led companies that already live in Excel, and the questions are always the same three: what does it actually do, which of the six Copilot SKUs do I need, and why doesn't the button show up. All three answers come from Microsoft's support and pricing pages, read on September 15, 2026.
What Copilot in Excel actually does
Microsoft's getting-started page lists eight things, and the list is more concrete than it was a year ago:
- Edit worksheets: add, rename, and delete sheets; insert and modify values and ranges; apply conditional formatting, data validation, borders, and styles.
- Generate data and formulas: calculations across multiple sheets, summaries, new formula columns.
- Create charts, PivotTables, and shapes with editable links to the source data; build dashboards and templates from scratch.
- Identify insights: ask a question, get charts, PivotTables, summaries, trends, or outliers back.
- Highlight, sort, and filter to focus the sheet.
- Web search with citations to ground a response.
- Import data from other workbooks in OneDrive, SharePoint, or on your computer.
- Custom skills for repeatable processes.
It works in three modes. Edit is the default: Copilot changes the workbook itself, and you watch its reasoning in the pane while cells update live. Plan makes it write out the approach first so you confirm before anything moves. Chat keeps answers in the pane and never touches the sheet. Microsoft's line is "Your content stays editable, and you're in control of everything that's modified," and there's a Stop button if a job goes sideways.
| Platform | Modes available |
|---|---|
| Excel on Windows | Edit, chat, and plan |
| Excel on Mac | Edit, chat, and plan |
| Excel on the web | Edit, chat, and plan |
| Excel on iPad | Chat and plan; edit mode rolling out |
| Excel on iPhone and Android | Chat only |
Which license you need
Microsoft's Excel FAQ names four qualifying licenses. Here they are with the prices from Microsoft's own pricing pages today.
| License | Price (as of Sept 2026) | What you get in Excel |
|---|---|---|
| Microsoft 365 Copilot add-on (enterprise) | $30 user/month paid yearly, or $31.50 paid monthly on an annual commitment | Full experience, priority access, Agent Mode, model switcher; label M365 Copilot (Premium) |
| Microsoft 365 Copilot Business add-on | $21 user/month paid yearly, promo $18 for the first year through December 31, 2026; up to 300 users | Same as above for existing Business Basic, Standard, Premium, or Apps for business customers |
| Business Standard with Copilot | $23.50 user/month paid yearly | Bundle of the base plan plus Copilot |
| Business Premium with Copilot | $32 user/month paid yearly | Bundle plus advanced security |
| Business Basic, Standard, or Premium without the add-on | Your existing plan | Copilot Chat included at no extra cost; standard access in Excel, label M365 Copilot (Basic); no Agent Mode, no model switcher |
| Microsoft 365 Premium (consumer) | $199.99/year or $19.99/month | Copilot in Excel with extensive usage; model switcher; owner only |
| Microsoft 365 Personal / Family | $99.99/year or $9.99/month; Family $129.99/year or $12.99/month | Copilot in Excel through AI credits; Family AI features are for the subscription owner only |
Three notes. First, Microsoft's consumer comparison page no longer lists a Copilot Pro plan, and the old Copilot Pro URL now lands on the business page, so I'm not quoting a Copilot Pro price; if you were on it, Premium is the plan Microsoft is pointing consumers to. Second, the add-on needs a qualifying base license: for small business that's Business Basic, Standard, Premium, or Apps for business. Third, "standard access" is Microsoft's phrase, and its overview page defines it as "subject to service capacity availability," meaning the free tier can slow down or step aside at peak times without failing a task in progress. Full pricing detail, including enterprise prerequisites, is in Microsoft 365 Copilot pricing.
The limits Microsoft publishes
- OneDrive and AutoSave. Microsoft's consumer pricing page and subscription FAQ both say Copilot in Excel requires AutoSave, so the file must be in OneDrive, and it does not work with unsaved files. Microsoft's Copilot in Excel tips page, on the other hand, says it "runs in workbooks with autosave enabled or disabled." Two Microsoft pages, two answers. My rule: keep the workbook in OneDrive or SharePoint and you sidestep it.
- Calculation must be Automatic. Editing is only supported when Calculation Options are set to Automatic. Manual-calc financial models need a switch first.
- Tables or table-like ranges. The direct-answer analysis works on single tables, table-like ranges, or several of them; Microsoft says unstructured data is not supported. A merged-cell report with headers in row 4 will confuse it.
- Direct edits are real edits. When Copilot saves changes, anyone with the file sees them, including coauthors. Undo and version history are your safety net.
- SharePoint check-out breaks it. A file checked out in SharePoint throws "Unsupported file state" on Windows and Mac; use Excel for the web or check it in. Strict Open XML files aren't supported either; save as .xlsx.
- Python-mode results are static unless you switch to advanced analysis mode, where the code lands in refreshable Python cells.
- Admins can't turn it off separately. Copilot in Excel is a Copilot Chat tool and follows the Copilot Chat access settings, not its own switch.
- Accuracy. Microsoft's own FAQ says to avoid using it for decisions in sensitive areas such as finance, legal, or medical topics, and to verify anything it creates. Treat that as advice from the vendor, not a disclaimer.
Python in Excel and advanced analysis
When you ask a question in the pane, Microsoft says Copilot "uses Python-based analysis to interpret your question, identify relevant data in your workbook, and compute a response." You get a direct answer with an optional code block you can expand, with comments, and you can ask Copilot to summarize the code to check its logic. This mode does not modify the workbook; it may hand you a static table or image to insert.
Ask for "deeper results using advanced analysis mode," or type "Enter advanced analysis mode," and Copilot opens a new sheet and inserts Python code you can modify and keep as refreshable Python cells. Microsoft's example prompts in that mode go as far as "Use clustering to segment customers based on spending" and "What happens to my loan payments if interest rates increase by 2%?" For a business owner that means forecasting and what-if work without writing a line of code, and a sheet you can hand to an accountant who can.
7 prompts that work
These are built from the prompt patterns on Microsoft's insight, visualization, and direct-answer pages, adapted to the workbooks I actually see: a sales log, an invoice list, a job-cost sheet.
- "Which region had the highest and lowest sales?" Returns a direct answer with the numbers and, if you ask, a chart. Name the column ("in the Territory column") for accuracy; Microsoft's own tip is that naming columns produces better results.
- "Add a column that calculates the profit margin for each product." Adds the formula column and explains the formula. The same pattern works for "each region's percentage of total sales."
- "Create a column that looks up the quantity in stock for each item from the Inventory sheet." Builds an XLOOKUP-style lookup across sheets. This is the prompt that replaces the VLOOKUP tutorial your bookkeeper never finished.
- "Create a PivotTable with the sum of sales, with month in rows and category in columns." Produces the PivotTable with editable links to the data. Vague versions ("make a PivotTable") work but ask you to refine.
- "Are there any outliers or anomalies in this data?" Runs the Python-based scan and lists them with the source rows referenced. Good first pass on an expense export before month close.
- "Review the customer feedback on this sheet and identify major themes." Summarizes free text into themes and sentiment as a new column, with superscript citations back to the source cells.
- "Explain the formula in cell D3." Plain-English explanation of an inherited formula. I run this on every model a client hands me before I trust it.
Two prompt habits from Microsoft's tips page worth adopting: start broad, then refine, and ask follow-ups instead of new questions, because Copilot keeps the context of the previous one.
How I roll it out for an owner-led business
- Move the workbooks that matter into OneDrive or SharePoint and turn AutoSave on. This fixes 80% of "the button isn't there" tickets before licensing is even discussed.
- Start on the included tier. Every eligible business plan already has Copilot Chat and standard access in Excel. Let the team use it for two weeks. The people who hit the capacity wall or need Agent Mode are your add-on candidates.
- Buy the add-on for those people only. At $18 to $21 a user on Copilot Business through year-end, that's a small line. Assign licenses in the Microsoft 365 admin center; Microsoft's docs also note users need Microsoft Entra ID accounts and, for Excel on the web, third-party cookies allowed.
- Enable Anthropic as a sub-processor in the admin center if you want the Claude option in the model picker. It's off until an admin allows it.
- Set one rule: plan mode for any workbook that leaves the building, chat mode for anything you don't want touched.
Copilot in Excel vs Claude for Excel
The honest comparison is short. Copilot is the native option: it edits the workbook, it's bundled into plans you may already pay for, and it now runs Claude models when an admin allows it. Claude for Excel is Anthropic's add-in on a Claude plan, and it's the one I reach for on long modeling sessions where you want the same assistant that's reading your contracts and emails. If your company standardizes on Microsoft 365 and Teams, Copilot wins on friction; the same logic drives my take on Copilot in Teams. If you're deciding between assistants for the whole business rather than one app, start with Copilot vs ChatGPT and pick the platform first, the Excel feature second.
Get the Free AI Content Toolkit
The exact system I use to turn one idea into a month of content — atomization framework, voice template, prompt library, weekly system.
Frequently Asked Questions
- Is Copilot for Excel free?
- Partly. As of September 2026 any Copilot Chat-eligible Microsoft 365 business subscription, such as Business Basic, Standard, or Premium, gets standard access to Copilot in Excel labeled M365 Copilot (Basic), which Microsoft says is subject to service capacity. Priority access, Agent Mode, and the Claude or GPT model switcher need the Microsoft 365 Copilot add-on at $30 a user a month, or $18 to $21 on Microsoft 365 Copilot Business.
- Which Microsoft 365 license includes Copilot in Excel?
- Microsoft's Excel FAQ lists four: a Microsoft 365 Personal or Family subscription with AI credits, Microsoft 365 Premium ($19.99 a month), a commercial Microsoft 365 Copilot subscription ($30 a user a month, or $18 to $21 on the Business add-on), or a Copilot Chat-eligible Microsoft 365 or Office 365 business subscription. A qualifying base plan is required before you can buy the add-on.
- Does Copilot in Excel require OneDrive?
- Microsoft's consumer pages say yes: Copilot in Excel requires AutoSave, which means the file must be saved to OneDrive, and it does not work with unsaved files. Microsoft's Copilot in Excel tips page says it runs with autosave on or off. In practice, keep the workbook in OneDrive or SharePoint and you avoid both the AutoSave question and the Unsupported file state error.
- Can Copilot in Excel write formulas?
- Yes. It generates formula columns and rows, single-cell formulas, and XLOOKUP-style lookups across sheets, and it explains any existing formula you select. Microsoft's own prompt examples include adding a column that calculates profit margin for each product and calculating the percentage increase from cell A1 to cell B1.
- Does Copilot in Excel use Python?
- Yes, for analysis. Microsoft's direct-answers feature uses Python-based analysis to compute answers from tables or table-like ranges, and advanced analysis mode opens a new sheet and inserts the Python code as refreshable cells. Direct answers don't modify your workbook; edit mode does.
- Which AI model does Copilot in Excel use?
- Both Claude models from Anthropic and GPT models from OpenAI, with an Auto default that picks for you. The model picker requires a commercial Microsoft 365 Copilot subscription or Microsoft 365 Premium, and for a company an admin must first allow Anthropic as a sub-processor in the Microsoft 365 admin center. The choice resets to the default when you close Excel.
More on AI for Business
ChatGPT Business vs Plus (2026): Which One a Small Business Should Actually Pay For
ChatGPT Plus vs Business, as of September 2026: Plus is $20 a month for one person and OpenAI may train on your chats unless you opt out; Business is $20 a seat billed annually or $25 monthly, two seats minimum, with no training by default, admin controls, shared projects for groups, and the Company Knowledge plugin. The side-by-side from OpenAI's pages, and three owner scenarios with a verdict each.
ChatGPT for Customer Service (2026): What Works, What Breaks, and What It Costs a Small Business
ChatGPT for customer service, as of September 2026: it drafts replies, answers policy questions from your own documents, and triages an inbox for $20 to $25 a seat a month on ChatGPT Business. It can't look up an order, issue a refund, or remember a customer unless you connect the system that holds them. The honest capability line, the plan you need, a setup in six steps, the failure modes, and the point where a real agent takes over.
ChatGPT Pulse (2026): What It Was, Why OpenAI Retired It, and How to Get the Morning Brief for Your Business
ChatGPT Pulse, the daily research cards OpenAI previewed for Pro users in September 2025, was sunset on June 17, 2026 with a 14-day wind-down. What it did, which plans ever had it, why scheduled tasks replaced it, and how an owner rebuilds the morning brief on a Plus or Business seat without handing ChatGPT the wrong things.
ChatGPT Enterprise Pricing (2026): What OpenAI Publishes, What It Doesn't, and When Business Is the Better Buy
As of September 2026, OpenAI does not publish a ChatGPT Enterprise price: the pricing page says custom pricing and sends you to sales. What it does publish is the shape of the deal (annual contract, seat fees plus credit-based or token-based usage, the per-token rate card), the control set Enterprise adds over ChatGPT Business, and the Business seat prices ($20 to $25 Standard, $100 to $125 Premium) that most companies under 200 people should be comparing against instead.
Written by
Justin McKelvey
Fractional CTO & AI consultant in Austin, TX. 15 years building software, 50+ products shipped, $53M+ in client revenue generated. I help $1M–$50M founders ship production software and automate operations with AI — without hiring a full-time executive team.
Work with me