The simplest way to convert Word to Excel depends on what your document contains
If your Word document is mostly a table or a list with clear columns, you can copy it directly into Excel. If it's formatted text with mixed content, you'll need to save it as a different file type first — usually CSV (comma-separated values) — then open that in Excel. The method that works best depends on how your data is structured and whether you need to preserve formatting.
The trade-off is between speed and accuracy. A direct copy-paste is fastest but may scramble formatting. Saving as CSV and importing takes longer but gives you control over how each column is interpreted. For most people, one of these two paths will work without needing additional software.
Key Takeaways
- A straightforward copy-paste works if your Word document contains a table with clear rows and columns, and you don't need to keep special formatting like colors or fonts.
- For text that isn't in a table, save the Word file as a .txt or .csv file first, then open it in Excel and use the Text to Columns feature to split data into separate cells.
- Excel's import wizard lets you preview how your data will split before you confirm, so you can catch problems before they're locked in.
- If your Word document has images, text boxes, or complex formatting, those elements won't transfer to Excel — you'll need to manually recreate them or leave them out.
Converting a table from Word to Excel using copy and paste
Open your Word document and select the entire table by clicking in it, then pressing Ctrl+A (Windows) or Command+A (Mac). The whole table will highlight. Copy it with Ctrl+C or Command+C.
Open Excel and click on the cell where you want the table to start — usually cell A1. Paste with Ctrl+V or Command+V. The table will appear in Excel with its data intact. Column widths may need adjustment, and any colors or special formatting from Word may not carry over exactly, but the numbers and text will be there.
This method works best when your Word table has straightforward content: names, numbers, dates, or straightforward text. If your Word table contains merged cells, nested tables, or complex formatting, some of that structure may be lost or converted in unexpected ways. Check the result before you delete the original Word file.
Converting unstructured text or lists using CSV format
If your Word document contains a list or data that isn't already in a table, you'll need to prepare it first. The data should have a consistent pattern — for example, each line might contain a name, an address, and a phone number separated by commas or tabs.
In Word, select all the text you want to convert. Copy it. Open a plain text editor like Notepad (Windows) or TextEdit (Mac) — not Word, which adds hidden formatting. Paste the text. If your data isn't already separated by commas or tabs, add them now so each column of information is clearly divided. Save the file with a .csv extension (for example, mydata.csv) and remember where you saved it.
Open Excel. Go to File > Open and navigate to your .csv file. Excel will open the Text Import Wizard, which shows you a preview of how your data will be split into columns. In step 1, choose whether your data is delimited (separated by commas, tabs, or spaces) or fixed width (aligned in columns). In step 2, select which character separates your columns — usually comma or tab. Step 3 lets you set the data type for each column (text, number, date, and so on). Click Finish when the preview looks correct.
Handling data that doesn't split cleanly
Sometimes your data won't split the way you expect. For example, if a name field contains both first and last names, and you want them in separate columns, the import wizard won't do that automatically. You'll need to use Excel's Text to Columns feature after the data is already in the spreadsheet.
Select the column that needs to be split. Go to Data > Text to Columns. Choose Delimited if the data is separated by a character like a space or comma, or Fixed Width if you want to split at a specific character position. The wizard will show you a preview. When it looks right, click Finish. The original column will be replaced with multiple columns, one for each piece of data.
If splitting one column would overwrite data in the columns to its right, Excel will warn you. In that case, insert new columns first by right-clicking on a column header and selecting Insert.
What doesn't transfer from Word to Excel
Images, text boxes, headers, footers, page breaks, and comments in your Word document will not appear in Excel. If your Word file relies on these elements to convey information, you'll need to decide whether to recreate them in Excel, leave them out, or keep both files.
Formatting like bold, italic, colors, and font choices may or may not transfer, depending on the method you use. A direct copy-paste preserves more formatting than a CSV import. If formatting is important to you, test the conversion on a copy of your document first.
Formulas in Word (if you used them) won't transfer as working formulas. They'll become plain text. If you need calculations, you'll have to rebuild them in Excel.
Checking your converted data before you save
After your data is in Excel, scan through it to make sure nothing was lost or scrambled. Look for cells that seem too full (data that should be in separate columns got crammed together) or too empty (data that should be there is missing). Check a few rows in detail, not just the first few.
Pay special attention to numbers that should be numeric but came in as text — they'll be left-aligned in their cells instead of right-aligned, and you won't be able to do math with them. If this happens, select the column, go to Data > Text to Columns, and choose General as the data type in step 3. This usually converts them.
Once you're confident the data is correct, save your Excel file with a new name so you keep the original Word document as a backup.
Frequently Asked Questions
Can I convert a Word document to Excel without losing formatting?
Mostly, but not completely. A direct copy-paste preserves colors and bold text better than a CSV import. However, Word features like text boxes, images, and page breaks won't appear in Excel at all. If formatting is critical, copy-paste is your best option, but test it on a copy first.
What if my Word document has multiple tables?
Copy and paste each table separately into Excel, starting each one in a different area of the spreadsheet or on a different sheet. You can't select multiple tables at once and paste them all at the same time.
Why does my data look wrong after I paste it into Excel?
This usually happens when data that should be in separate columns got pasted into a single column. Use Text to Columns to split it. If the data is in a Word table, try copying it again and using Paste Special (Ctrl+Shift+V) and choosing Unformatted Text instead of regular paste.
Can I automate this conversion if I do it regularly?
Excel's macro feature can record and repeat the same steps, but setting it up requires some technical knowledge. For occasional conversions, the manual methods described here are faster. If you convert documents daily, look into your organization's IT department — they may have a tool or script already built.
What's the difference between saving as CSV and using the Text to Columns wizard?
Saving as CSV creates a separate file that you then open in Excel. Text to Columns works on data already in Excel. CSV is better if you want to keep the original file unchanged or share the converted data. Text to Columns is faster if you're already in Excel and just need to reorganize columns.