In Excel: in current Excel (Microsoft 365), use Data ▸ Get Data ▸ From File ▸ From Text/CSV (Power Query) instead — the classic wizard is hidden by default and has to be re-enabled at File ▸ Options ▸ Data, ticking "From Text (Legacy)" under "Show legacy data import wizards," after which it appears at Data ▸ Get Data ▸ Legacy Wizards ▸ From Text (Legacy).
Go to Data ▸ Get Data ▸ From File ▸ From Text/CSV for the modern Power Query import.
Review the auto-detected delimiter and encoding in the preview; click "Transform Data" if a column needs its type fixed before loading (e.g. forcing a leading-zero code to Text).
Click Load (or Load To… for a Table, PivotTable, or specific location) to bring the data onto the sheet.
To bring back the legacy step-by-step wizard instead, go to File ▸ Options ▸ Data, tick "From Text (Legacy)" under "Show legacy data import wizards," then use Data ▸ Get Data ▸ Legacy Wizards ▸ From Text (Legacy).
For splitting a delimiter-separated column that is already ON the sheet, not importing a new file, use Data ▸ Text to Columns instead — a separate, still fully current feature.
What this does
The Text Import Wizard was the classic three-step dialog (delimited vs. fixed width, delimiter characters, per-column data format) for turning a .txt or .csv file into worksheet columns. Current Excel replaced it with Power Query's From Text/CSV import, which detects the same delimiters but adds a live preview, the ability to fix a column's data type before it ever lands on the sheet, and (via "Transform Data") the full Power Query Editor for cleanup steps that re-run automatically the next time the source file refreshes — something the legacy wizard never did. The legacy wizard still exists for compatibility but ships off by default. 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 “excel text import wizard”, 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
A vendor sends a semicolon-delimited export, sales.csv, where a Region column of "01", "02", "03" needs to stay text so the leading zero survives. Data ▸ Get Data ▸ From File ▸ From Text/CSV opens a preview with the delimiter auto-detected as Semicolon; clicking "Transform Data" opens Power Query, where right-clicking the Region column header ▸ Change Type ▸ Text locks its type before the data loads, then Close & Load places it on the sheet with "01" intact instead of Excel silently converting it to the number 1. Anyone following an older tutorial that names the wizard directly needs to know it still exists but ships off, and that Power Query's From Text/CSV is the actively maintained tool that does more than the wizard ever could, including refreshing automatically when the source file updates. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.
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. The short version of “excel text import wizard”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.
Common mistakes
- Looking for "Text Import Wizard" directly on the Data ribbon in a current Excel install and concluding it was removed — it is only hidden, not gone.
- Confusing the file-import wizard with Text to Columns, which splits a column already on the worksheet and was never hidden or replaced.
- Letting Power Query auto-detect a column's type and only noticing after loading that leading zeros or long ID numbers got silently mangled — fix the type in the preview/Transform Data step, before Close & Load.
- Assuming the legacy-wizard toggle is a one-time global setting — it is a per-installation Excel option and needs re-enabling again on a different machine.
Frequently asked questions
Where did the Text Import Wizard go in Excel?
It is disabled by default in current Excel; re-enable it at File ▸ Options ▸ Data ▸ "Show legacy data import wizards" ▸ From Text (Legacy).
What is the modern replacement for importing a CSV or text file?
Data ▸ Get Data ▸ From File ▸ From Text/CSV, powered by Power Query.
Does Google Sheets have a Text Import Wizard?
No — Sheets has no Power Query and no legacy-wizard equivalent. Its import flow is File ▸ Import, a single dialog offering import-location options (new spreadsheet, new sheet, replace spreadsheet, replace current sheet, append rows, or insert at a selected cell) and a separator-type choice (detect automatically, tab, comma, semicolon, or custom) — one step rather than Excel's multi-step wizard or Power Query preview.