Back to Learn
Deep dive · 92

Excel and AI:
what actually
changes

You spend hours in Excel fumbling through formulas, cleaning up data that came in a mess, figuring out how to cross-reference two tables without breaking everything? I've been there. For the past few months, I've been using AI tools — Copilot, ChatGPT, Gemini, Claude — directly in my spreadsheets. Not to do magic tricks. To move faster, actually understand what I'm doing, and stop wasting time on tasks I used to run on autopilot.

9 min read Level Beginner Tools Microsoft Copilot, ChatGPT, Gemini, Claude
In 30 seconds

What you'll walk away with

Excel was eating too much of my time

I'm not a developer. I'm not an Excel power user with twenty years of practice under my belt either. But like a lot of entrepreneurs, I spend a good chunk of my week in spreadsheets: cash flow tracking, customer data analysis, consolidating files exported from a dozen different tools.

For a long time, my method was always the same: Google the formula, copy an example that looks close to what I need, adapt it by trial and error, start over when it breaks. Efficient? Not really. Mostly, it killed my momentum. I spent more time wrestling with function syntax than actually analyzing what the numbers were telling me.

AI changed that. Not dramatically at first. But gradually, I started describing what I wanted to do — in plain English, in one sentence — and getting a working formula in a few seconds. Then I discovered that some tools could read my tables, spot anomalies, and suggest analyses I wouldn't have thought to run.

According to the U.S. Chamber of Commerce, 58% of small businesses were using generative AI in 2025, up from just 23% two years earlier. This isn't a topic reserved for big companies anymore. It's become an everyday tool, including for people who don't know how to code.

In this article, I walk you through the four tools I've tested in Excel (and Google Sheets), what they actually do, and how to use them without getting lost in the technical weeds.

Copilot: the assistant that reads your workbook

Microsoft Copilot for Microsoft 365 integrates directly into Excel as a side panel. What sets it apart from a regular chatbot is that it understands your workbook's context: column headers, data types, formulas already in place. It doesn't answer in the abstract — it answers based on your data.

In practice, you can ask it: "Calculate total sales by region for June" or "Create a conditional formatting rule to highlight margins below 10% in red." It generates the formula or applies the rule directly in your sheet.

In 2026, Copilot received regular updates, including Python-based analysis (which lets it run advanced statistical calculations without you writing a single line of code) and finance-specific skills. If you work with financial spreadsheets — forecasts, cash flow dashboards — these additions are genuinely useful.

My takeaway on Copilot

Copilot really shines when your workbook is well structured: clear headers, consistent columns, no merged cells all over the place. The cleaner your table, the more relevant its suggestions. If your data is a bit chaotic, clean it up first before asking it anything.

The main limitation: Copilot requires a Microsoft 365 subscription with the Copilot license activated. It's not included in the base plans. Whether it's worth the investment depends on how much you'll actually use it.

ChatGPT in Excel: describe it and get it

Since May 5, 2026, the ChatGPT integration for Excel and Google Sheets has been available on all plans, powered by GPT-5.5. You no longer need an enterprise plan to use it.

The simplest use — and the most immediately useful — is formula generation. You describe what you want to do in plain language, and ChatGPT gives you the formula with an explanation. For example: "I have a column A with dates and a column B with amounts. I want to calculate the sum of amounts for the last 30 days." You get a SUMIFS formula with the right date criteria, plus an explanation of each argument.

What's valuable is the explanation. I don't just want to copy a formula I don't understand. I want to know why it works, so I can adapt it next time.

ChatGPT is also effective for data cleaning. Paste in a sample of your messily formatted data — dates in US format, phone numbers with no consistency, names with extra spaces — and ask it for a formula to standardize them. In most cases, you get something usable in a few seconds.

To get the most out of ChatGPT in this context, the quality of your question matters a lot. A vague prompt gives a vague answer. If you want to go deeper on this, I wrote an article on how to write a good prompt when you're not a developer.

Gemini: Google's AI in your Sheets

If you work in Google Sheets rather than Excel, Gemini is the tool to know. Since April 2026, it lets you build and edit entire spreadsheets in plain language. But what interested me most is its ability to pull data from other Google sources: your emails, your Google Chat conversations, your files in Drive.

Imagine you receive weekly reports by email. Gemini can go fetch that information and consolidate it into a table, without you having to copy-paste everything manually. That's the kind of automation that saves a lot of time on repetitive tasks.

For pure Excel users, Gemini is less directly integrated. But if your workflow mixes Google Workspace and Excel, it's worth exploring.

The Gemini 3.6 Flash and 3.5 Flash-Lite models became available via API in July 2026. A Gemini 4 model is planned for August 2026, with a much larger architecture. These rapid developments show the tool will keep gaining capability in the months ahead.

To understand what's running under the hood of these tools — Copilot, ChatGPT, Gemini — check out the glossary entry on LLMs that I recently updated.

Claude: for the formulas that scare you

Anthropic launched an official Claude add-in for Excel in 2026. It works as a sidebar that reads multiple tabs and understands the connections between cells — not just the content of a single isolated sheet.

What sets Claude apart from the other tools in this context is its precision on complex formulas. According to independent tests published in July 2026, Claude is the most accurate model for complex array formulas, LAMBDA functions, and Power Query M code.

LAMBDA functions, for those who haven't come across them, let you create your own custom functions in Excel without going through VBA. They're powerful, but the syntax isn't exactly intuitive. That's precisely the kind of case where having a tool that generates and explains the formula makes all the difference.

