Excel Microsoft 365: The Complete Guide to Mastering Modern Excel Features, Formulas, and Productivity Workflows

Master Excel Microsoft 365 with this complete guide covering VLOOKUP, dynamic arrays, drop-down lists, merging cells, freezing rows, and removing duplicates.

Microsoft ExcelBy Katherine LeeMay 21, 202617 min read
Excel Microsoft 365: The Complete Guide to Mastering Modern Excel Features, Formulas, and Productivity Workflows

Excel Microsoft 365 represents the most powerful version of the spreadsheet application ever released, blending classic desktop functionality with cloud collaboration, AI-driven insights, and continuously updated features that arrive monthly rather than every three years. Unlike the older perpetual licenses such as Excel 2019 or Excel 2021, the Microsoft 365 subscription delivers immediate access to dynamic arrays, LAMBDA functions, XLOOKUP, Power Query, and a constantly evolving feature set that keeps pace with how modern professionals actually use spreadsheets in finance, marketing, operations, and analytics today.

If you have searched for terms like vlookup excel, how to create a drop down list in excel, or how to freeze a row in excel, you have likely landed on dozens of tutorials that assume you already know which version of Excel you are running. That assumption matters because formulas behave differently across versions. In Microsoft 365, spilled arrays and dynamic references make legacy CSE formulas obsolete, and functions like FILTER, SORT, and UNIQUE replace clunky workarounds that took ten minutes to set up.

This guide walks through what makes Excel Microsoft 365 different, how the subscription compares to one-time-purchase versions, which features deliver the biggest productivity gains, and how to master the most-searched skills including how to merge cells in excel, remove duplicates excel, and the still-essential VLOOKUP formula. We will also cover practical workflows for collaboration, automation through Office Scripts, and integrating Excel with Teams, OneDrive, and Power BI.

Whether you use Excel for budgeting, dashboards, inventory tracking, scientific analysis, or simply organizing weekly meal plans, the 365 version unlocks capabilities that simply do not exist in older builds. New users often underestimate the gap. A spreadsheet built with dynamic arrays in 365 can collapse a 200-row helper column into a single cell formula. A pivot table refreshed through Power Query in 365 can pull live data from a SharePoint folder without any manual import.

We will also address the elephant in the room: cost. A Microsoft 365 Personal subscription runs about $99.99 per year and includes Word, Excel, PowerPoint, Outlook, OneNote, Access, and 1 TB of OneDrive storage. Family plans cost $129.99 per year for up to six people. Business plans range from $6 to $22 per user per month depending on the tier, with the Apps for Business plan being the cheapest option that includes Excel desktop installs.

For anyone serious about spreadsheets in 2026, understanding the full breadth of Excel Microsoft 365 is no longer optional. Recruiters list it explicitly in job postings, certifications such as the Microsoft Office Specialist Excel Associate exam test on the 365 version, and entire job categories from financial analyst to operations manager assume daily fluency. Let us break down what you need to know, what to learn first, and how to practice the skills that translate directly into employability and personal productivity.

By the end of this guide, you will understand the subscription's architecture, the headline functions, the productivity shortcuts that save hours each week, the collaboration features that replace email chains, and the certification pathways that let you prove your Excel skills to employers, clients, and yourself.

Excel Microsoft 365 by the Numbers

💰$99.99Personal Plan/YearIncludes all Office apps + 1 TB OneDrive
👥400M+Active SubscribersAcross all Microsoft 365 plans
📊500+Built-in FunctionsIncluding LAMBDA, XLOOKUP, FILTER
🌐1 TBOneDrive StoragePer user, cloud backup included
🔄MonthlyFeature UpdatesNew tools released continuously
Microsoft Excel - Microsoft Excel certification study resource

What Comes With Excel in Microsoft 365

💻Desktop Excel Application

The full installable Windows or Mac version of Excel with every feature including Power Query, Power Pivot, dynamic arrays, and macro support through VBA for advanced automation tasks.

🌐Excel for the Web

A browser-based version accessible from any device with a Microsoft account. Supports real-time co-authoring, basic formulas, and lightweight editing without installing software locally.

📱Excel Mobile Apps

Native iOS and Android apps optimized for touchscreen editing. Includes camera-to-table scanning, formula entry, and offline editing that syncs back to OneDrive automatically.

☁️1 TB OneDrive Cloud Storage

Cloud storage that auto-backs up your workbooks, enables version history, and lets you share files with view or edit permissions through a single link rather than email attachments.

🎯Premium Templates and AI

Access to hundreds of curated Excel templates plus Copilot AI suggestions for formulas, pivot tables, charts, and natural-language data queries on Business and Family plans.

