Extract domain from email column
Write an Excel formula that extracts the domain from emails in column A starting at A2.
An Excel AI assistant turns plain-English into formulas, pivot tables, charts, and VBA. Compare Microsoft Copilot, GPT-5, Claude Sonnet 4.6, and Gemini 3 Pro on the same prompt — and catch the errors in the 88% of spreadsheets that have them.
GPT-5 · Claude 4.6 · Gemini 3 Pro · Grok 4 · DeepSeek R1
| A | B |
|---|---|
| jane@acme.io | acme.io |
| k.osei@orbital.dev | orbital.dev |
| support@zerotwo.ai | zerotwo.ai |
Prompt
Extract the domain from email column A starting at A2.
Formula
=TEXTAFTER(A2,"@")Sample · your live sheet replaces these rows
TL;DR
An Excel AI assistant turns plain-English requests into formulas, pivot tables, charts, and VBA — eliminating the manual lookup loop and helping catch the mistakes in the 88% of spreadsheets that contain errors. Microsoft Copilot ($30/user/month) lives inside Excel; tools like ZeroTwo let you compare 60+ models (GPT-5, Claude Sonnet 4.6, Gemini 3 Pro) on the same prompt so you ship the right formula the first time. Best for analysts, finance teams, ops, and anyone who lives in spreadsheets.
An Excel AI assistant is a tool that converts natural-language instructions into Excel formulas, pivot tables, charts, conditional-formatting rules, and VBA macros. The category splits into two shapes: tools that live inside Excel and can read or write to your live workbook (Microsoft Copilot, the GPT for Excel add-in, the Coefficient AI assistant) and tools that live next to Excel as an external workspace where you paste a sample, get a formula, and copy it back (ZeroTwo, ChatGPT, Claude, Gemini).
The two shapes solve different problems. Inside-Excel tools win when the AI has to see your sheet — surface a trend across 80 columns, write back into a specific cell, or build a pivot on a 200,000-row table. External tools win on cost, model choice, and a critical second pair of eyes: with an external workspace you can run the same prompt through Claude Sonnet 4.6 and GPT-5 in fifteen seconds and ship the formula they agree on. That two-model cross-check is the cheapest insurance against the documented 88% spreadsheet error rate from Panko's University of Hawaii research.
Excel already ships a small built-in AI layer — Analyze Data and Ideas — which answers natural-language questions over a tidy table and suggests charts. The full assistant experience (formula generation across any cell, the =COPILOT() worksheet function, the Edit-with-Copilot pane, image-to-table OCR) lives behind a paid Microsoft 365 Copilot license at $30/user/month for enterprise, or the consumer Copilot Pro at $20/month.
"Excel with Python is like GitHub with Copilot... It is like having a data analyst."
The right Excel AI assistant depends on two variables — how sensitive your data is and how deeply the AI needs to touch the live workbook. Score yourself on each axis, then read the cell. The recommended cells are highlighted in emerald.
Public sample data + a one-shot formula question. Paste a row, get the formula, ship.
Public data, but the AI needs live-cell context across many sheets. Add-in lives inside Excel.
Replace real names/IDs with placeholders, get the formula, apply it locally.
PII + live workbook context. Data stays in your Microsoft tenant.
Most teams sit in cell A1 or A2 — public-ish sample data, single-formula questions — and over-buy when they default to a $30/seat enterprise Copilot license without checking. Walk the matrix before you swipe the card.
The fastest way to get value from an Excel AI assistant is a library of pre-tested prompts mapped to formulas. Click any card to reveal the expected output and a one-line verification tip. Then open a new chat with sample data and run them.
Write an Excel formula that extracts the domain from emails in column A starting at A2.
Convert =VLOOKUP(D2,Pricing!A:C,3,FALSE) to XLOOKUP and explain why XLOOKUP is safer.
From this 12-row sample of orders (Date, Region, Amount), build a pivot summing Amount by Region across quarters.
I have 6 months of revenue for 2025 and 2026 plus a ±10% confidence band. Which Excel chart type and why?
Why does =SUMIFS(C:C,A:A,"East",B:B,">"&D2) return 0 when I can see Eastern rows above D2 value?
Write a VBA macro that, on Sheet1, highlights every row in the used range where column D is less than column E.
Conditional formatting rule that highlights duplicates in column A while ignoring case differences.
Formula to remove non-printing characters and collapse double spaces in column B starting at B2.
Regex formula to extract order numbers shaped like ORD-12345 from a free-text notes column starting at A2.
Given a Customers sheet (Name, Revenue_T0, Revenue_T90), return the top 5 customers by revenue growth rate.
Given monthly revenue in B2:B13, project the next 6 months using a linear model.
From a base MRR (B1), monthly churn (B2), monthly new MRR (B3), project 12 months under best (−25% churn / +25% new), base, and worst (+25% / −25%) scenarios.
Run any of these prompts on GPT-5, Claude, or Gemini
No M365 Copilot add-on. No credit card. Free tier covers daily formula and analysis prompts across the top frontier models.
AI-generated Excel formulas are good enough for first drafts but unreliable for production without a verification step. Excel formulas have a documented 88% error rate even when written by humans, according to Ray Panko's University of Hawaii research — the foundational peer-reviewed study on spreadsheet errors. Across 14 lab studies of 967 individuals, the average cell error rate is 3.9% and manual review catches only about half of the mistakes (arXiv:0802.3457). AI doesn't escape this — it inherits it. The fix is not to skip AI, it's to verify.
A2:A100 when your data goes to row 1,247. Always confirm the upper bound on your actual sheet.EXACTMATCH or call REGEXEXTRACT on Excel 2019 (it's 365 only). Test before you trust.SUMIFS, >, and date math.Test on a single row first. Paste the formula into one cell, verify the result, then fill down.
Check $ placement. Absolute vs. relative references — get this wrong and the formula breaks the moment you copy it.
Run the same prompt through a second model. Ship the formula they agree on. Ten seconds, kills most errors.
Microsoft Copilot wins when you need the AI to read your live workbook and write back into cells. Third-party assistants win on cost, model variety, and formula-generation quality. Most teams need both — Copilot for the workflows that only an in-app AI can do, an external workspace for everything else.
| Capability | Microsoft 365 Copilot | ZeroTwo (external workspace) |
|---|---|---|
| Lives inside Excel | Yes — pane + =COPILOT() function | No — paste sample, copy formula back |
| Reads live workbook | Yes | No (paste sample manually) |
| Models available | OpenAI GPT family (model-picker rolling out) | 60+ — GPT-5, Claude Sonnet 4.6, Gemini 3 Pro, Grok 4, DeepSeek R1 |
| Two-model cross-check | No (single model) | Yes — same prompt, two models, 10 seconds |
| VBA & macro generation | Yes | Yes |
| Data stays in tenant | Yes (M365 tenant) | Yes (ZeroTwo account; anonymize sensitive data) |
| Free tier | No | Yes |
| Price | $30/user/month (enterprise) · $20/mo (Copilot Pro consumer) | Free · Pro $29.99/mo · Pro 2x $59.98/mo · Ultra $120/mo |
Of Excel spreadsheets contain at least 1% errors in their formulas. Panko, University of Hawaii
Error-detection rate during manual spreadsheet review; 3.9% average cell error rate across 14 lab studies (967 people). Panko, arXiv 0802.3457
Estimated Excel users worldwide — one of the most widely used productivity apps on earth. Senacea
Paid Microsoft 365 subscribers, with 200M+ licensed Word/Excel/PowerPoint desktop users. SQ Magazine, M365 Stats 2026
Of finance leaders still consider Excel their most-used tool for automating financial tasks. Rossum via Datarails
Saved by Husch Blackwell's legal team using Microsoft 365 Copilot across everyday tasks. Microsoft 365 Blog
Workers across 31 countries surveyed in Microsoft's 2025 Work Trend Index dataset. Microsoft WTI 2025
Microsoft 365 Copilot enterprise add-on, on top of an existing M365 license (annual commitment). Copilot Pro consumer tier is $20/mo. Microsoft AI in Excel
Pasting a sample of your data into a chat with GPT-5, Claude, or Gemini and asking for a formula is the fastest free way to get an Excel AI assistant. Running the same prompt through two models takes ten seconds and catches most errors. Here's the workflow.
Copy 5–20 representative rows from your spreadsheet. Anonymize names, emails, or IDs first if the data is sensitive. Drop them into ZeroTwo with the column headers intact.
Pick a prompt from the 12-prompt library above and adapt it to your columns. "Extract the domain from emails in column A." "Build a pivot summing Amount by Region across quarters." "Write VBA to highlight every row where D < E."
Switch from Claude Sonnet 4.6 to GPT-5 (or vice versa) and re-run the same prompt. Ship the formula they agree on. If they disagree, that's a signal to read the formula more carefully — and probably the most useful ten seconds you'll spend all day.
Microsoft's 2025 ROI is real — Husch Blackwell's legal team saved ~8,800 hours with Copilot. But the most common Excel AI workflow doesn't need an enterprise add-on — it needs a fast chat, two models, and a verified formula.
88% of spreadsheets contain formula errors — AI assistants help, but verification is non-negotiable (Panko, University of Hawaii).
Microsoft Copilot wins for live-workbook context; external AI assistants win for cost, formula generation, and audit-by-second-model.
Save 12 pre-tested prompts; you'll out-perform 90% of one-off ChatGPT users with the same effort.
Two-model cross-check any formula touching money, dates, or production data — costs ~10 seconds, prevents hours of cleanup.
ZeroTwo's all-in-one workspace covers 60+ models under one subscription, including a free tier for formula generation — no Microsoft 365 Copilot add-on required.
For native in-app integration where the AI reads and writes to your live workbook, Microsoft 365 Copilot is the best Excel AI assistant — it lives inside Excel and ships with the new =COPILOT() formula and Edit-with-Copilot pane. For formula generation, pivot building, and analysis without the M365 Copilot add-on cost, an all-in-one workspace like ZeroTwo lets you compare GPT-5, Claude Sonnet 4.6, and Gemini 3 Pro on the same prompt — and a two-model cross-check is the cheapest insurance against formula errors. Best for cost-conscious teams: a third-party workspace plus a quick verification pass.
Yes. ZeroTwo has a free tier covering formula generation, data analysis prompts, and chart recommendations across 60+ models including GPT-5, Claude Sonnet 4.6, and Gemini 3 Pro — no credit card required. The official =COPILOT() function and the Copilot pane in Excel require a paid Microsoft 365 Copilot license. ChatGPT's free tier and Claude's free tier also write Excel formulas, but you switch tools to switch models.
Excel has built-in Analyze Data and Ideas — limited natural-language Q&A over a tidy table. Microsoft Copilot is the full AI assistant, with formula generation, pivot building, chart suggestions, and a =COPILOT() worksheet function — but Copilot is a paid add-on at $30/user/month for enterprise (or $20/month for the consumer Copilot Pro tier), not bundled with standard Microsoft 365.
Claude Sonnet 4.6 and GPT-5 produce the cleanest formula syntax in our tests — both handle modern Excel functions (XLOOKUP, LET, LAMBDA, REGEXEXTRACT, GROUPBY, PIVOTBY) and explain the formula. Gemini 3 Pro is strongest on very wide sheets where the model has to reason across many columns. Run the same prompt through two models and ship the one whose output matches — this is the fastest hedge against the documented 88% spreadsheet error rate.
Yes. ChatGPT writes Excel formulas, explains existing formulas, generates pivot configurations, drafts VBA, and analyzes pasted CSV data. It cannot read your live workbook or write back into cells unless you install the GPT for Excel add-in. The same is true of any external assistant (ZeroTwo, Claude, Gemini): the workflow is copy-paste sample data in, copy-paste formula out.
Microsoft 365 Copilot is $30/user/month for enterprise customers, billed annually, on top of an existing Microsoft 365 license. There is also a consumer Copilot Pro tier at $20/user/month, which includes Copilot in the Microsoft 365 desktop apps for personal Microsoft accounts. External AI assistants are typically far cheaper per seat — ZeroTwo's Pro tier is $29.99/month for all 60+ models combined.
Yes. Both Microsoft Copilot and external AI assistants can produce the pivot configuration (rows, columns, values, filters) and, in modern Excel (365), can also write the underlying GROUPBY or PIVOTBY worksheet function as a single-cell dynamic-array formula. Paste a 10–20 row sample of your data into ZeroTwo, ask 'build a pivot summing Amount by Region across quarters,' and you'll get either the PIVOTBY one-liner or a step-by-step PivotTable build.
ZeroTwo gives you GPT-5, Claude Sonnet 4.6, Gemini 3 Pro, Grok 4, and 60+ other AI models in a single subscription. Paste a row of your spreadsheet, get a formula, then re-run the same prompt on a second model as a cross-check — this two-model verification catches the failure modes (wrong reference style, hallucinated functions, off-by-one ranges) that lead to the 88% spreadsheet-error rate. No Microsoft 365 Copilot add-on required, free tier available, Pro at $29.99/month.
Still deciding? Try ZeroTwo → and run one of the 12 prompts on your real data.
ZeroTwo gives you 60+ models — including Claude Sonnet 4.6, GPT-5, and Gemini 3 Pro — for one subscription. Free tier, no credit card.
Start writing formulas →