Introduction
The SPLIT function breaks text into separate pieces based on a character you choose. It helps you separate words or numbers that are stuck together in one cell into multiple cells.
When you have a list of full names in one cell and want to separate first and last names.
When you receive data with items separated by commas and want each item in its own cell.
When you want to split a date or time that is written as text with dashes or colons.
When you want to separate a list of email addresses separated by semicolons.
When you want to break apart product codes that use a special symbol as a divider.