What Most People Miss About How to Make an Excel Document Shared

It’s 3:12 PM on a Tuesday. You just emailed Sarah Chen the Q3 Sales Tracker from your desktop, only to get a reply 22 minutes later: 'I can’t edit the formulas — it says ‘read-only’.' Meanwhile, James from AP has overwritten your pivot table refresh with last month’s filters, and no one saved a timestamped copy. You’re not behind. You’re *unshared* — and it’s not your fault.

The Setup

We’ll use a real-world dataset: the Global Channel Partner Payout Report, updated weekly by Finance. It tracks payouts across 9 partners, includes commission logic, regional FX rates, and approval statuses. Here’s what lives in Sheet1, range A1:E10:
Partner NameRegionGross Revenue (USD)Commission %Status
Acme CorpEMEA$124,50012.5%Approved
Nexus SolutionsAPAC$89,20014.0%Pending Review
Vertex LabsNA$210,75011.0%Approved
Strata GroupLATAM$64,90013.2%Draft
Orion DynamicsEMEA$152,30012.5%Approved
Lumeo SystemsAPAC$78,40014.0%Pending Review
TerraLink IncNA$185,60011.0%Approved
Virex HoldingsLATAM$52,10013.2%Draft
This file lives locally at C:\Finance\Reports\Q3_Partner_Payouts.xlsx. Right now, it’s just yours. No one else can open it unless you hand them a copy — and that’s where things go sideways.

The Challenge

How do I make an Excel document shared? Sounds simple. But in practice, you’re not just sending a link. You’re setting up a live collaboration environment — one where formulas stay intact, edits don’t vanish, and permissions match roles. The real pitfalls aren’t technical. They’re human. First: Excel doesn’t auto-sync local files. If you email the file and three people edit it offline, you’ll get six conflicting versions named "Final_FINAL_v3_James_edits.xlsx". Second: Sharing via OneDrive or SharePoint isn’t enough. You still have to set permission levels — and most people leave it at “Anyone with the link can edit.” That means interns, contractors, and that one person who always sorts column B and breaks your SUMIFS. Third: Version history only saves if the file lives in cloud storage *and* you’re using Excel for Microsoft 365 (not standalone Excel 2019). We’ll come back to this — it’s the biggest blind spot.

Walking Through It

Let’s walk through how to make an Excel document shared — properly. Not just “shared,” but *collaboratively functional*. We’ll use Excel for Microsoft 365 + OneDrive. (If you’re on Excel 2019 or 2021, skip to the “What Could Go Wrong” section — your options are much more limited.) Step 1: Move it to OneDrive first — before you click Share You cannot reliably share a file that lives on your C: drive. Excel will try, but it creates a temporary upload, loses formatting, and often fails silently. So: Save As → OneDrive → “Q3_Partner_Payouts.xlsx”. This puts it at https://onedrive.live.com/.../Q3_Partner_Payouts.xlsx. Now it’s cloud-native. Step 2: Use the ribbon — not right-click Click File > Share. Don’t right-click the file in File Explorer and choose “Share.” That triggers Windows sharing — not Excel/OneDrive collaboration. Big difference. Step 3: Set precise permissions In the Share pane, type names or emails. For Sarah Chen (Finance Analyst), select Can edit. For James (AP), choose Can view — he only needs to check status, not adjust commissions. For your manager, keep Can edit. Then click Apply. Here’s what most people miss: Click the gear icon ⚙️ next to “Link settings.” Uncheck “People with existing access can change permissions.” That stops others from accidentally widening access. Step 4: Protect sensitive ranges (optional but critical) Sarah needs to update Status, but she shouldn’t touch Commission % or Gross Revenue. Select D2:D10 (Commission %) and C2:C10 (Revenue). Right-click → Format Cells > Protection > uncheck ‘Locked’. Then go to Review > Protect Sheet. Enter a password (write it down — no recovery option). Now only unlocked cells (E2:E10) are editable. Everyone sees the full sheet — but only approved fields are changeable. Step 5: Turn on AutoSave and version history Make sure AutoSave is blue (top-left corner). If it’s gray, click it — then confirm “Turn on AutoSave.” This ensures every keystroke syncs. Then go to File > Info > Version History. You’ll see timestamps from today, yesterday, last Monday. Click any to compare or restore. (Pro tip: Version history saves *every 5 minutes*, not just on save — but only if AutoSave is on and the file is in OneDrive/SharePoint.) Here’s the step-by-step reference:
StepActionResultShortcut
1Save As → OneDrive folderFile now has cloud-native URL & sync capabilityF12 → navigate to OneDrive
2File > Share (not right-click)Opens OneDrive sharing dialog with granular controlsAlt+F, H
3Set per-user permissions + restrict link settingsNo accidental broad access; audit trail of who has whatTab + Space to navigate controls
4Unlock E2:E10, lock C2:D10, Protect SheetStatus edits allowed; revenue & commission protectedCtrl+1 → Protection tab
5Enable AutoSave + verify Version HistoryChanges persist, recoverable for 30 daysAlt+Q, type “version”, Enter