The core difference between Excel in Microsoft 365 and older perpetual versions lies in two architectural shifts: dynamic arrays and continuous updates. Dynamic arrays mean that a single formula can return multiple values which spill into adjacent cells automatically. This sounds minor but eliminates the need for the legacy Ctrl-Shift-Enter array formula pattern that has confused users for two decades. A function like SORT, FILTER, or UNIQUE entered into one cell instantly populates an entire column or table.

Continuous updates mean the Excel you opened last Tuesday may have new features by Friday. Microsoft publishes updates monthly through the Current Channel and semi-annually through the Enterprise Channel. Recent additions have included the LAMBDA function for creating custom reusable formulas without writing VBA, the LET function for naming intermediate calculations within a single formula, and Python integration that lets analysts run pandas, matplotlib, and seaborn code directly inside cells with results returned as native Excel values.

The XLOOKUP function deserves special attention because it replaces both VLOOKUP and HLOOKUP with a single, more flexible alternative. While vlookup excel remains a critical skill because billions of existing workbooks still use it, new builds should default to XLOOKUP. It searches in any direction, returns custom values when no match is found, supports approximate or exact matching cleanly, and does not break when columns are inserted into the source table — a notorious VLOOKUP weakness.

Power Query, formerly an add-in for Excel 2010 and 2013, is now built directly into the ribbon under the Data tab as Get and Transform Data. It connects to over 100 data sources including SQL databases, web pages, JSON APIs, CSV files, SharePoint lists, and even PDFs. Once a connection is set up, the data refreshes automatically and any cleaning steps you applied — removing nulls, splitting columns, pivoting tables — replay on the new data without manual repetition.

Co-authoring in Excel 365 lets multiple people edit the same workbook simultaneously, with each contributor's selection visible as a colored cursor. Comments work as threaded conversations rather than the old Notes feature, and @mentions trigger email notifications. This replaces the legacy practice of emailing budget files around and waiting for Bob in Accounting to send his version back so you can manually reconcile changes.

Excel Microsoft 365 also includes Power Pivot for data modeling, which lets you build relationships between multiple tables and write DAX measures similar to those used in Power BI. This means you can analyze datasets with millions of rows that would crash older Excel versions, and you can build genuinely sophisticated business intelligence reports without buying separate software.

Finally, integration with Microsoft Copilot — available on certain business plans for an additional fee — adds AI capabilities including auto-generated formulas from natural language prompts, automatic chart creation, anomaly detection in datasets, and conversational data exploration where you can simply ask questions like 'which products had declining sales last quarter' and receive answers grounded in your actual workbook data.

FREE Excel Basic and Advance Questions and Answers

Practice fundamental and advanced Excel concepts with instant feedback and detailed answer explanations.

FREE Excel Formulas Questions and Answers

Test your knowledge of essential Excel formulas including VLOOKUP, IF, SUMIF, and INDEX MATCH.

Mastering VLOOKUP Excel and Modern Lookup Functions

VLOOKUP excel is the most-searched Excel function by a wide margin because it solves a universal problem: finding a value in one table based on a key from another. The syntax is VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]). You provide a value to search, a table to search inside, the column number to return data from, and TRUE for approximate match or FALSE for exact match. Always use FALSE unless you are matching ranges.

The classic limitations of VLOOKUP are that it cannot look left, it breaks when columns are inserted into the source table, and it does not handle missing values cleanly without wrapping in IFERROR. For new spreadsheets in Microsoft 365, XLOOKUP solves every one of these issues. But understanding VLOOKUP remains essential because legacy workbooks, certification exams, and most job interviews still test it directly.

Excellence Playa Mujeres - Microsoft Excel certification study resource

Microsoft 365 Excel vs Perpetual License Excel

Pros
  • +Monthly feature updates with new functions like LAMBDA, FILTER, and Python integration
  • +Includes 1 TB OneDrive cloud storage per user with version history and recovery
  • +Co-authoring lets multiple people edit the same workbook simultaneously in real time
  • +Access to Excel on Windows, Mac, web, iOS, and Android with a single subscription
  • +Power Query and Power Pivot fully integrated for advanced data analysis and BI workflows
  • +Continuous security patches and the latest defenses against macro-based threats
  • +AI features through Copilot generate formulas, charts, and insights from natural language
Cons
  • Recurring subscription cost rather than one-time payment for perpetual ownership
  • Requires internet connection for activation checks and most collaboration features
  • Some advanced features locked to Business or Enterprise plans only
  • Constant updates can change the interface or function behavior unexpectedly
  • Workbooks using dynamic arrays may break when opened in older Excel versions
  • Copilot AI features cost extra on top of the base Microsoft 365 subscription

FREE Excel Functions Questions and Answers

