AI add-ins for Excel: the best 10 compared in 2026
Every AI tool here installs into Excel — a task pane, a worksheet function, or both. No exporting, no uploading to a browser tab. What each one actually does in the grid, what it costs, and where it falls down.
There are now two completely different ways to put AI on a spreadsheet, and most "best AI for Excel" lists mash them together. The first is a web app: you export the file, upload it, ask your question in a browser, and copy the answer back. The second is an Excel add-in — the AI installs into Excel itself and works on the workbook you already have open. This page is only about the second kind.
That distinction matters more in 2026 than it did a year ago, because the add-in category stopped being a cottage industry. Anthropic shipped Claude for Excel to general availability in May. OpenAI launched ChatGPT for Excel the same month. Microsoft took Copilot's Agent Mode to GA in April. Three of the largest AI companies in the world now ship an Excel add-in, alongside the specialists who got there first.
If what you actually want is the upload-a-file kind, we compare those separately in best AI tools for Excel data analysis and best free AI data analysis tools. If your team is on Google's side of the fence, the sister directory covers AI add-ons for Google Sheets — where the winners are genuinely different, because Sheets has a native AI worksheet function and a hard execution limit that Excel doesn't.
Fair warning: Quiriz is ours, and it's in this list. I've said plainly where the others beat us rather than pretend they don't. Every price and availability claim comes from each vendor's own pricing, marketplace or documentation pages, checked September 2026. This category moves fast — confirm before you buy.
How to read this list: the three jobs an add-in can do
An Excel add-in can do one of three quite different jobs, and buying the wrong kind is the most common mistake I see:
- Write the formula for you. You describe what you want in English, it hands back a formula you paste in. Cheap, narrow, genuinely useful for people who don't live in Excel.
- Fill cells with model output. A worksheet function calls a model per row — classify these tickets, extract the city from this address, summarise each review. Priced by usage, and a thousand rows is a thousand calls.
- Answer a question about your data. You ask "what was margin by category last quarter" and get the number. This is where the answers can be confidently wrong, so it's where grounding and repeatability matter most.
The table below marks which job each add-in is really built for. Almost every disappointment I've heard about in this category comes from someone buying a formula generator and expecting a data analyst, or the reverse.
Quick comparison table
| Add-in | Main job | Worksheet function | Needs Copilot licence | Free tier | Entry price |
|---|---|---|---|---|---|
| Quiriz for Excel | Answer questions about your data | =QUIRIZ.ASK | No | Yes | Free / $8.99 |
| Microsoft 365 Copilot in Excel | Edit the workbook + answer questions | =COPILOT (preview, licensed) | Yes | No | $30 / user / mo add-on |
| ChatGPT for Excel | Build and reason across workbooks | No — task pane | No | Included in ChatGPT plans | ChatGPT subscription |
| Claude for Excel | Audit and edit models safely | No — task pane | No | No | Claude Pro $20 / mo |
| GPT for Work | Fill cells with model output | =GPT and friends | No | No (trial only) | Credit packs from $29 |
| Numerous.ai | Fill cells with model output | =NUMEROUS | No | No ($1 trial) | $19 / mo (~$8 annual) |
| Ajelix | Write and explain formulas | No — task pane | No | 10 requests / mo | ~$5.95 / mo |
| Formula Bot | Write formulas | No — task pane | No | Historically yes | From ~$2.99 / mo |
| Excel Labs | Experimental model calls | =LABS.GENERATIVEAI | No (bring your own key) | Free | Free + API costs |
| Coefficient | Live data connectors + AI | No — task pane | No | Limited free | $49 / user / mo |
Last verified: September 2026. Prices and availability in this category change monthly — treat the table as a shortlist, not a quote.
The 10 add-ins in detail
Quiriz for Excel Best for: repeatable answers on business exports
Quiriz puts one function in the grid: =QUIRIZ.ASK("what was margin by category last quarter"), and the answer lands in the cell. The difference from everything else on this list is what sits behind that call. Quiriz answers against a dataset you imported and can refresh, not against whatever happens to be on screen, so the same question in February and in March runs the same calculation on fresh numbers.
That is a deliberate trade. It means a setup step — import the export, let it read the column types — before the first answer. It also means the answer is reproducible, which is the whole reason we built it that way.
- Answers land in cells, so you can build a small dashboard out of questions instead of formulas.
- Grounded in a saved dataset with automatic refresh (scheduled, by email, via Slack or API), so a monthly report doesn't need re-uploading.
- Flat workspace pricing rather than per seat, and the same datasets answer in the web app, in Google Sheets and in Slack.
- No Microsoft 365 Copilot licence required.
- It doesn't write formulas or rebuild your workbook. If you want the AI to restructure a model, Copilot, ChatGPT and Claude all do that and we don't.
- It answers questions about data you've imported. Ad-hoc "summarise this pasted paragraph" work is better served by a per-cell function like GPT for Work.
- We're smaller than everyone else on this page. Fewer connectors, shorter track record.
Where it wins: the report you rebuild every month. One-off questions about an open sheet have plenty of good answers now. A recurring number that has to tie out the same way each time, on data that keeps changing, is the case we're built for. Try it free →
Microsoft 365 Copilot in Excel Best for: organisations already licensed for Copilot
Not an add-in you install so much as a licence you switch on, but it belongs here because it's the default everyone else gets measured against. Copilot lives in a side pane, edits the workbook, and since Agent Mode reached general availability in April 2026 it will work through a multi-step task — build the model, populate it, check it — rather than answering one prompt at a time.
The =COPILOT() worksheet function is the interesting part for anyone who wants AI in cells rather than in a chat pane. It has been rolling out through the Insider and Frontier channels, requires a Copilot licence, and Microsoft has revised its plans for it more than once during 2026. Don't build a production sheet on it yet.
- Stays inside your Microsoft 365 tenant and compliance boundary — usually the deciding factor for regulated teams.
- Agent Mode handles multi-step workbook building, not just single answers.
- Nothing to install or get past an admin if you already hold the licence.
- $30 per user per month on top of your base licence. For a five-person finance team that's $1,800 a year before the base plan.
- It sees the workbook, not your systems. The data still has to get into the sheet somehow.
- The COPILOT function's availability has been a moving target all year.
ChatGPT for Excel Best for: building and interrogating whole workbooks
OpenAI launched this out of beta in May 2026 for both Excel and Google Sheets, running on GPT‑5.4. It reasons across a workbook rather than a selection — how sheets and formulas connect, why an output changed, where an error came from — and it will build a budget tracker or a dashboard from a description. It asks before it writes, so edits can be reviewed or undone.
The financial-data integrations announced alongside it (FactSet, LSEG, S&P Global, Dow Jones Factiva and Daloopa among them) make it a genuinely different proposition for finance teams than a generic chat pane.
- Strongest of the bunch at tracing an error back through a model to the cells that caused it.
- The same add-in works in Excel and in Google Sheets.
- No extra subscription if your team already pays for ChatGPT.
- Task pane only — there's no worksheet function to fill down a column with.
- It works on the open workbook, so recurring reports mean re-opening and re-asking.
- New enough that admin controls and data-handling review are still catching up in a lot of organisations.
Claude for Excel Best for: auditing a model without breaking it
Anthropic's add-in went to general availability in May 2026, having been in beta since October 2025 and open to Pro subscribers from January. The pitch is care: it reads and modifies spreadsheets while keeping formulas and dependencies intact, which is a different emphasis from "here's a new sheet I built for you". It shares conversation context with the Word, PowerPoint and Outlook add-ins, so numbers analysed in Excel can become slides without re-explaining them.
Worth noting for anyone comparing costs: it's an AppSource add-in that authenticates against your paid Claude plan. You need a Microsoft 365 work or school account to host it, but you don't need the $30 Copilot add-on.
How to install the Claude Excel add-in. Open Excel, go to Home → Add-ins → More Add-ins, search AppSource for Claude, and add it. It appears as a task pane on the Home ribbon. Sign in with your Claude account when prompted; there is nothing to buy inside Excel. If the search returns nothing, your Microsoft 365 admin has AppSource installs locked down, and the add-in has to be deployed centrally instead.
Is Claude for Excel free? No. It needs a paid Claude plan — Pro at $20 a month is the cheapest that includes it, with Max, Team and Enterprise above that. The add-in itself costs nothing extra, so if you already pay for Claude you already have it. There is no free tier and no standalone purchase.
- Conservative with existing formulas and dependencies — the one I'd trust nearest a real financial model.
- Shared context across Excel, Word, PowerPoint and Outlook.
- Rides an existing $20 Claude Pro subscription rather than a per-seat Microsoft add-on.
- Requires a work or school Microsoft 365 account; personal accounts are out.
- Task pane only, no worksheet function.
- No free tier — you need a paid Claude plan.
GPT for Work (GPT for Excel) Best for: bulk cell-by-cell AI work
The veteran of this category and still the most-used add-in for the "run a model on every row" job. You get worksheet functions — classify, extract, translate, summarise, clean — and fill them down a column like any formula. It supports OpenAI, Anthropic and Google models, and you can bring your own API key.
The pricing has split: existing spaces stay on prepaid credits (packs from $29, expiring after a year), while new spaces go onto a per-seat subscription with an included allowance. Credits are pooled across a team on the old model, which was one of its better features.
- Best-in-class for bulk row-level work; nothing else here matches the function set.
- Model choice, including your own API key.
- Pay-as-you-go suits spiky usage far better than a monthly seat.
- No free plan, and prepaid credits expire after twelve months.
- It fills cells; it won't reason about your workbook as a whole.
- Cost is genuinely hard to predict before you've run a real job.
Numerous.ai Best for: solo users doing repetitive text work
Same broad idea as GPT for Work — a function that calls a model per row — with a friendlier on-ramp and a lower entry price if you commit annually. It works in both Excel and Google Sheets, and the common uses are the unglamorous ones: categorising a product list, writing a few hundred meta descriptions, cleaning inconsistent labels.
- Cheapest credible per-cell AI if you pay annually.
- Excel and Google Sheets from one subscription.
- Simple enough to hand to a non-technical colleague.
- Usage is metered in characters, so long prompts burn the allowance faster than the row count suggests.
- The trial costs a dollar rather than being free.
- Team sharing caps out low on the Pro plan.
Ajelix Best for: writing and explaining formulas cheaply
A formula generator, formula explainer and script writer, wrapped in a task pane. The explainer is the underrated half — paste in a nested monster somebody left behind and get a plain-English account of what it does. For a small business that just needs the right XLOOKUP occasionally, this is the cheapest thing on the page that works.
- A real free tier, small but enough to evaluate honestly.
- Formula explanation is excellent for inherited spreadsheets.
- Also handles VBA and Google Apps Script generation.
- It doesn't touch your data — it writes formulas, you run them.
- Ten free requests a month goes fast.
- The jump from $5.95 to $20 is steep for what the Lite tier adds.
Formula Bot Best for: occasional formula help
One of the first tools in this space and still a solid formula generator, with an Excel add-in alongside the web app. The caveat is commercial rather than technical: pricing reported across review sites during 2026 is inconsistent, and the public pricing page has been routing tiers to a sales form. Check what it actually costs before you commit.
- Well established, with a large library of worked examples.
- Does formula generation, explanation and data analysis in one place.
- Historically the cheapest paid option in the category.
- Pricing is genuinely unclear right now — that alone would make me hesitate.
- Overlaps heavily with Ajelix, which has a clearer free tier.
- The formula focus means it isn't an answer engine for your data.
Excel Labs (Microsoft Garage) Best for: free experimentation
Microsoft Garage's experimental add-in, home of =LABS.GENERATIVEAI() — a worksheet function that sends a prompt from the grid to a model and returns the result. It's free, it's the cheapest way to try AI-in-cells at all, and it is explicitly an experiment. Users reported breakage against newer models through early 2026, and Microsoft's own answer to those reports is essentially "it's a Garage project".
- Free, from Microsoft, with no licence gate.
- The genuine in-cell AI function experience, at API cost only.
- Also ships the Advanced Formula Environment, which is worth installing on its own.
- Experimental and unsupported. Don't put it in anything that matters.
- Known reliability problems against current models.
- You supply and manage your own API key.
Coefficient Best for: pulling live system data into the sheet
Coefficient's actual job is connectors — Salesforce, HubSpot, QuickBooks, Snowflake and the rest — landing live data in a sheet on a schedule, with AI layered over the top. It's on the list because for a lot of teams the AI question is downstream of a data question: you can't ask anything useful about your pipeline until your pipeline is in the sheet.
- By far the deepest connector library here.
- Scheduled refresh means the sheet isn't stale by Wednesday.
- Strong Google Sheets support alongside Excel.
- Per-seat pricing gets expensive fast, and the warehouse and ERP connectors most finance teams want sit on the $99 Pro tier, not Starter.
- The AI is a layer on a data-integration product, not the point of it.
- Overkill if your data already arrives as a CSV export.
The best Excel add-ins for data analysis
"Data analysis" covers two jobs that want different tools, and people searching for an add-in usually mean one or the other without saying which.
If you mean statistical analysis — regression, ANOVA, descriptive statistics — you probably don't need an AI add-in at all. The Analysis ToolPak ships with Excel and is switched off by default: File → Options → Add-ins → Manage Excel Add-ins → Go, then tick Analysis ToolPak. It's free and it does the classical work properly. Our guide to Excel data analysis covers it alongside pivot tables and Power Query.
If you mean asking questions of a business dataset — margin by category, win rate by rep, what changed since last quarter — that's what the AI add-ins on this page are for. Of them, ChatGPT for Excel and Claude for Excel are strongest at reasoning over a workbook you already have open; Quiriz is built for the case where the same question has to be answered every month against data that keeps changing; and Copilot is the one to start with if your organisation already pays for it.
The trap in the middle is a formula generator. Ajelix and Formula Bot are good at what they do, but they write formulas — they don't analyse anything. If you buy one expecting analysis you'll be disappointed, and that mismatch is the most common complaint in this whole category.
Beyond add-ins: MCP servers and AI skills
There's a second, newer category that doesn't appear in any marketplace, and it's worth knowing about because it solves a problem the add-ins don't: getting spreadsheet work done from outside the spreadsheet.
An MCP server exposes a system — a database, a file store, an app — to an AI assistant through the Model Context Protocol, so the assistant can read and act on it directly. Several exist for reading and writing xlsx files, and Quiriz publishes one so an assistant can query your governed datasets and get back the same answer the add-in returns. In practice this means you can ask about last quarter's margin from inside Claude or Cursor without opening Excel at all.
An AI skill is a packaged set of instructions an assistant loads for a particular kind of work. Anthropic ships file-handling skills that read and produce xlsx directly. These aren't add-ins — they don't install into Excel, and there's no task pane — but for anyone whose workflow already sits in an AI assistant, they replace a good chunk of what an add-in is for.
The honest summary: add-ins are for people whose day is in the spreadsheet. MCP servers and skills are for people whose day is in an assistant and who need spreadsheet answers occasionally. Most teams have both kinds of people.
Which one should you pick?
- Your organisation already pays for Copilot. Start there and add nothing. It's already bought, and it stays inside your tenant.
- You already pay for ChatGPT or Claude. Install their add-in first. It's free to you, and both are excellent at workbook reasoning.
- You need a formula, not an analyst. Ajelix on the free tier, then $5.95 if you like it.
- You need to run a model over 5,000 rows. GPT for Work if usage is spiky, Numerous if it's steady and you'll pay annually.
- Your data isn't in the sheet yet. Coefficient first, then worry about AI.
- You rebuild the same report every month. That's the case for a governed dataset behind the answer — Quiriz, or a proper BI tool if you have the appetite for setting one up.
Ask your own numbers, in the cell
Quiriz for Excel puts =QUIRIZ.ASK in your grid and answers from a dataset you control and refresh — so next month's report is the same question, not a rebuild. Free to start.
Frequently asked questions
What is an AI add-in for Excel?
Do I need a Microsoft 365 Copilot licence to use AI in Excel?
Are there free AI add-ins for Excel?
What is the difference between Copilot in Excel and the COPILOT function?
Which AI add-in is best for analysing my own business data in Excel?
Are AI add-ins for Excel safe with company data?
Is Claude for Excel free?
How do I use AI in Excel?
How do I install the Claude add-in for Excel?
What are the best Excel add-ins for data analysis?
What about Google Sheets?
Directory compiled and verified September 2026 from vendor pricing pages, Microsoft AppSource listings and official product documentation. Availability, licensing and prices in this category change frequently — confirm with each provider before purchasing.