Split a single column of text into multiple columns.For example, you can separate a column of full names into separate first ...

Split a single column of text into multiple columns.For example, you can separate a column of full names into separate first and last name columns.You can choose how to split it up: fixed width or split at each comma, period, or other character.