By using this site, you agree to the Privacy Policy and Terms of Use.
Accept

GadgetBond

  • Latest
  • How-to
  • Tech
    • AI
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Add GadgetBond as a preferred source to see more of our stories on Google.
Font ResizerAa
GadgetBondGadgetBond
  • Latest
  • Tech
  • AI
  • Deals
  • How-to
  • Apps
  • Mobile
  • Gaming
  • Streaming
  • Transportation
Search
  • Latest
  • Deals
  • How-to
  • Tech
    • Amazon
    • Apple
    • CES
    • Computing
    • Creators
    • Google
    • Meta
    • Microsoft
    • Mobile
    • Samsung
    • Security
    • Xbox
  • AI
    • Anthropic
    • ChatGPT
    • ChatGPT Atlas
    • Gemini AI (formerly Bard)
    • Google DeepMind
    • Grok AI
    • Meta AI
    • Microsoft Copilot
    • OpenAI
    • Perplexity
    • xAI
  • Transportation
    • Audi
    • BMW
    • Cadillac
    • E-Bike
    • Ferrari
    • Ford
    • Honda Prelude
    • Lamborghini
    • McLaren W1
    • Mercedes
    • Porsche
    • Rivian
    • Tesla
  • Culture
    • Apple TV
    • Disney
    • Gaming
    • Hulu
    • Marvel
    • HBO Max
    • Netflix
    • Paramount
    • SHOWTIME
    • Star Wars
    • Streaming
Follow US
AIAppsMicrosoftProductivityTech

Microsoft Excel adds a COPILOT formula so AI can fill the grid — and yes, it writes in cells now

With the new Copilot formula, Excel users can automate tasks like tagging feedback, building tables, and generating product blurbs using natural language prompts.

By
Shubham Sawarkar
Shubham Sawarkar's avatar
ByShubham Sawarkar
Editor-in-Chief
I’m a tech enthusiast who loves exploring gadgets, trends, and innovations. With certifications in CISCO Routing & Switching and Windows Server Administration, I bring a sharp...
Follow:
- Editor-in-Chief
Aug 25, 2025, 7:05 AM EDT
Share
COPILOT function in Microsoft Excel
Image: Microsoft
SHARE

If you thought Excel’s AI was already busy enough suggesting charts and answering questions in a side panel, Microsoft just pushed the assistant inside the grid itself. This month, the company began rolling out a new =COPILOT() formula that lets you type a natural-language prompt directly into a cell, point the formula at a range, and have an LLM return results that spill into the sheet — classifying feedback, summarizing text, generating descriptions, building mini-tables and more.

What it is (and how you actually use it)

Think of =COPILOT() like any other Excel function, except its “work” happens by calling a large language model. The basic syntax Microsoft shows is:

=COPILOT(prompt_part1, [context1], [prompt_part2], [context2], ...)

So to classify a column of customer comments, you might write:

=COPILOT("Classify this feedback", D4:D18)

or to make product blurbs from specs:

=COPILOT("Create a description for this product based on its specs", B2:B8)

Because the function is integrated into Excel’s calculation engine, results update automatically when source cells change, and you can nest COPILOT inside other Excel machinery (IF, SWITCH, LAMBDA, WRAPROWS, etc.). That makes it feel — for better or worse — like just another formula.

The engine under the hood

Reporting indicates Microsoft is running the function against an OpenAI model (reported as gpt-4.1-mini), which is why the results are natural-language first. Microsoft itself frames the feature as the successor to the experimental LABS.GENERATIVEAI function that it trialed inside Excel Labs in 2023, but now it’s a built-in function available to Copilot customers in preview.

Limits, guardrails and privacy

Microsoft is explicit about two practical limits right now:

  • The COPILOT function is model-grounded: it cannot fetch live web pages or reach into enterprise stores (SharePoint, Teams, etc.) — at least initially. If you want enterprise or web sources included, you must import the data into the workbook or wait for future updates that expand its knowledge sources.
  • Usage is throttled to keep compute predictable: the function currently supports 100 calls every 10 minutes and up to 300 calls per hour (Microsoft explains workarounds such as passing arrays so a single call can process many rows). Also, Microsoft warns that the function is not meant for numerically heavy-math or high-stakes legal/regulatory decisions because LLMs can return incorrect responses.

On privacy, Microsoft says data is passed through COPILOT is not used to train its models — the inputs remain “confidential” and are used only to produce the requested output. That’s an important distinction for businesses that have been nervous about shipping customer or internal text into third-party models.

Who can use it today (and how you get it)

The feature is rolling out to Microsoft 365 Beta Channel users who have a Microsoft 365 Copilot license — Windows and Mac builds are supported now, with web availability promised soon through Microsoft’s Frontier/web preview channels. Distribution is staged, so even some Beta users report waiting for the feature to be enabled on their accounts.

How it stacks up to Google Sheets

This isn’t a unique idea: Google added a similar cell-filling AI capability to Sheets earlier in the summer that uses Gemini and Workspace Labs tooling to generate text into selected ranges (Google’s rollout supports up to 200 selected cells per generation, for example). The two approaches converge on the same user problem — automating repetitive text work inside a spreadsheet — but each company’s limits and licensing models differ (Microsoft ties this to the Copilot add-on; Google’s functionality has been part of Workspace Labs / Gemini access paths). If you live in spreadsheets, this now becomes a platform choice as much as an AI capability.

Practical uses (and pitfalls)

