AI for Google Sheets: the best 10 add-ons compared in 2026
Every tool here installs into Google Sheets — a sidebar, a custom function, or both. What each one actually does in the grid, what it costs, and the Apps Script ceiling that decides which of them will work for your job.
The Google Sheets AI market looks like the Excel one from a distance and behaves nothing like it up close. Sheets has a built-in AI worksheet function that Excel is still arguing about. It has a single third-party incumbent with more installs than everything else combined. And every add-on in the Marketplace runs on Apps Script, which imposes a hard limit that shapes what any of them can do. That last point is missing from every roundup I've read, and it's the one that decides whether a tool will work for you.
This page covers only what installs into Sheets. If you'd rather export a file and ask questions in a browser, that's a different category — see best AI tools for Excel data analysis and best free AI data analysis tools. And if you're on Microsoft's side of the fence, the sister directory covers AI add-ins for Excel, where the answers are genuinely different.
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.
First, the thing nobody tells you: the 30-second wall
Third-party AI functions in Sheets — =SHEETAI(), =GPT(), =NUMEROUS(), =QUIRIZ.ASK() and the rest — are Apps Script custom functions. Apps Script gives a custom function about 30 seconds to return an answer, and it caps how many recalculate at once. A model call that runs long doesn't wait; it fails.
Three consequences worth internalising before you spend money:
- Short prompts survive, long ones don't. "Classify this review as positive or negative" is safe. "Analyse this whole table and explain the trend" is a coin flip.
- Filling down 5,000 rows queues. It doesn't fan out. Add-ons that handle bulk work well do it through a sidebar that batches, not through the function.
- Google's own AI function isn't bound by this.
=AI()is native, not Apps Script. That is a real structural advantage, and it's the main reason to reach for Gemini before a third-party add-on for per-row work.
None of this is a defect in any particular product. It's the platform, and it applies to us as much as to anyone else on this page.
The three jobs an add-on can do
Buying the wrong kind is the most common mistake in this category:
- Write the formula for you. You describe what you want, it hands back a formula. Cheap and narrow.
- Fill cells with model output. A function calls a model per row — categorise, extract, translate, summarise. Priced by usage, and constrained by the wall above.
- Answer a question about your data. "What was margin by category last quarter", and you get the number. Where confident wrong answers live, so grounding matters most.
Quick comparison table
| Add-on | Main job | Custom function | Needs paid Workspace | Free tier | Entry price |
|---|---|---|---|---|---|
| Quiriz for Sheets | Answer questions about your data | =QUIRIZ.ASK | No | Yes | Free / $8.99 |
| Gemini in Google Sheets | Fill cells + sidebar assistant | =AI / =GEMINI (native) | Yes | Limited on Starter | ~$14 / user / mo (Business Standard) |
| ChatGPT for Google Sheets | Build and reason across sheets | No — sidebar | No | Included in ChatGPT plans | ChatGPT subscription |
| GPT for Sheets and Docs | Fill cells with model output | =GPT and friends | No | No (trial only) | Credit packs from $29 |
| SheetAI.app | Fill cells with model output | =SHEETAI and friends | No | 50 calls / mo | $5.99 / mo |
| Numerous.ai | Fill cells with model output | =NUMEROUS | No | No ($1 trial) | $19 / mo (~$8 annual) |
| Coefficient | Live data connectors + AI | No — sidebar | No | Limited free | $49 / user / mo |
| Ajelix AI Toolkit | Write and explain formulas | No — sidebar | No | 10 requests / mo | ~$5.95 / mo |
| Formula Bot | Write formulas | No — sidebar | No | Historically yes | From ~$2.99 / mo |
| Smart Fill & Smart Cleanup | Pattern completion, no LLM | No — built in | No | Free | Free |
Last verified: September 2026. Prices and availability in this category change monthly — treat the table as a shortlist, not a quote.
The 10 in detail
Quiriz for Sheets 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. What's behind the call is the difference. Quiriz answers against a dataset you imported and can refresh, not against whatever is on screen, so the same question in February and in March runs the same calculation on fresh numbers. There's a sidebar too, for charts and for questions long enough to run past the function's deadline.
That's a deliberate trade. It means a setup step before the first answer. It also means the answer is reproducible, which is the entire reason we built it that way.
- Answers land in cells, so a small dashboard can be built 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 Excel, in the web app and in Slack.
- Works on a free personal Google account — no paid Workspace plan needed.
- We live under the same 30-second wall as everyone else. A long, vague question asked from a cell can time out; the sidebar is the answer, and it's a real rough edge.
- It doesn't write formulas or restructure your sheet. Gemini and ChatGPT for Sheets both do; we don't.
- 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 →
Gemini in Google Sheets Best for: per-row AI at scale, if you're on Workspace
The default, and on the Sheets side that's a stronger statement than it is on Excel's. Google shipped a native AI worksheet function — =AI(), with =GEMINI() mapping to the same thing — that generates text, summarises, categorises, analyses sentiment, and can reach Google Search for real-time information. Fill with Gemini wraps it for bulk data entry, and as of July 2026 it works across fifteen languages.
Because it's native rather than an Apps Script add-on, it isn't bound by the 30-second custom-function limit. For filling a column across thousands of rows, that alone puts it ahead of every third-party function here.
The pricing story changed for the better in March 2025, when Google retired the $20 and $30 per-user Gemini add-ons and folded the features into the Workspace plans. If you're already on Business Standard, you have this and may not know it.
- Native function, no Apps Script ceiling — the only tool here that scales cleanly to thousands of rows.
- Already paid for if you're on Business Standard or above.
- Stays inside your Workspace tenant, which matters for anyone with a compliance team.
- Effectively requires a paid Workspace plan. Personal Gmail accounts and Business Starter get little or nothing.
- Rollouts are gradual and region-gated, so "available" and "available to you" differ by weeks.
- It reasons about the sheet, not your systems. The data still has to arrive somehow.
- No model choice — it's Gemini or nothing.
ChatGPT for Google Sheets Best for: building and interrogating a whole workbook
OpenAI began testing this in Sheets in April 2026 and launched it globally the following month alongside the Excel version, running on GPT‑5.4. It reasons across a spreadsheet rather than a selection — how tabs and formulas connect, why a number changed, where an error came from — and will build a tracker or dashboard from a description. It asks before writing, so edits can be reviewed or undone.
For anyone who works in both Sheets and Excel, one add-on covering both with shared behaviour is a genuine convenience the others don't offer.
- Strongest here at tracing an error back through a model to the cells that caused it.
- Same add-on and same behaviour in Sheets and Excel.
- No extra subscription if your team already pays for ChatGPT.
- Sidebar only — there's no custom function to fill down a column with.
- It works on the sheet that's open, so recurring reports mean re-opening and re-asking.
- New enough that Workspace admin controls and data-handling review are still catching up in many organisations.
GPT for Sheets and Docs Best for: bulk cell-by-cell AI work
The incumbent, with over seven million installs — more than everything else on this page combined. It's the reference implementation of the "run a model on every row" job: functions for classify, extract, translate, summarise and clean, filled down a column like any formula, with a sidebar for bulk runs that works around the Apps Script limits rather than into them.
It supports OpenAI, Anthropic and Google models side by side, which in practice is the most reliable way to get Claude into a Google Sheet at all. Pricing has split: existing spaces stay on prepaid credits (packs from $29, expiring after a year), new spaces go onto per-seat subscriptions with an included allowance.
- Best-in-class function set for bulk row-level work; nothing else matches it.
- Model choice across three providers, including your own API key.
- The bulk sidebar handles large jobs properly instead of fighting the 30-second wall.
- No free plan, and prepaid credits expire after twelve months.
- It fills cells; it won't reason about your spreadsheet as a whole.
- Cost is genuinely hard to predict before you've run a real job.
SheetAI.app Best for: the best free tier in the category
Sheets-native and built around a family of functions — =SHEETAI() for text, =SHEETAI_LIST() for a list down a column, =SHEETAI_TABLE() for a block of structured output — across GPT‑4o, Gemini and Claude. The table variant is the interesting one: getting structured output back into a range of cells is fiddly with most tools and straightforward here.
Fifty free calls a month is the most generous no-card free tier on this page, and enough to establish whether the approach suits your work before paying anyone.
- Real free tier, no card, enough calls to evaluate honestly.
=SHEETAI_TABLE()is the cleanest structured-output function in the category.- $5.99 with no API key required is the lowest genuine entry price here.
- Pricing is reported inconsistently across review sites — check the current page before buying.
- The cheap plan is metered; unlimited means bringing your own API key and paying tokens separately.
- Sheets only, so no help if half your team lives in Excel.
Numerous.ai Best for: solo users doing repetitive text work
Same shape as GPT for Sheets — a function that calls a model per row — with a gentler on-ramp and a lower price if you commit annually. It works in Sheets and Excel from one subscription, and the everyday uses are the unglamorous ones: categorising a product list, writing a few hundred meta descriptions, standardising inconsistent labels.
- Cheapest credible per-cell AI if you pay annually.
- Sheets and Excel from a single subscription.
- Simple enough to hand to a non-technical colleague.
- 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.
Coefficient Best for: pulling live system data into the sheet
Coefficient's real job is connectors — Salesforce, HubSpot, QuickBooks, NetSuite, Snowflake and 150-odd others — landing live data in a sheet on a schedule, with AI layered over the top. It's here because for many teams the AI question is downstream of a data question: you can't ask anything useful about your pipeline until the pipeline is in the sheet.
Check the tier boundaries before you budget. The warehouse and ERP connectors that finance teams usually want — Snowflake, Sage Intacct, NetSuite — sit on Pro and Enterprise, not Starter.
- By far the deepest connector library here.
- Scheduled refresh, so the sheet isn't stale by Wednesday.
- Sheets is its home platform; the Excel version came later.
- Per-seat pricing gets expensive fast, and $99 a seat for the connectors you probably want is a real number.
- 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.
Ajelix AI Toolkit Best for: writing and explaining formulas cheaply
A formula generator, formula explainer and Apps Script writer in a sidebar. The explainer is the underrated half — paste in a nested monster somebody left behind and get a plain-English account of what it does. It understands Sheets' own functions and named ranges rather than translating Excel syntax across, which is more than some cross-platform tools manage.
- A real free tier, small but enough to evaluate honestly.
- Formula explanation is excellent for inherited spreadsheets.
- Generates Apps Script too, which pairs well with the roll-your-own route below.
- 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, with a Sheets add-on alongside the web app and the Excel version. 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. Find out what it actually costs before committing.
- Well established, with a large library of worked examples.
- Formula generation, explanation and 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.
- Formula focus means it isn't an answer engine for your data.
Smart Fill & Smart Cleanup Best for: the job you were about to overpay for
Not AI in the large-language-model sense, and that's the point. Smart Fill detects the pattern in what you've typed and completes the column — splitting names, building email addresses from a first and last name, pulling a domain out of a URL. Smart Cleanup flags duplicates and inconsistent formatting. Both have been in Sheets for years and both are free.
I've included it because a meaningful share of what people buy AI add-ons for is pattern completion, and this does pattern completion better, faster and free. Try it before you spend anything. If it can't do the job, you now know you actually need a model.
- Free, instant, no quota, no add-on to install or get past an admin.
- Deterministic — the same input gives the same output every time, which no LLM here guarantees.
- Nothing leaves your Workspace.
- Pattern completion only. It can't classify sentiment, summarise, or answer a question.
- Needs a few examples before it infers correctly.
- Silently gives up on anything genuinely irregular.
Is there a Claude add-on for Google Sheets?
Worth stating plainly because it surprises people: there is no first-party Claude add-on for Google Sheets. Anthropic ships add-ins for Excel, Word, PowerPoint and Outlook, and shipped Claude for Excel to general availability in May 2026, but the Workspace Marketplace has no equivalent. The only first-party route to a Google spreadsheet is the Google Drive connector, which reads files rather than working inside the grid.
If you want Claude's models in a Sheet today, the working paths are GPT for Sheets or SheetAI, both of which let you pick Claude as the model, or an Apps Script function calling the Anthropic API directly. It's a real asymmetry between the two platforms, and if Claude is central to how your team works, it's a point in Excel's favour.
How to add AI to Google Sheets
Whichever tool you land on, the mechanics are the same three steps:
- Install from the Marketplace. In your sheet, Extensions → Add-ons → Get add-ons, search for the tool, install, and grant the permissions it asks for. On a managed Workspace domain an admin may have to approve it first, or install it domain-wide on your behalf.
- Find it under Extensions. Installed add-ons appear in the Extensions menu, usually opening a sidebar. Custom functions become available immediately — start typing
=SHEETAI,=GPTor=QUIRIZ.ASKand Sheets will autocomplete once the add-on has loaded. - Skip all of it if you're on Workspace. Gemini needs no installation. Type
=AI("summarise this", A2)in a cell, or select a range and use Fill with Gemini. If you're on Business Standard or above it's already switched on.
One thing that catches people out: a newly installed custom function returns #NAME? until the add-on finishes loading for that sheet. Reload the tab before concluding it's broken.
Rolling your own with Apps Script
The honest option nobody selling an add-on will mention: Apps Script is free, ships with Sheets, and a custom function that calls a model API is about fifteen lines of UrlFetchApp. Store the key in Script Properties, wrap the call, name the function, and you have =MYAI() in the grid at token cost and nothing else.
What you don't get is a settings interface, prompt templates, batching around the execution limits, retries, error handling, or anyone to ask when it breaks at month-end. That gap is what the paid add-ons sell, and for most teams it's worth paying for. For one person with one repetitive task, it usually isn't.
The same reasoning extends outward. An MCP server exposes a system to an AI assistant through the Model Context Protocol, so an assistant can read and act on it directly — Quiriz publishes one, so an assistant can query your governed datasets and return the same answer the add-on gives. An AI skill is a packaged set of instructions an assistant loads for a kind of work. Neither is an add-on; there's no sidebar and nothing in the Marketplace. But if your day already runs inside an assistant, they replace a good chunk of what an add-on is for.
Which one should you pick?
- You're on Workspace Business Standard or above. You already have Gemini and the AI function. Use them before buying anything, especially for per-row work — nothing else here escapes the 30-second wall.
- You're on a personal Google account. Gemini is largely out. SheetAI's free tier is the best starting point.
- You already pay for ChatGPT. Install the Sheets add-on. It's free to you and strong at whole-sheet reasoning.
- You need Claude specifically. GPT for Sheets or SheetAI, since there's no first-party option.
- You need a formula, not an analyst. Ajelix on the free tier, then $5.95 if it earns it.
- You're filling a column with a repeating pattern. Try Smart Fill first. It's free and it might be the whole answer.
- Your data isn't in the sheet yet. Coefficient, 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 Sheets 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. Works on a free Google account. Free to start.
Frequently asked questions
What is an AI add-on for Google Sheets?
Do I need a paid Google Workspace plan to use AI in Google Sheets?
What is the AI function in Google Sheets?
=AI() and =GEMINI() map to it. It generates text, summarises, categorises, analyses sentiment and can pull real-time information from Google Search. It is the engine behind Fill with Gemini, and unlike a third-party custom function it isn't bound by Apps Script's execution limits.Why do AI formulas in Google Sheets time out or get stuck on Loading?
Are there free AI add-ons for Google Sheets?
How do I use AI in Google Sheets?
=AI("summarise this", A2) into a cell, or select a range and use Fill with Gemini. Nothing to install. Otherwise, install an add-on from the Google Workspace Marketplace via Extensions, Add-ons, Get add-ons — SheetAI has the most generous free tier, GPT for Sheets is the most widely used, and Quiriz answers questions against a dataset you refresh. Installed add-ons appear under the Extensions menu, and their custom functions return a #NAME? error until the add-on has finished loading for that sheet, so reload the tab before assuming something is wrong.Does Google Sheets have a built-in AI function?
=AI() and =GEMINI() map to it. It generates text, summarises, categorises, analyses sentiment and can reach Google Search for real-time information, and it powers Fill with Gemini. Because it is native rather than an Apps Script add-on, it is not bound by the roughly 30-second execution limit that applies to third-party custom functions, which makes it the only option here that scales cleanly to thousands of rows. It effectively requires Business Standard or above.Is there a Claude add-on for Google Sheets?
Can I build my own AI function in Google Sheets instead of buying an add-on?
UrlFetchApp. You pay only for tokens. What you don't get is a settings UI, prompt templates, batching around Apps Script's limits, error handling, or anyone to ask when it breaks — which is roughly what the paid add-ons are selling.Directory compiled and verified September 2026 from vendor pricing pages, Google Workspace Marketplace listings, Google Workspace release notes and official product documentation. Availability, licensing and prices in this category change frequently — confirm with each provider before purchasing.