The Complete Excel Guide 2026: Formulas, AI Copilot, and Modern M365

Every Excel tutorial in one place — formulas (VLOOKUP to LAMBDA), dynamic arrays, pivot tables, Power Query, AI workflows with ChatGPT/Claude/Copilot/Gemini, and industry-specific patterns.

Coding Liquids cover featuring Sagnik Bhattacharya for the Complete Excel Guide 2026.

This is the master Excel hub. It covers classic and modern formulas (VLOOKUP, XLOOKUP, GROUPBY, PIVOTBY, MAP/SCAN/REDUCE, LAMBDA), pivot tables, Power Query, Power Pivot, dashboards, AI-assisted Excel workflows (ChatGPT, Claude, Microsoft Copilot, Gemini, Gemma 4), and the build-this-thing project tutorials (budget, inventory, calendar, attendance tracker, financial model). The AI sections are also indexed on the AI hub.

Who This Guide Is For

If you are an absolute beginner who has only used SUM, COUNT, and IF, start with the Lookup Functions section — VLOOKUP is the gateway to everything else. If you are an intermediate user comfortable with VLOOKUP and basic pivot tables, jump to Dynamic Array Functions and Advanced Formulas — GROUPBY, PIVOTBY, and LAMBDA separate power users from everyone else. If you want to use AI inside Excel, head to the AI Tools and AI Workflows sections — they cover ChatGPT, Claude, Microsoft Copilot, Gemini, and free local models like Gemma 4. If you are a trainer or team lead, the Productivity section covers the operational skills (Tables, structured references, shortcuts) that make every other skill faster.

How to Navigate This Reference

The hub is organised into nine sections that follow a natural learning path. Lookup Functions covers VLOOKUP, XLOOKUP, INDEX MATCH, and XMATCH. Dynamic Array Functions covers the modern Excel features (GROUPBY, PIVOTBY, MAP, SCAN, REDUCE, CHOOSECOLS, TAKE/DROP). Advanced and Reusable Formulas covers LET, LAMBDA, advanced patterns, and Python in Excel. Pivot Tables and Data Analysis covers the classic analysis stack plus dashboards and charts. Debugging and Error Fixing covers the errors that waste time in real workbooks. AI Tool Overviews and Comparisons ranks ChatGPT, Claude, Copilot, Gemini, Gemini Omni for spreadsheet video workflows, and Gemma 4 for Excel. AI for Excel by Tool goes deep on each AI assistant's Excel-specific workflows, including Gemini Omni when spreadsheet insights need to become short videos. AI for Excel by Industry covers accountants, HR, sales ops, and AI-assisted forecasting/M-code. Build-This-Thing Projects and Productivity covers the project tutorials and foundational habits.

What to Read First

If you only have an hour, read these three: VLOOKUP vs XLOOKUP, Excel Tables Best Practices, and LET and LAMBDA. If you have a weekend, add GROUPBY and Pivot Tables. If you want AI in your Excel workflow, read 7 Best AI Tools for Excel and 60 AI Prompts for Excel.

Key takeaways

  • XLOOKUP replaces VLOOKUP in most cases but INDEX MATCH still wins on multi-criteria and non-standard layouts.
  • Dynamic array functions (GROUPBY, PIVOTBY, MAP, SCAN, REDUCE) let you rebuild pivot-style reports as formulas that auto-update.
  • LAMBDA turns repeated formula logic into named, reusable functions — the closest Excel gets to programming.
  • ChatGPT, Claude, and Gemini handle general Excel formula writing well; Microsoft Copilot is the only tool with first-party access to live workbook context.
  • For VBA macros and formula debugging, Claude currently produces the most reliable output across tested workloads.
  • Always review AI-generated formulas against a sample of real data before trusting them at scale — the review process is part of the workflow.
  • Excel Tables with structured references are more maintainable than A1:Z100 ranges in every practical workbook.

Lookup Functions

Dynamic Array Functions

Advanced and Reusable Formulas

Pivot Tables and Data Analysis

Debugging and Error Fixing

AI Tool Overviews and Comparisons

AI for Excel by Tool

AI for Excel by Industry and Workflow

Build-This-Thing Projects and Productivity

Frequently asked questions

Should I still use VLOOKUP or switch to XLOOKUP?

Switch to XLOOKUP if your Excel version has it (Microsoft 365 and Excel 2021 onward). It looks left as well as right, returns whole arrays, has a built-in not-found argument, and does not break when you insert columns. Keep VLOOKUP only for compatibility with older files shared across Excel 2019 and earlier, where XLOOKUP simply does not exist.

Can AI write Excel formulas for me?

Yes. ChatGPT, Claude, and Gemini all write working formulas from a plain-English description, and Microsoft Copilot is the only assistant with first-party access to your live workbook context. The reliable workflow is to describe the columns and the result you want, then test the formula against a sample of real rows before trusting it at scale — AI still invents column references and misreads edge cases.

What is the difference between a pivot table and the GROUPBY function?

A pivot table is a manual, click-to-build summary you refresh by hand; GROUPBY is a dynamic array formula that recalculates automatically when the source data changes. Use a pivot table for quick exploration and drag-and-drop analysis, and use GROUPBY (or PIVOTBY) when you want a report that stays live inside a dashboard without a refresh step.

Do I need to know VBA to be good at Excel in 2026?

No. Dynamic array functions, LAMBDA, Power Query, and Python in Excel now handle most of what people once wrote macros for, without the maintenance burden of VBA. VBA is still worth knowing for legacy automation and bespoke add-ins, but it is a specialised skill in 2026, not a prerequisite for advanced Excel work.

Is Excel still worth learning when Google Sheets and AI tools exist?

Yes. Excel is still the standard in finance, accounting, and operations, and it now outpaces Google Sheets on dynamic arrays, Power Query, Power Pivot, and Python integration. AI assistants make Excel faster rather than replacing it — they generate and explain formulas, but you still need to structure the workbook and judge whether the output is correct.