A workplace survey of 1,247 SMB finance managers found that 58% overpay for Excel 365—often by $120–$280/year—because they buy standalone licenses instead of bundling with Microsoft 365 Business Basic or Apps for Business.
The Problem
Most people assume "Excel 365" is a product you buy once and install. It’s not. It’s a cloud-based service tied to a Microsoft 365 subscription—and pricing changes depending on who’s using it, how many users are licensed, and whether you need Outlook, Teams, or SharePoint access alongside it.
This confusion leads to three common mistakes: buying personal plans for teams, renewing expired trials at full price, and missing volume discounts available only through resellers or annual billing.
| Plan Name | Monthly Cost (per user) | Includes Excel? | Cloud Storage | Support Level |
|---|---|---|---|---|
| Microsoft 365 Personal | $6.99 | ✓ | 1 TB OneDrive | Email only |
| Microsoft 365 Family (up to 6 users) | $9.99 total | ✓ | 6 TB (1 TB each) | Email + chat |
| Microsoft 365 Business Basic | $6.00 | ✗ (Web-only Excel) | 1 TB | Phone + email |
| Microsoft 365 Apps for Business | $8.25 | ✓ (Full desktop app) | 1 TB | Phone + email |
| Microsoft 365 Business Standard | $12.50 | ✓ | 1 TB | 24/7 phone |
| Microsoft 365 E3 (Enterprise) | $36.00 | ✓ | Unlimited archive | Dedicated account manager |
Note: All prices reflect U.S. retail as of April 2024. Business plans require minimum 1 user, no upper limit. The 'Apps for Business' plan is the most cost-efficient option if you only need Excel, Word, PowerPoint, and Outlook—no Teams or SharePoint.
The Solution
The cleanest way to answer “how much is Excel 365?” is to treat it like electricity—not something you own, but a utility you subscribe to. Here’s how to calculate your real cost in under 90 seconds:
- Open Excel → click File > Account. If you see “Product Information” with “Microsoft 365 Apps for Business”, you’re on the right plan. If it says “Microsoft 365 Personal”, and you’re using it for your team, stop—this violates licensing terms.
- Check your admin center: Go to admin.microsoft.com, sign in as global admin, then navigate to Billing > Your products. Look for “Microsoft 365 Apps for Business” or “Business Standard”. Hover over the “Renewal date” column to see exact renewal day and amount.
- Calculate per-user cost: In Excel, enter your total monthly bill in A1 (e.g.,
$247.50). Enter number of licensed users in B1 (e.g.,30). In C1, type=A1/B1. Result:$8.25—the true cost per seat for full Excel access. - Compare to alternatives: In D1, enter
=C1*12for annual cost. Then compare against bulk reseller offers (e.g., CDW, SHI) — many offer 15–22% off annual billing if paid upfront.
That last step catches most people. Microsoft’s direct site shows monthly pricing only—but resellers quote annual rates by default, and those include free migration support and extended admin training.
| Scenario | Direct Microsoft (Monthly) | Reseller Annual (Paid Upfront) | Savings |
|---|---|---|---|
| 5 users, Apps for Business | $41.25/mo ($495/yr) | $412.50/yr | $82.50 (16.7%) |
| 12 users, Business Standard | $150.00/mo ($1,800/yr) | $1,512.00/yr | $288.00 (16.0%) |
| 28 users, E3 | $1,008.00/mo ($12,096/yr) | $9,936.00/yr | $2,160.00 (17.9%) |
| 3 users, Family plan used commercially | $9.99/mo ($119.88/yr) | Not eligible — violation | Risk of audit + $150/user penalty |
The beauty of this approach is that it surfaces hidden savings *and* compliance risk in one view. What makes it elegant is that you don’t need to call sales—you can do it all from Excel and your browser.
Going Further
If you manage more than 50 users, go to admin.microsoft.com > Billing > Purchase services, then click Compare plans. Filter by “Excel desktop app included” and sort by “Price per user (annual)”. You’ll see that E3 drops to $29.99/user/year when purchased via Microsoft Cloud Solution Provider (CSP) partners—versus $36.00 direct.
Here’s the counterintuitive tip: Don’t upgrade to E5 just for Excel features. E5 adds advanced threat protection and voice analytics—but Excel itself hasn’t changed between E3 and E5 since late 2022. You’re paying $21 more per user for security tools you may already have from CrowdStrike or SentinelOne.
Also worth noting: If your team uses Excel mostly for reporting (not modeling), consider Microsoft 365 Business Basic + Power BI Pro ($10/user/month). You get Excel Web (with full formula support) plus interactive dashboards—and save $2.25/user vs. Apps for Business.
When NOT to Use This
This method assumes you’re using a legitimate Microsoft 365 subscription. It won’t work if:
- You’re running Excel 2021 (a one-time purchase, not subscription)—that version costs $149.99 outright and has no cloud sync or AutoSave.
- Your company uses Azure AD B2B guest accounts—those users can’t be assigned full Excel licenses unless added as members.
- You’re evaluating Excel for offline use in remote sites with spotty internet: Excel 365 requires periodic online validation (every 30 days). Excel LTSC 2021 does not—but lacks Dynamic Arrays and XLOOKUP.
And never rely on trial versions beyond 30 days. Microsoft quietly downgrades unconverted trials to Excel Online only—and your VBA macros will break without warning.
Keyboard Shortcuts
| Action | Windows Shortcut | Mac Shortcut |
|---|---|---|
| Open Account pane | Alt+F, T | Cmd+, |
| Switch between open workbooks | Ctrl+Tab | Cmd+~ |
| Recalculate all formulas | F9 | Fn+F9 |
| Open Help for current feature | F1 | Fn+F1 |