Excel Practice Test

โ–ถ

Microsoft Excel Online is the free, browser-based version of Excel that runs in any modern web browser without requiring installation. Included with any Microsoft account (including the free Outlook.com accounts), it provides core spreadsheet functionality โ€” formulas, charts, data sorting, and filtering โ€” directly in the browser.

For students, small businesses, and anyone who needs basic spreadsheet capability without paying for a Microsoft 365 subscription, microsoft excel online delivers substantial functionality at no cost. For organizations already on Microsoft 365, it provides an additional access point for files stored in OneDrive or SharePoint, enabling editing from any device including tablets and Chromebooks where the desktop application isn't available.

Excel Online isn't a stripped-down placeholder โ€” it's a fully functional spreadsheet application for most common use cases. Creating and editing workbooks, writing formulas using hundreds of supported functions, building charts from data ranges, applying conditional formatting, sorting and filtering data, and collaborating with others in real time are all fully supported.

The limitations that exist are mostly around advanced features: VBA macros don't run in the browser, some Power Query functionality is limited, pivot tables have more restricted customization options, and performance on very large datasets is slower than the desktop application. For the majority of spreadsheet tasks, Excel Online is a capable tool.

The collaboration features are among Excel Online's strongest advantages. Multiple users can edit the same workbook simultaneously, with each person's cursor and changes visible to others in real time. Comments and notes function as a shared discussion thread attached to specific cells. Version history automatically preserves prior versions so any change can be undone.

For teams sharing data, tracking project status, or collaboratively building reports, these real-time collaboration features work significantly better in Excel Online than in the desktop application, where shared workbook functionality has historically been more limited and less reliable. Understanding the full range of microsoft excel online capabilities starts with knowing what makes the browser version distinct from the desktop version.

Microsoft Excel Online runs entirely in your browser with no installation needed, making it accessible on any device with an internet connection. Whether you're on a Chromebook, a shared work computer, or your phone, you can open and edit spreadsheets without downloading a single file. The interface mirrors desktop Excel closely enough that most users feel comfortable immediately. Tabs, ribbons, formula bars โ€” they're all present. You can insert rows, merge cells, apply number formatting, and use conditional formatting rules just as you would in the installed version. For students who don't want to spend money on a subscription and professionals who need occasional access from a remote machine, Excel Online fills that gap reliably. OneDrive integration means your files sync automatically across all devices, so a spreadsheet you start on your laptop is instantly available on your desktop or tablet. Saving files is automatic โ€” Excel Online writes changes to OneDrive continuously, so you never lose work to a browser crash or accidental tab close.
  • Cost: Free with any Microsoft account (outlook.com, hotmail.com, live.com)
  • Access: office.com or onedrive.com โ€” any modern browser
  • Storage: OneDrive (5 GB free)
  • Collaboration: Real-time co-authoring, comments, version history
  • Macros: VBA not supported โ€” use Office Scripts (requires Microsoft 365 business plan)
  • Mobile: Also available via Excel mobile app (iOS/Android)

Excel Online supports the full function library used by the vast majority of Excel users in daily practice. VLOOKUP, XLOOKUP, INDEX/MATCH, IF, SUMIF, COUNTIF, TEXT, DATE, IFERROR, and the complete financial and statistical function libraries are all available. Dynamic array functions introduced in recent Excel versions โ€” FILTER, SORT, UNIQUE, SEQUENCE โ€” work in Excel Online and automatically spill into adjacent cells.

The formula engine is consistent with the desktop version, meaning that formulas written in Excel Online produce the same results as the same formulas in the desktop application. This consistency is important for organizations where some users work in the browser and others work on the desktop โ€” the same workbook behaves the same way regardless of how it's opened.

Charts and visualization work fully in Excel Online. You can create line charts, bar charts, pie charts, scatter plots, and combination charts from data ranges, then format them with titles, axis labels, colors, and styles. The chart formatting options in the browser version are somewhat less extensive than the desktop application's options, but the core chart creation workflow is essentially the same. For dashboards and reports that need to be accessible from any browser without desktop application requirements, Excel Online charts render correctly and can be embedded in SharePoint pages or Teams tabs alongside other content.

Data tables and Excel Tables (structured table objects created with Ctrl+T) function correctly in Excel Online. Table references in formulas โ€” the structured reference syntax like =Table1[Sales] โ€” work as expected, and tables auto-expand when new rows are added. For the microsoft excel online formula features that interact with table structures, VLOOKUP and XLOOKUP work with table references the same way they do in the desktop version, which is a significant practical benefit for formula-heavy workbooks that need to be maintained in the browser.

