How Copilot Chat Finds the Best Excel Function for Any Task

Share
How Copilot Chat Finds the Best Excel Function for Any Task

Not sure which Excel function to use? Copilot Chat can figure it out for you. Instead of searching through documentation, describe what you want to do in plain English and Copilot will suggest the right function — complete with the formula and an explanation of how it works.

This works in the free version of Copilot too — you don't need a paid license for this feature.

The Problem: Comparing Two Lists

The example starts with two columns of employee IDs. The goal: check whether each ID in column A also appears in column D, and return "Yes" or "No." If you don't know which function handles this kind of lookup, Copilot can tell you.

Copilot Chat interface showing the prompt: what excel function will compare items in two lists, return Yes or True
Ask Copilot in plain English what you need — it figures out the right function

Copilot's Solution: IF + ISNUMBER + MATCH

Copilot suggests the formula =IF(ISNUMBER(MATCH(A2, B:B, 0)), "Yes", "No") and breaks down how each part works:

  • MATCH(A2, B:B, 0) — Looks for the value in A2 within column B. Returns its position if found
  • ISNUMBER(...) — Checks if MATCH returned a number (meaning a match was found)
  • IF(...) — Returns "Yes" if true, "No" if not
Copilot response showing the IF ISNUMBER MATCH formula with detailed explanation of each function
Copilot provides the formula and explains what each nested function does

Implementing and Verifying

After pasting the formula into Excel, it correctly identifies which employee IDs exist in both lists. The formula can be dragged down to compare entire columns.

Excel spreadsheet showing two Emp ID columns with Yes/No results from the MATCH formula, with formula visible in formula bar
The formula correctly identifies matches (Yes) and non-matches (No) between the two lists

Tips

  • Copilot Chat works for any Excel function question — describe what you want, not which function to use
  • It also suggests follow-up actions like turning results into conditional formatting rules
  • The free version of Copilot Chat handles these function lookups — no M365 Copilot license required
  • You can also use Copilot to optimize existing formulas you've already written
How to Clean Messy Data in Excel with Agent Mode and One Prompt
Excel’s desktop version now has Agent Mode in Copilot, and it is incredible. I’ve already used it to build a complete dashboard automatically, and now I want to show you how it can clean messy data with a single prompt. Identify the Data Problems In this example, I have a
Auto XLOOKUP in Excel: Let Copilot Build Profit Formulas
Excel’s new Formula Completion feature makes writing formulas effortless. Just type the = sign, and Copilot suggests accurate, context-aware formulas.
Scheduling Meetings with Copilot in Microsoft Outlook: A Game-Changer for Productivity: Chris Menard Training
I was thrilled to discover a fantastic new feature in Microsoft Outlook: scheduling meetings with Copilot. This AI-powered tool is revolutionizing how we manage our inboxes and organize meetings. Let me walk you through my experience with this impressive feature.
Microsoft 365 Copilot Chat Changes on April 15, 2026: What Unlicensed Users Need to Know
Microsoft is making an important change to Microsoft 365 Copilot Chat for users without a paid Microsoft 365 Copilot license. Starting April 15, 2026, many of those users will no longer have the same Copilot experience inside apps like Word, Excel, PowerPoint, and OneNote. The image below shows how Copilot

Want to learn more? Visit courses.chrismenardtraining.com for online training courses.