100% Free MasterclassTextBeginner Level

=TEXTSPLIT() Interactive Masterclass & Practice Simulator

Splits text strings across columns and/or rows using delimiters.

Official Syntax:=TEXTSPLIT(text, col_delimiter, [row_delimiter], [ignore_empty], [match_mode], [pad_with])

Live Interactive Excel Spreadsheet (Full Width)

Type directly in the cells or use the formula bar (fx)
X
Excel Live Grid: =TEXTSPLIT() Practice Dataset
E2
fx
TEXTSPLIT(text, col_delimiter)

text: The text string to split.

🎯 Active Cell: Enter any formula or value into cell E2! Try =TEXTSPLIT(A2, ", ")
Sheet: Sheet 1 (Practice Table)
#ACustomer Address (A)BDelimiter (B)CCity Result (C)DCountry (D)EOutput: =TEXTSPLIT() (E)FColumn FGColumn GHColumn H
2
3
4
5
6
7
8
9
10
Formula Assistant
Cell: E2

Excel Calculation Rules:

  • Click on any cell across the entire sheet.
  • Type =B2*C2, =TEXTSPLIT(...), or any math!
  • Click other cells to insert cell addresses automatically.
  • Press Enter or click to evaluate live!

⚡ Pro Keyboard Shortcuts:

Enter CalculateTab Next CellF2 Edit CellEsc Cancel
Ready • Any Cell Formula EngineZoom: 100%
Advertisement Google AdSense Verified Slot

Google AdSense Responsive Unit (horizontal)

Publisher ID: ca-pub-7444400132160337. Ad unit ready for live ad serving upon Google approval.

Graded Practice Challenges (1)

Free & Unlocked
1

Exercise 1: Practice =TEXTSPLIT() in Live Simulator

+50 XP

🎯 Target Goal:

Split Delimited City, State, and Country into Separate Columns

Syntax Parameters Breakdown

textRequired

The text string to split.

col_delimiterRequired

Character/string to split columns by.

Top Pitfalls to Avoid:

  • Forgetting to close the parenthesis ) at the end of the formula.
  • Mismatching cell range sizes in lookup vectors or criteria arrays.

Corporate Pro Tips:

  • TEXTSPLIT automatically spills results horizontally across adjacent columns in Excel 365.
  • Pass a column delimiter in param 2 and row delimiter in param 3 to split 2D matrices in one go.