Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
Heads up: Excel and Google Sheets do this differently.
=TEXTSPLIT(A2,",")=ARRAYFORMULA(SPLIT(A2:A4,","))Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Yes — SPLIT accepts a string of delimiter characters or you can use a regex pattern: =ARRAYFORMULA(SPLIT(A2:A100,",|;")).
Excel 365 has TEXTSPLIT which works similarly. For older Excel, use Data → Text to Columns or the LEFT/MID/FIND combination.
Apply a formula down an entire column at once in Google Sheets.
How-toWrap any formula in ARRAYFORMULA in Google Sheets to apply it to an entire column without copying it to each row.
Error fixARRAYFORMULA not working in Google Sheets? Learn why it stops expanding, returns one row, or shows an error — and how to fix it.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: