In Excel: save the file to OneDrive or SharePoint, then press Share in the top-right corner and enter the people or copy the link — that is what enables real co-authoring.
Save the workbook to OneDrive, OneDrive for Business or SharePoint — co-authoring does not work on a local or network drive.
Click Share in the top-right corner of the Excel window.
Enter names or email addresses, or use Copy Link and set who the link works for.
Choose "Can edit" or "Can view"; use Link settings to set an expiry date or a password where your plan allows it.
Use File ▸ Info ▸ Version History to review and roll back changes.
To stop sharing, open the Share pane ▸ Manage Access and remove people or the link.
What this does
Modern sharing and the old Share Workbook feature are two different things, and picking the wrong one is the usual source of pain. Co-authoring requires the file to live on OneDrive, OneDrive for Business or SharePoint; then several people edit the same .xlsx at once and see each other's cursors. The legacy "Share Workbook (Legacy)" command is a pre-cloud mechanism that merges separate copies, blocks tables, conditional formatting and PivotTable edits, and is hidden from the ribbon by default for good reason. If you cannot use cloud storage, the honest alternatives are sending copies and merging them yourself, or moving the data into a system built for concurrent writes. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. For “share an excel file for editing”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected cells change, and only then apply the same setup to the full sheet. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That is what makes a data step that keeps your analysis trustworthy useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
Save budget.xlsx to OneDrive, then click Share ▸ enter two colleagues' addresses ▸ set the permission to "Can edit" ▸ Send. All three of you can type at once, and coloured cursors show who is where. Use File ▸ Info ▸ Version History to see and restore earlier states. If instead you email the .xlsx as an attachment, you have created three files that will diverge within a day. The version-control problem — five copies of budget_final_v3_JS.xlsx — is solved entirely by where the file is stored, and that is the one decision people skip. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.
In Google Sheets
Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Here is the takeaway for “share an excel file for editing”: copy the answer if you are busy, but if you have a spare few minutes, rebuild the example in Excel yourself with the tool above open beside it. That single pass — type it, run it, watch the result move when you change an input — is what turns a formula you found into a technique you trust. Keep your inputs labelled and referenced, never hard-coded, and the same sheet stays correct and auditable as it grows. Done that way, you will not need to look this up again, and you will be the person others ask.
Common mistakes
- Emailing the file as an attachment and then trying to reconcile four edited copies.
- Enabling the legacy Share Workbook feature, which silently blocks tables, conditional formatting and many PivotTable operations.
- Storing the file on a network share and expecting co-authoring, which needs OneDrive or SharePoint.
- Granting "Can edit" to a link that anyone can forward, when the data is confidential.
- Sharing a macro-enabled .xlsm and expecting co-authoring — macro workbooks do not support it.
Frequently asked questions
How do I share an Excel file?
Save it to OneDrive or SharePoint, then click Share in the top-right corner and add people or copy a link. That is what enables simultaneous editing.
Can several people edit at once?
Yes, if the file is on OneDrive, OneDrive for Business or SharePoint and is a normal .xlsx. Macro-enabled workbooks and files on local or network drives do not support co-authoring.
What is Share Workbook (Legacy)?
The pre-cloud mechanism for merging separate copies. It disables tables, conditional formatting and much PivotTable editing, and Microsoft hides it by default. Use OneDrive co-authoring instead.
How do I stop sharing?
Open the Share pane and choose Manage Access, then remove individual people or delete the sharing link.
Other ways people ask this
This is also commonly searched as “how to share excel file for editing” and “unlocking excel file for editing”. They describe the identical operation, so you are in the right place no matter how you phrased it.
Why do people search for this in so many different ways?
Because the same task has many names. “how to share excel file for editing”, “unlocking excel file for editing” all point at the one operation explained on this page, which is why they all lead here.