The Result

After these steps, here’s what your collaborators actually experience — and what you retain control over:
UserCan SeeCan EditVersion Access
Sarah ChenAll columns A–EOnly Status (E2:E10)Yes — full history
James (AP)All columns A–ENone — view-onlyYes — read-only snapshots
Your ManagerAll columns A–EAll unlocked cells + sheet protection toggleYes — can restore any version
Contractor (external)A1:E1 only + filtered rows (if pre-applied)None — link restricted to view-only + no downloadNo — external links exclude version history
That’s how to make an Excel document shared — not just accessible, but governed.

What Could Go Wrong

Even with perfect setup, things break. Here are three specific mistakes — each with a diagnostic sign and fix: Mistake #1: “I shared it, but they get ‘File in use’ errors” You see a red banner: “This file is locked for editing by another user.” But no one’s editing it. What happened? Someone opened it in Excel Desktop while AutoSave was off — and didn’t close it cleanly. Excel holds a lock file (.xlsx~) in the same folder. Fix: Go to OneDrive web → right-click file → “Details” → scroll to “Open in app” → click “Close all sessions.” Or tell the user to quit Excel completely (Ctrl+Shift+Esc → end Excel tasks). Mistake #2: “My formulas broke after sharing” You had =SUMIFS(C:C,A:A,"Acme Corp") in G2. After sharing, it returns 0 — even though data hasn’t changed. Cause: The file moved from C:\ to OneDrive, and Excel kept local path references in external links or named ranges. Check Formulas > Name Manager. If you see any names pointing to “C:\Finance\…” — delete or redefine them. Also, avoid full-column refs (C:C) in shared files; use structured tables instead (Insert > Table on A1:E10 → formulas auto-convert to [@Revenue]). Mistake #3: “They edited it, but I don’t see changes” Sarah submits edits at 2:15 PM. At 3:00 PM, you open the file — and it’s unchanged. Why? She saved offline. Her Excel wasn’t connected to OneDrive, or her AutoSave toggle was gray. Solution: Teach users to watch the top-left corner. Blue AutoSave = synced. Gray = offline or disabled. Also: pin the OneDrive app to taskbar so sync status is visible.

Quick-Reference Permissions Cheat Sheet

Before you share again, bookmark this:

RolePermission LevelWhat They Can DoWhat They Cannot Do
Data Entry ClerkCan editChange values in unlocked cells, add rows to tablesDelete columns, rename sheets, modify formulas
Department HeadCan edit + manage accessAdd/remove editors, reset passwords, restore versionsInstall add-ins, change Excel settings for others
External AuditorCan view (no download)See live data, filter, sort, printCopy cells, export, see comments, view version history
InternCan view (download disabled)Read-only in browser or desktop appSave locally, share further, see hidden sheets

Now go open that file. Turn on AutoSave. Then share — deliberately.

Emily Watson

Emily Watson

Emily is an expert in workplace culture and team dynamics. Her articles help professionals navigate interpersonal challenges and build better coworker relationships.