What makes collaboration in Excel Online so practical is that changes appear in near real-time โ€” you can literally watch a colleague's cursor move through the spreadsheet and see their edits land within seconds. This eliminates the old problem of emailing spreadsheet versions back and forth and ending up with five different files named "final_v3_revised_REAL.xlsx". The co-authoring model in Excel Online enforces a single source of truth. Everyone works on the same file at the same URL. Version history goes back 30 days for free Microsoft accounts and 180 days for Microsoft 365 subscribers, letting you restore any prior state with a few clicks. Comment threads allow teams to discuss specific cells without cluttering the data itself. For project trackers, budget sheets, or shared inventories, these features make Excel Online genuinely useful in team settings. Teams that adopt Excel Online often find that meeting notes, status updates, and data entry tasks happen faster because there is no version-control overhead.

Excel Online: What Works and What Doesn't

๐Ÿ”ด Fully Supported

All core formulas including XLOOKUP, dynamic arrays (FILTER, SORT, UNIQUE), charts, tables, conditional formatting, data validation, sorting, filtering, and real-time collaboration.

๐ŸŸ  Partially Supported

Pivot tables (basic creation and interaction work; advanced calculated fields and some formatting options require desktop), Power Query (refresh works; editing queries requires desktop).

๐ŸŸก Not Supported

VBA macros, some advanced chart formatting, certain external data connections, add-ins, and features requiring COM automation or Windows APIs.

๐ŸŸข Better Than Desktop

Real-time co-authoring with visible cursors, seamless version history, instant sharing via link, and access from any browser without installation.

The most significant limitation is VBA macros. Excel Online does not execute VBA code. Workbooks containing macros open in the browser, but the macros are inactive. Clicking a macro button or using a keyboard shortcut assigned to a macro does nothing.

If your workflow depends on macro automation, you need either the desktop application or Office Scripts โ€” the browser-compatible automation alternative that uses TypeScript and runs on Microsoft's cloud infrastructure. Office Scripts require a Microsoft 365 Business or Enterprise subscription (they're not available on the free tier), but they provide genuine automation capability within Excel Online for organizations on qualifying plans.

Power Query (Get & Transform) functionality is partially available in Excel Online. You can view existing queries and refresh them, but creating new queries or editing the query editor interface isn't fully supported in the browser. For workbooks that pull data from external sources via Power Query, the refresh functionality usually works, but building the data transformation pipeline requires the desktop application. This limitation matters most for business intelligence workbooks where the data pipeline needs to be modified as source structures change.

Pivot table functionality is more limited in the browser. You can interact with existing pivot tables โ€” drilling down, filtering, refreshing โ€” and you can create basic pivot tables from scratch, but advanced pivot table configurations including calculated fields, custom sort orders, and some conditional formatting options require the desktop application. For standard summarization and analysis tasks, Excel Online pivot tables work adequately. For complex pivot table designs, the desktop application remains necessary. For keyboard shortcuts and navigation efficiency, the microsoft excel online shortcut guide notes which keyboard shortcuts differ between the browser and desktop versions.

The performance of Excel Online has improved dramatically over the years. Modern workbooks with tens of thousands of rows recalculate quickly, and array formulas like XLOOKUP and dynamic arrays such as FILTER and SORT work exactly as they do in desktop Excel. Where Online struggles is at the extremes: very large datasets (millions of rows), complex VBA macros, and advanced Power Query transformations that pull from external databases. If your workflow depends on those specific features, the desktop application remains necessary. But for the vast majority of spreadsheet tasks โ€” tracking expenses, building dashboards, running financial models under a few hundred thousand rows โ€” Excel Online handles the load without issue. It's also worth noting that OneDrive syncs changes immediately, so there's no manual save step required. Most educational institutions provide free Microsoft 365 accounts to students, which unlocks the full desktop suite alongside Excel Online with expanded storage.

Excel Online: Key Facts

Free
Cost with a Microsoft account (no subscription required)
5 GB
Free OneDrive storage included with Microsoft account
400+
Excel functions supported in Excel Online
Real-time
Co-authoring: multiple users editing simultaneously
TypeScript
Language for Office Scripts (macro alternative in browser)
office.com
Primary URL to access Excel Online