Practice the most-tested Excel functions including XLOOKUP, IF, SUMIFS, and the new dynamic arrays.

FREE Excel MCQ Questions and Answers

Multiple choice Excel questions covering formulas, formatting, pivot tables, and shortcuts for certification prep.

Daily Excel Microsoft 365 Productivity Checklist

  • Save your workbook to OneDrive so version history captures every change automatically
  • Use Ctrl+T to convert ranges to structured tables for cleaner formulas and auto-expansion
  • Learn how to freeze a row in excel using View > Freeze Panes for navigating large datasets
  • Set up data validation rules to control acceptable inputs and prevent dirty data entry
  • Master how to create a drop down list in excel using Data > Data Validation > List
  • Use remove duplicates excel from the Data tab to clean datasets before analysis or reporting
  • Understand how to merge cells in excel but prefer Center Across Selection for cleaner sorting
  • Apply conditional formatting to highlight outliers, deadlines, or values above and below targets
  • Use pivot tables to summarize raw data without writing a single formula or destroying source rows
  • Press Ctrl+Z generously and use OneDrive version history when bigger mistakes need a full rollback

Convert every range to a structured table with Ctrl+T

Structured tables auto-expand when you add rows, give columns named references that work in formulas, apply consistent formatting, and enable instant filtering. This single habit eliminates dozens of common Excel mistakes and dramatically improves the maintainability of any workbook you build.

Collaboration in Excel Microsoft 365 fundamentally changes how teams work with spreadsheets. The old model — email attachments, file naming chaos like Budget_v3_FINAL_REAL_FINAL.xlsx, and manual merging of edits — is replaced by a single living document accessible from a shared link. Once a workbook lives in OneDrive or SharePoint, anyone with permission opens the exact same file at the same time, and Excel handles the rest behind the scenes.

Permissions are granular: you can grant view-only access, edit access, or specific-cell access through protected ranges. Sharing links can require sign-in, expire after a set date, or include a password. For sensitive financial data, sensitivity labels integrate with Microsoft Purview to apply encryption, watermarks, and access policies that follow the file even if someone forwards it outside the organization.

Automation in Excel 365 happens through three paths: macros recorded in VBA for legacy users, Office Scripts written in TypeScript for cloud automation, and Power Automate flows for cross-application workflows. Office Scripts is the modern recommended path because it runs in Excel for the web, integrates cleanly with Power Automate triggers, and uses a familiar JavaScript-style syntax that is friendlier than VBA for new developers.

A common Office Scripts use case is monthly report generation. Imagine a script that opens a master sales file, filters it by region, copies the filtered rows into a new template, formats the headers, saves the result with a date-stamped filename, and emails the link to stakeholders. What once took an analyst 90 minutes manually can run in 12 seconds on a schedule, freeing the analyst to focus on actually analyzing the data rather than preparing it.

Integration with Microsoft Teams brings Excel directly into chat conversations. You can pin a workbook as a tab inside a Teams channel where everyone in the channel can view and edit it without opening separate browser windows. Polls, surveys, and decisions made in Teams chats can flow into Excel through Power Automate, creating data trails that previously required manual transcription.

Power BI integration is another underrated benefit. Any Excel data model built with Power Pivot can be published to Power BI as a dataset, where it becomes available for interactive dashboards, mobile reports, and natural-language queries across an entire organization. The Excel workbook remains the source of truth, but its reach extends to executives who never open Excel directly.

For anyone curating financial models specifically, the integration with the dedicated Excel finance functions like PMT, NPV, IRR, and the loan modeling tools makes Microsoft 365 the practical choice for analysts who need both depth in formulas and breadth in collaboration. The same workbook that calculates a discounted cash flow can be shared with a client through a secure link in seconds.

Excel Spreadsheet - Microsoft Excel certification study resource

Mastering Excel Microsoft 365 workflows requires moving beyond knowing individual functions and into combining them into reliable systems. The most effective Excel users approach every workbook with three layers: raw data entered or imported through Power Query, calculation logic separated from the data layer using structured tables and named ranges, and presentation handled through pivot tables, charts, and conditional formatting on top.

This separation matters because it lets you refresh the raw data without rebuilding the analysis. If your sales report pulls from a SharePoint folder, dropping next month's CSV file into that folder triggers a refresh that updates every pivot table, chart, and KPI in your report automatically. The same approach works for inventory, HR reports, marketing dashboards, financial statements, and project tracking.

Drop-down lists drive data integrity in any collaborative workbook. To learn how to create a drop down list in excel, select the target cells, open Data > Data Validation, choose List from the Allow dropdown, and either type comma-separated values directly or reference a range. Microsoft 365 also supports dynamic drop-downs where the list updates automatically when you add new options to the source range — a feature that required complex INDIRECT formulas in older versions.