What you’ll see people trying right away:

  • Bulk classify and tag survey responses or support tickets inside a table.
  • Summarize long comments into one-line takeaways for reporting.
  • Generate marketing copy variations from product specs directly into a campaign spreadsheet.
  • Auto-format a column of messy text into consistent labels, lists or mini-tables that spill across rows and columns.

But caveats matter: the model can invent plausible-sounding but incorrect facts (hallucinations), it won’t know things outside the cells you give it, and frequent recalculation can create compute costs and weird nondeterminism in results. Microsoft suggests reviewing outputs, and treating COPILOT as an assistant rather than an infallible calculator.

Why this matters

Putting LLMs inside cell formulas changes the mental model for spreadsheet power users. Historically, automation in Excel meant VBA, Power Query, or complex formula workarounds; now non-developers can ask the sheet to “do the thinking” in plain English. That broadens who can automate workflows — but it also pushes organizations to rethink governance, auditing and accuracy checks in a place where small mistakes can cascade into big business decisions.

If you live in Excel — and a lot of knowledge work does — =COPILOT() is the sort of change that quietly makes the grid more like a writable AI canvas. It won’t replace skilled analysts, but it will let more people ask spreadsheets to do the tedious parts of the job in plain English. Try it carefully, double-check the outputs, and expect Microsoft to iterate quickly: this is very much still the preview phase.


Discover more from GadgetBond

Subscribe to get the latest posts sent to your email.

Most Popular

The $19 Apple polishing cloth supports iPhone 17, Air, Pro, and 17e

Apple MacBook Neo: big power, surprising price, one clear target — Windows

Everything Nothing announced on March 5: Headphone (a), Phone (4a), and Phone (4a) Pro

OpenAI’s GPT-5.4 is coming — and it’s sooner than you think

BenQ’s new 5K Mac monitor costs $999 — here’s what you’re getting

Also Read
Close-up of a person holding the Google Pixel 10 Pro Fold in Moonstone gray with both hands, rear-facing triple camera array and Google "G" logo prominently visible, worn against a silver knit top and blue jacket with a poolside background.

Pixel Care+ makes owning a Pixel a lot less scary — here’s why

Woman with blonde curly hair sitting outside in a lush park, holding a blue Google Pixel 10 and smiling at the screen.

Pixel 10a, Pixel 10, Pixel 10 Pro: one winner for every buyer

Google Search AI Mode showing Canvas in action, with a split-screen view of a conversational AI chat on the left and an "EE Opportunity Tracker" scholarship and grant tracking dashboard on the right, displaying a total funding secured amount of $5,000, scholarship cards with deadlines, and status labels including "To Apply" and "Awarded."

Google’s Canvas AI Mode rolls out to everyone in the U.S.

Google NotebookLM app listing on the Apple App Store displayed on an iPhone screen, showing the app icon, tagline "Understand anything," a Get button with In-App Purchases noted, 1.9K ratings, age rating 4+, and a chart ranking of No. 36 in Productivity.

NotebookLM Cinematic Video Overviews are live — here’s what’s new

A Google Messages conversation on an Android phone showing a real-time location sharing card powered by Find Hub and Google Maps, displaying a live map view near San Francisco Botanical Garden with a blue location dot, labeled "Your location – Sharing until 10:30 AM," within a chat about meeting up for coffee.

Google Messages real-time location sharing is here — here’s how it works

Screenshot of the Perplexity Pro interface with the model picker dropdown open, displaying GPT-5.4 labeled as New with the Thinking toggle switched on, and other available models including Sonar, Gemini 3.1 Pro, Claude Sonnet 4.6, Claude Opus 4.6 (Max-only), and Kimi K2.5.

GPT-5.4 is now on Perplexity — here’s what Pro/Max users get

A Microsoft Excel spreadsheet titled "Consumer Full 3 Statement Model" displaying a Balance Sheet in millions of dollars with historical financial data across four years (2020A–2023A), showing line items including cash and equivalents, accounts receivable, inventory, PP&E, goodwill, total assets, accounts payable, current debt maturities, and total liabilities, alongside an open ChatGPT sidebar panel where a user has asked ChatGPT to build an EBITDA-to-free-cash-flow conversion bridge with charts placed on the Balance Sheet tab, and the AI is actively responding by planning the analysis, filling in financing cash rows, and executing multiple actions in real time.

ChatGPT for Excel is here — and it runs on GPT‑5.4

ChatGPT logo and wordmark in white on a soft blue and orange gradient background, representing OpenAI’s ChatGPT platform.

OpenAI’s GPT-5.4 can click, type, and work your PC for you

Company Info
  • Homepage
  • Support my work
  • Latest stories
  • Company updates
  • GDB Recommends
  • Daily newsletters
  • About us
  • Contact us
  • Write for us
  • Editorial guidelines
Legal
  • Privacy Policy
  • Cookies Policy
  • Terms & Conditions
  • DMCA
  • Disclaimer
  • Accessibility Policy
  • Security Policy
  • Do Not Sell or Share My Personal Information
Socials
Follow US

Disclosure: We love the products we feature and hope you’ll love them too. If you purchase through a link on our site, we may receive compensation at no additional cost to you. Read our ethics statement. Please note that pricing and availability are subject to change.

Copyright © 2026 GadgetBond. All Rights Reserved. Use of this site constitutes acceptance of our Terms of Use and Privacy Policy | Do Not Sell/Share My Personal Information.