Real-time co-authoring is where Excel Online genuinely surpasses the desktop application in everyday workflow. When multiple users have the same workbook open through OneDrive or SharePoint, their edits appear in near-real-time for all other users. Each person's cursor position is visible with their name attached, making it easy to see who is editing which cell. This eliminates the "who has the file locked?" problem that plagues teams using shared network drives or emailed spreadsheets. For teams that collaborate heavily on shared data, the real-time co-authoring experience in Excel Online represents a meaningful workflow improvement over sending files back and forth.

Version history in Excel Online is automatic and continuous. Every session's changes are preserved, and the version history timeline allows restoring any prior state without manual saving or version naming. This safety net changes how users work โ€” knowing that accidental deletions or formula overwrites can be undone from version history reduces the anxiety around making changes to important shared workbooks. The desktop application's version history (through AutoSave and OneDrive) provides similar protection, but the browser's version is typically more granular and more reliably maintained.

Comments and @mentions work as a structured discussion layer within Excel Online. Adding @username in a comment sends that person a notification in Outlook and Teams, creating an integrated communication thread tied to specific data. For teams using Microsoft 365 for their communication and collaboration tools, this integration means that spreadsheet discussions happen in context rather than in a separate email chain that loses the connection to the specific cell being discussed. The microsoft excel online guide to collaborative spreadsheet workflows explains how to set up shared workbooks, manage permissions, and use comments effectively in a team environment.

Desktop Excel has had a thirty-year head start building specialized features, and that gap is real. VBA macros, the Power Pivot data model, advanced solver add-ins, and certain custom chart types exist only in the desktop version. But Microsoft has been narrowing that gap methodically. Lambda functions, the SEQUENCE function, and dynamic array spill behavior โ€” all introduced in desktop Excel first โ€” are now fully available online. The practical question is not which version has more features but which features you actually use. For most users, the answer is: a small subset that Excel Online handles perfectly well. The 20% of features that cover 80% of use cases are present in the browser version. Google Sheets users switching to Excel Online will feel at home quickly; the formula syntax is nearly identical, and the keyboard shortcut overlap is high.

Using Excel Online by Scenario

๐Ÿ“‹ Personal Use (Free Tier)

Sign in at office.com with any free Microsoft account. Click Excel to create a new workbook or upload an existing .xlsx file from your computer. Your workbooks save automatically to OneDrive as you work โ€” there's no manual Save required. Share a workbook with anyone by clicking Share, entering their email, and choosing whether they can edit or view only. For personal budgets, data tracking, and standard analysis tasks, the free tier has no functional limitations beyond the missing VBA and advanced Power Query features.

๐Ÿ“‹ Team Collaboration (Microsoft 365)

For teams on Microsoft 365, files stored in SharePoint or Teams channels open in Excel Online by default when someone clicks them from the browser. Multiple team members can edit simultaneously. Use @mentions in comments to notify specific colleagues about data that needs their attention. Set up auto-refresh schedules for Power Query connections in the desktop application so that when team members open the file in the browser, clicking Refresh pulls the latest external data without requiring them to open the desktop application.

๐Ÿ“‹ Chromebook or Browser-Only

On devices where desktop Excel isn't available, Excel Online provides full access to .xlsx files with the same formula engine and data structures. Install the Excel progressive web app (PWA) from office.com for faster loading and an app-like experience. For automation needs where VBA isn't available, investigate whether your Microsoft 365 plan includes Office Scripts (Automate tab) as a cloud-based automation alternative. For heavy analysis work, consider connecting Excel Online to Power BI for visualization rather than trying to replicate complex desktop Excel functionality in the browser.

Choosing between Excel Online and the desktop application usually comes down to two factors: what features you need and what device you're using. For standard data entry, formula work, and analysis tasks, Excel Online handles everything most users do in Excel every day. For advanced work involving VBA macros, complex Power Query pipelines, very large datasets (over 100,000 rows where performance differences become noticeable), or extensive pivot table customization, the desktop application is the right tool. Many professionals use both: the browser version for quick edits, reference lookups, and collaborative review, and the desktop application for intensive analytical work.

The device consideration is separate from the feature consideration. On a Chromebook, a tablet, or any computer where Microsoft Office isn't installed (including Linux systems), Excel Online is the only way to work with Excel files natively without third-party applications. Google Sheets and LibreOffice Calc can open .xlsx files, but they're different applications with different behavior. Excel Online, being Microsoft's own browser application, handles Excel files with full fidelity โ€” formulas, styles, and data structures all preserve exactly as created in the desktop version.

