Most people assume Excel has one price tag — like a textbook or a coffee maker. They’re wrong. Excel’s cost isn’t fixed; it’s a sliding scale based on how you access it, where you work, and whether you even realize you already own it. I’ve seen finance managers at Fortune 500s pay $12.50/month for Excel while their interns use the exact same app for free — and neither knew why.
Quick Answer
How much does Excel cost? $0 to $169.99, depending on your path: free web/desktop versions exist, Microsoft 365 subscriptions start at $6.99/month, and the one-time Office 2021 purchase is $169.99. You might already have it through school, work, or an old Surface tablet — and not know it.
All the Methods
| Method | Steps | Best For | Limitations |
|---|---|---|---|
| Excel for the web (free) | Go to office.com, sign in with any Microsoft account (even Outlook.com), click Excel | Students, freelancers, quick edits, collaboration | No VBA, no Power Query, limited chart formatting, max 5MB file size |
| Microsoft 365 Personal ($6.99/month) | Buy at microsoft.com → install desktop app → sign in → full Excel + Word, PowerPoint, 1TB OneDrive | Individuals who need offline access, macros, and regular updates | Annual billing only (billed yearly as $69.99), no volume discounts |
| Microsoft 365 Business Standard ($12.50/user/month) | Admin purchases via admin.microsoft.com → assigns license → user signs in → full Excel + Teams, Exchange, SharePoint | Small teams needing admin controls and business-grade security | Minimum 1-user purchase, requires domain setup |
| Office 2021 (one-time, $169.99) | Buy from Amazon or Best Buy → download installer → enter product key → activate | Users who avoid subscriptions, work offline-only, or use older Windows/macOS | No feature updates after release, security patches only until Oct 2026 |
| Excel Mobile (free) | Install from App Store or Google Play → open any .xlsx → edit on phone/tablet | On-the-go adjustments: fixing typos, updating dates, approving budgets | No formulas bar, no ribbon customization, autosave only to OneDrive |
Method 1 Deep Dive: Excel for the Web (Free)
This is where most people get tripped up — they think “free Excel” means crippled. Not true. It handles 90% of daily tasks just fine. Try this: Open excel.office.com. Sign in with any Microsoft account (yes, even your @outlook.com address from 2012). Create a new blank workbook. In cell A1, type Client Name. In B1, type Invoice Date. In C1, type Amount.
Now paste this sample data into A2:C7:
| Client Name | Invoice Date | Amount |
|---|---|---|
| Sarah Chen | 2024-03-15 | $4,250.00 |
| Acme Corp | 2024-04-02 | $12,800.00 |
| Nexus Labs | 2024-04-18 | $6,140.00 |
| Terra Solutions | 2024-05-07 | $3,995.00 |
| Veridian Group | 2024-05-22 | $8,720.00 |
In D1, type Total. In D2, enter =SUM(C2:C6). Press Enter. You’ll see $35,905.00. That’s real Excel math — same engine as the desktop version. And it’s free.
Here’s the counterintuitive tip: You can open and edit Excel files stored in Dropbox or Google Drive directly in Excel for the web — just drag the file into the browser window. No need to move it to OneDrive first. (I learned this when my client refused to migrate from Dropbox — and we saved 3 hours of prep.)
Limitation check: Try pressing Alt + F11. Nothing happens. That’s intentional — VBA isn’t supported. But if you don’t write macros, you won’t miss it.
Method 2 Deep Dive: Microsoft 365 Business Standard ($12.50/user/month)
This is where things get quietly powerful — especially if you’re managing a team. Let’s say you’re the finance lead at Strata Analytics, a 7-person consulting firm. You’ve just onboarded two new analysts: Lena Park and Rajiv Mehta. You want them to use Excel — but also need control over version history, data loss prevention, and shared templates.
Log into admin.microsoft.com as global admin. Go to Users > Active users. Select Lena and Rajiv. Click Manage product licenses. Check Microsoft 365 Business Standard. Click Save changes.
They’ll receive an email. When they sign in at office.com, Excel opens — but now with extra tabs: Home, Insert, Data, Review, View, and — crucially — Help and Account. That Account tab shows their license status, update channel, and installed apps.
Back in Excel desktop, open a new workbook. In A1:E1, type headers: Project, Start, End, Budget, Status. Paste this into A2:E6:
| Project | Start | End | Budget | Status |
|---|---|---|---|---|
| Cloud Migration | 2024-02-10 | 2024-06-30 | $85,200 | In Progress |
| ERP Upgrade | 2024-03-05 | 2024-08-15 | $142,500 | Planning |
| HRIS Rollout | 2024-04-12 | 2024-10-20 | $67,900 | Not Started |
| Security Audit | 2024-05-01 | 2024-07-31 | $32,400 | In Progress |
Select B2:C5. Press Ctrl + 1 → go to Number > Date > *3/14/2012 → OK. Now select D2:D5 → Ctrl + 1 → Number > Currency > $#,##0.00. These are the same shortcuts as in legacy Excel — nothing changed.
Now try something new: Click the Data tab → Get Data > From Web. Paste https://httpbin.org/json. Yes — you just pulled live JSON into Excel. That’s Power Query, and it’s included. (Does Excel cost? Only if you need this level of integration — then yes, $12.50/month is cheap.)
Cheat Sheet
| Task | Shortcut / Action | Where It Works |
|---|---|---|
| Open Excel for the web | Go to excel.office.com | Any browser, any device |
| Check your current license | File > Account → look under Product Information | Desktop Excel only |
| Insert today’s date | Ctrl + ; | All versions |
| Open Excel Options | Alt + F, T | Desktop Excel only |
| Switch between open workbooks | Ctrl + Tab | Desktop Excel only |
| Find your Excel version number | File > Account → click About Excel | Desktop Excel only |
| See if you have Power Query | Data tab → look for Get Data group | 365 & Office 2021 only |