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

DeepMind’s Gemini Robotics-ER 1.6 pushes embodied AI into the real world

Gemini 3.1 Flash TTS is Google’s new powerhouse text-to-speech model

Google debuts Gemini app for Mac with instant shortcut access

Google app for desktop rolls out globally on Windows

Perplexity brings an always-on Personal Computer to Mac users

Also Read
Anthropic brand illustration divided into two halves: On the left, an orange-coral background displays a stylized network or molecule diagram with white circular nodes connected by white lines, enclosed within a black wavy border outline representing a head or mind. On the right, a light teal background features an abstract line drawing of a figure or person with curved black lines and black dots, sketched over a white grid on transparent checkered background, suggesting data points and analytical thinking. The composition symbolizes the intersection of artificial intelligence and human cognition.

Claude Opus 4.7 is Anthropic’s new powerhouse for serious software work

Illustration of a speech bubble with code brackets inside, framed by curly braces on an orange background, representing coding conversations or AI-assisted programming.

Anthropic’s revamped Claude Code desktop app is all about parallel coding workflows

Illustration of Claude Code routines concept: An orange-coral background with a stylized design featuring two black curly braces (code brackets) flanking a white speech bubble containing a handwritten lowercase 'u' symbol. The image represents code execution and automated routines within Claude Code.

Anthropic gives Claude Code cloud routines that work while you sleep

Gemini interface showing a NEET Mock Exam Practice Session. On the left side, a chat message from the user says 'I want to take a NEET mock exam.' Below it is Gemini's response explaining a complete NEET mock exam designed to test concepts in Physics, Chemistry, and Biology, with a 'Show thinking' option expanded. The response includes an embedded card for 'NEET UG Practice Test' dated Apr 11, 7:10 PM, with options to 'Try again without interactive quiz' and encouragement message. On the right side is a panel titled 'NEET UG Practice Test' displaying three subject sections: Physics (45 Questions with a yellow icon and blue Start button), Chemistry (45 Questions with a purple icon and blue Start button), and Biology (90 Questions with a green icon). Each section includes a brief description of question topics covered.

Google Gemini now lets you take full NEET mock exams for free

AI Mode in Chrome showing AI-powered shopping assistant panel alongside a Ninja coffee machine product page with pricing and details

Chrome’s AI Mode puts search and pages side by side

Google Gemini AI

Google Gemini can now craft images from your personal photos

Google AI Studio Gemini API Billing dashboard showing credit balance of $25.00, billing account details, and payment methods

Google AI Studio now lets you top up Gemini API credits in advance

Google Chrome Skills panel for recipe customization showing options like Vegan, Low-calorie, High-protein, grocery list, and meal prep features overlaid on a cooking recipe

Google Chrome’s new Skills feature makes AI workflows one tap away

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.