For Excel certification and skills development, understanding Excel Online is increasingly important because many organizations' worksheets live in OneDrive or SharePoint rather than on local drives, making browser-based access a daily workflow reality rather than an edge case. For exam preparation and skills practice that covers both desktop and browser-based Excel features, the microsoft excel online practice resources on this site include questions on both the core formula functionality that works identically across both environments and the specific features that differ between them.

Accessing Microsoft Excel Online is straightforward: visit office.com, sign in with any Microsoft account (even a free Outlook.com account works), and open or create a spreadsheet. Files open directly in the browser, and a toolbar at the top offers the option to open in the desktop application if you need advanced features. Keyboard shortcuts work as expected โ€” Ctrl+C, Ctrl+V, Ctrl+Z, and even more specific ones like Alt+= for AutoSum. The formula bar behaves identically to desktop, autocompleting function names and showing argument hints as you type. For users who share workbooks widely, Excel Online also supports read-only links, so stakeholders who only need to view data can access the file without an account at all. For mobile users, Excel Online in a mobile browser or the dedicated Excel mobile app provides a consistent experience, with the same file accessible from any device.
FREE Excel MCQ Practice QuestionsExcel Skills Practice Test

Excel Online: Advantages and Drawbacks

Pros

  • Free with any Microsoft account โ€” no subscription required for core functionality
  • Real-time co-authoring is more reliable and user-friendly than desktop shared workbooks
  • Works on any device with a browser โ€” Chromebooks, tablets, Linux, older PCs
  • Automatic version history saves every change without manual Save commands
  • Full formula compatibility with desktop Excel โ€” same calculation engine and results

Cons

  • VBA macros don't run โ€” workflows dependent on automation need the desktop application
  • Power Query editing requires the desktop โ€” browser can only refresh existing queries
  • Performance on large datasets (100k+ rows) is slower than desktop application
  • Advanced pivot table customization options are reduced compared to desktop
  • Office Scripts (automation alternative) requires a paid Microsoft 365 business plan

Excel Online Questions and Answers

Is Microsoft Excel Online free?

Yes. Excel Online is free with any Microsoft account, including the free accounts at outlook.com. You get access to Excel Online plus Word Online, PowerPoint Online, and 5 GB of OneDrive storage at no cost. Microsoft 365 subscribers get additional features including larger OneDrive storage, Teams, and the ability to use Office Scripts for automation in Excel Online.

Can Excel Online open .xlsx files?

Yes. Excel Online opens .xlsx (standard Excel), .xls (older Excel format), and .xlsm (macro-enabled workbooks โ€” note that macros won't run in the browser). You can upload files from your computer to OneDrive and then open them in Excel Online, or open files that others have shared with you via OneDrive or SharePoint links.

What is the difference between Excel Online and Excel 365?

Excel Online is the browser-based version โ€” free, works in any browser, no installation. Excel 365 (part of Microsoft 365 subscription) is the full desktop application with all features including VBA macros, full Power Query, and advanced functionality. Both can save to and open from OneDrive, enabling real-time co-authoring between users on different access methods. Many Microsoft 365 subscribers use both depending on their task and device.

Can multiple people edit an Excel Online file at the same time?

Yes. This is one of Excel Online's strongest features. When multiple users open the same file from OneDrive or SharePoint, they can edit simultaneously with each person's cursor visible to others in real time. Changes appear for all users within seconds. This real-time co-authoring works more reliably in Excel Online than in the desktop application's traditional shared workbook mode.

Why don't my macros work in Excel Online?

VBA macros don't execute in Excel Online โ€” this is a platform limitation, not a setting you can change. Workbooks containing macros open in the browser but the VBA code is inactive. To run macros, you need to open the file in the desktop Excel application ('Edit in Desktop App' button in the browser). For browser-based automation, investigate Office Scripts, which is available to Microsoft 365 business subscribers through the Automate tab.

How do I save a file in Excel Online?

Excel Online saves automatically to OneDrive as you work โ€” there's no manual Save button or Ctrl+S required. The file saves continuously in the background, and version history records all changes. To download a copy to your computer, use File > Download As and choose .xlsx format. To share the file with others, use the Share button to send a link or invite specific people by email.
โ–ถ Start Quiz