Removing duplicates is another foundational skill. When learning how remove duplicates excel works, remember it permanently deletes rows. Always copy your data to a backup sheet or convert to a structured table first so you can undo through version history if needed. The Data > Remove Duplicates dialog lets you pick which columns to consider when identifying duplicates, which is critical when only certain fields should count as identifying.

Freezing rows and columns keeps headers visible while scrolling. To learn how to freeze a row in excel, click into the row below the headers you want frozen, then go to View > Freeze Panes > Freeze Top Row or Freeze Panes for custom selections. For deeper navigation in complex workbooks, combine freezing with split panes and named ranges that let you jump anywhere using Ctrl+G.

Merging cells is one of the most overused Excel features. While knowing how to merge cells in excel matters for aesthetic layouts, merged cells break sorting, filtering, pivot tables, and most formulas. The professional alternative is Center Across Selection, found under Format Cells > Alignment > Horizontal. It produces the same visual centering effect without merging, which preserves all the analytical capabilities of Excel.

For anyone working with large datasets, learning the freeze panes feature in Excel in combination with structured tables, slicers, and pivot tables transforms how you navigate and analyze information. These five techniques alone — tables, freeze panes, drop-downs, duplicate removal, and proper alignment — handle 80% of daily Excel work for most professionals.

Practical tips for getting the most from Excel Microsoft 365 start with keyboard shortcuts. Investing one focused hour in learning the top 20 shortcuts pays back the time within a week of daily use. Ctrl+T creates tables. Ctrl+Shift+L toggles filters. Alt+= inserts SUM. F4 toggles absolute references. Ctrl+; enters today's date. Ctrl+Shift+~ applies general format. Ctrl+Arrow jumps to the edge of a data region. These small moves compound into hours saved every month.

Templates accelerate common workflows. Microsoft 365 includes hundreds of free templates covering budgets, invoices, project trackers, gantt charts, calendars, mortgage calculators, and inventory lists. Access them through File > New > More Templates. Customize one to your needs, save it as your personal template, and reuse the structure for every similar workbook going forward. Custom templates live in your OneDrive and sync across devices automatically.

Conditional formatting deserves a dedicated learning session because it transforms data tables into visual dashboards. Color scales applied to a column of sales numbers make outliers instantly visible. Data bars inside cells create mini-bar-charts in place. Icon sets add traffic-light indicators for status columns. Formula-based rules let you highlight entire rows when a single cell meets a condition — a powerful pattern for project management and budget review.

Pivot tables are the single highest-leverage Excel skill for non-developers. They summarize thousands of rows into actionable insights without writing formulas, support drill-down through double-clicking, refresh automatically when source data updates, and integrate with slicers for interactive filtering. Anyone who handles data professionally without comfort in pivot tables is doing twice the work for half the insight. Microsoft 365 supports both classic pivot tables and Power Pivot tables built on data models.

Version history through OneDrive is a safety net that eliminates fear of experimentation. Every change made to a workbook stored in OneDrive is captured with a timestamp and user attribution. You can preview prior versions, restore them, or download them as separate files. This means you can try aggressive formula refactors, accidental deletions, or major restructurings knowing you can roll back any moment with two clicks.

Certification adds credibility to your Excel skills on a resume. The Microsoft Office Specialist Associate certification for Excel costs around $100, takes 50 minutes, contains 35 task-based questions, and tests Microsoft 365 specifically. The Expert certification adds advanced topics like Power Pivot, advanced charting, and macro recording. Both certifications are widely recognized by employers and demonstrate that you can use Excel competently rather than just claim familiarity.

Finally, build a personal Excel learning ritual. Pick one new function each week, find three real use cases for it in your own work, and integrate it permanently into your toolkit. Over a year that becomes 50 new functions and patterns mastered through actual use rather than passive watching. This is how the best Excel users in finance, consulting, marketing, and operations build their fluency — incrementally, deliberately, and through application rather than memorization.

FREE Excel Questions and Answers

Comprehensive Excel practice test covering all core skills tested on the MOS Associate certification exam.

FREE Excel Trivia Questions and Answers

Fun Excel trivia covering history, hidden features, world records, and unusual functions for casual learners.

Excel Questions and Answers

About the Author

Katherine LeeMBA, CPA, PHR, PMP

Business Consultant & Professional Certification Advisor

Wharton School, University of Pennsylvania

Katherine Lee earned her MBA from the Wharton School at the University of Pennsylvania and holds CPA, PHR, and PMP certifications. With a background spanning corporate finance, human resources, and project management, she has coached professionals preparing for CPA, CMA, PHR/SPHR, PMP, and financial services licensing exams.