Power Query M is the language used to transform data in Power Query (Excel's built-in data cleaning and transformation tool). Again, incredibly useful — but not very accessible without help.

The trap to avoid with Claude

Claude is excellent at generating complex formulas, but like any AI tool, it can get things wrong. Always test the formula on a small dataset before applying it to your full file. A formula that looks correct can behave unexpectedly on edge cases — empty cells, negative values, duplicates.

The Claude Opus 5 model launched on July 24, 2026, designed for complex tasks and enterprise work. If you have advanced analysis or data auditing needs, that's the one to test first.

What AI actually changes day to day

Beyond formulas, AI in Excel changes how I approach data analysis altogether. Before, I built pivot tables by hand, picked charts out of habit, and missed correlations I hadn't thought to look for.

Now I can ask Copilot or ChatGPT: "What are the unusual trends in this table?" or "Which expense category varied the most this quarter?" and get an answer in seconds, with an explanation.

It's also useful for data cleaning. When you import a CSV from an external tool, the data rarely comes in clean. Inconsistent formats, poorly named columns, blank rows. AI can spot these issues and suggest formulas to fix them — or fix them directly if you're using Copilot.

For entrepreneurs who want to go further with automation — not just in Excel, but across their whole workflow — I have a dedicated article on how to automate tasks without code. AI in Excel is just one piece of the puzzle.

Agentic workflows — where AI chains multiple actions autonomously — are starting to show up in Excel too, particularly through Copilot. It's still early days, but that's the direction the tool is heading.

Where to start without getting overwhelmed

Here's how I'd approach things if I were starting over today.

Start with just one tool. If you're on Microsoft 365 and have access to Copilot, start there — the integration is native and you don't have to juggle multiple windows. If you don't have Copilot, ChatGPT outside of Excel (describe your problem, copy the formula) is a frictionless entry point.

Identify your repetitive tasks. Which formulas do you rewrite all the time? Which tables do you clean every week? Which analyses do you run manually? Those are the first candidates to hand off to AI.

Learn to describe things precisely. "Make a formula for my sales" gets you nowhere useful. "I have a column A with dates in DD/MM/YYYY format and a column B with amounts in euros. I want the sum of amounts for rows where the date falls in the current month." — now you're getting something usable. Prompt engineering isn't just for developers: it's simply the art of asking clearly. And that's a skill you pick up fast.

Never trust blindly. Always check the result. AI makes mistakes, especially on edge cases. Test on a small sample, compare with what you expected, adjust if needed.

On privacy: never paste sensitive data (client names, confidential financials, personal information) into an external chatbot. Copilot, within the Microsoft 365 Enterprise context, is subject to Microsoft's privacy commitments — but check the terms of your subscription. For ChatGPT and Claude in web mode, data you send may be used to improve the models depending on your account settings.


FAQ

Does AI in Excel replace the need to know Excel formulas?

No, it doesn't replace understanding — but it lowers the barrier to entry. If you know what you want to achieve and can describe it clearly, AI generates the formula. But understanding what it does — at least roughly — lets you catch errors and adapt the formula to your specific case. AI is an accelerator, not a substitute for understanding.

What are the privacy and data security concerns with using AI in Excel?

This is the question you can't skip. Copilot within Microsoft 365 Enterprise is governed by Microsoft's privacy terms. For external tools like ChatGPT or Claude in web mode, the data you send may be processed by the publishers' servers. Simple rule: never paste personal, sensitive financial, or confidential data into an external chatbot. Work with anonymized data or made-up examples when you're testing formulas.

Are these AI tools for Excel free or paid, and what do they cost?

It depends on the tool. ChatGPT for Excel has been available on all plans since May 2026, including free plans. Copilot requires a Microsoft 365 subscription with the Copilot license activated, which is on top of the base Microsoft 365 cost. Claude and Gemini offer free versions with limitations, and paid plans for heavier use. Before subscribing, test the free versions to see if the tool actually fits your workflow.

How do I choose the right AI tool for my specific needs in Excel?

If you're already in the Microsoft 365 ecosystem, Copilot is the logical choice for its native integration. If you want to generate formulas and explanations without an extra subscription, ChatGPT is a solid starting point. If you're working on complex formulas — LAMBDA, Power Query — Claude is recognized for its precision on exactly those cases. And if your workflow is centered on Google Workspace, Gemini in Google Sheets is the one to explore first.

Can AI help me create interactive dashboards and data visualizations?

Yes, to a degree. Copilot can suggest charts suited to your data and create pivot tables. ChatGPT can walk you through building a dashboard step by step. But creating truly interactive visualizations — with dynamic filters, slicers — is still something you need to drive yourself. AI helps you move faster; it doesn't design the dashboard for you.

Do you need to be an AI or programming expert to use these features effectively?

No. That's precisely what makes these tools interesting for non-developer entrepreneurs. You don't need to know what a language model is or how it works. You need to know how to describe clearly what you want. The only skill to develop is formulating precise requests — and that's something you pick up quickly.


My takeaways

I started using AI in Excel without much conviction. I figured it would be useful for developers, not for me. I was wrong.

What changed is my relationship with time. Not dramatically — I'm not claiming I cut my work hours in half. But the small frictions that used to kill my momentum — hunting for a formula, cleaning up an import, figuring out why my VLOOKUP wasn't working — have almost disappeared.

I test all of this for myself first. And if you spend your days in spreadsheets, I think you'll find it useful too. Start small: one formula, one repetitive task, one table to clean up. AI in Excel isn't a revolution you have to absorb all at once. It's a habit you build, one use case at a time.

Jérémy Sagnier
Thanks for reading this far 👋

Shall we keep going?

I test AI for real and share what actually works, no jargon, no hype. If this article was useful, the easiest way to stay in the loop is my Friday letter. And if you have a question or a doubt: reply to me, I read everything.

Get the newsletter → Read more articles