📊 Excel tools & workflows examples

Split Columns Examples in Excel

Learn practical split columns examples in excel with simple spreadsheet workflow examples.

Updated 2026-06-125 practical examplesCopy-ready

What it does

Splitting columns separates combined text such as names, codes and addresses.

Syntax or pattern

Workflow steps vary by workbook

5 practical examples

1

Split by delimiter

Split full names by space.

Data → Text to Columns → Delimited

Works best for consistent delimiters.

2

Split code by dash

Separate product prefix and number.

Data → Text to Columns → Delimited → Dash

Useful for product codes.

3

Use TEXTSPLIT

Split text with a formula.

=TEXTSPLIT(A2,"-")

Dynamic formula alternative in newer Excel.

4

Extract before delimiter

Use LEFT and FIND.

=LEFT(A2,FIND("-",A2)-1)

Works when you need formula control.

5

Extract after delimiter

Use MID and FIND.

=MID(A2,FIND("-",A2)+1,LEN(A2))

Useful for helper columns.

Common mistakes to avoid

  • Keep raw data separate from reports.
  • Use clear table names and labels.
  • Avoid over-formatting before the data structure is stable.

Related Excel examples

FAQ

Can this be combined with formulas?

Yes. Most Excel workflows work best when formulas, tables and formatting support each other.

💡 Useful resources

Here are some ideas for you

Optional resources that may help if you are learning formulas, building reports, or working in spreadsheets often.

  • 📘
    Excel formula books

    Practice formulas with structured examples you can keep beside your desk.

    See ideas
  • ⌨️
    Excel shortcut guides

    Build speed with keyboard shortcuts for selection, formatting and navigation.

    See ideas
  • 🔢
    Numeric keypads

    Helpful if you enter many numbers on a laptop or compact keyboard.

    See ideas
  • 🖥️
    External monitors

    Useful for viewing large worksheets, formulas and reference tables side by side.

    See ideas
  • 📒
    Desk notebooks

    Sketch formula logic, report ideas and table structures before building.

    See ideas
  • 💻
    Laptop stands

    Make long spreadsheet sessions more comfortable and ergonomic.

    See ideas

Some links in this section may be affiliate links. Choose only what is useful for your own work.