Skip to content
Excel Help

Excel Help guide · Updated 21 September 2026

Text to Columns in Excel: Delimited and Fixed Width

The wizard writes split values into cells. Decide where its output should land before pressing Finish so adjacent data is not overwritten.

Download the split-layout workbook (.xlsx)

Example data only. No macros or sign-up. The workbooks contain test examples; their behavior has not been verified in Microsoft Excel.

Two inputs, two different split rules

InputPolicyExpected cells
P01|Blue mugDelimited, vertical barP01 / Blue mug
A104NorthFixed width after character 4A104 / North

The workbook keeps three raw values in A4:A6 and three in D4:D6. B:C and E:F show expected outcomes, not wizard output. That lets you compare the actual split after running it.

Run the desktop wizard without overwriting examples

  1. Save a copy. Select A4:A6; open Data → Text to Columns.
  2. Choose Delimited, then Other and enter |. In the preview, verify there are exactly two fields.
  3. Set the destination to blank H4. If product codes can begin with zero, choose Text for that output column before Finish.
  4. For D4:D6, run the wizard again with Fixed width. Add the boundary after character 4 and use blank K4. Compare H:I and K:L with the expected columns.

If a source contains embedded delimiters inside quoted CSV fields, use a proper CSV import workflow instead; this toy delimiter example does not define CSV quoting. Preserve the original column until the result is checked.

Windows, Mac and web

Microsoft's wizard instructions specify a destination and preview for desktop Excel. Excel for the web has a different split experience and Microsoft documents TEXTSPLIT as a function path; do not expect the same fixed-width wizard controls in the browser. UI names can vary by release and language.

Sources: Microsoft Support: Text to Columns wizard and Microsoft Support: split a cell in Excel.

Related tasks

More Excel tips · Broad Excel reference