Skip to main content

How to split cells into multiple columns or rows by carriage return?

Normally, in Excel, we can quickly split cell contents into multiple columns based on some specific characters, such as commas, semicolon, dot marks by using the Text to Columns feature. But, have you ever tried to split cell values into multiple columns or rows by carriage returns?

Split cells into multiple columns based on carriage returns with Text to Columns

Split cells into multiple rows based on carriage returns with VBA code

Split cells into multiple columns or rows based on carriage returns with Kutools for Excel

Combine multiple cells into one based on carriage returns with Kutools for Excel


arrow blue right bubble Split cells into multiple columns based on carriage returns with Text to Columns

If you have a list of cells contents which are separated by the carriage returns as following screenshot shown, in fact, the Text to Columns function could help you to split the cell values into multiple columns.

doc split by new line 1

1. Select the cells that you want to split their contents.

2. Click Data > Text to Columns, see screenshot:

doc split by new line 2

3. In the Convert Text to Columns Wizard, check Delimited option in step1, see screenshot:

doc split by new line 3

4. Then click Next button, in step 2, check Other option under Delimiters, and in the box beside the Other, press Ctrl + J keys into it, see screenshot:

doc split by new line 4

5. And then click Next button, in step3, select General option, and specify a cell for locating the result, then click Finish button directly to finish the operations.

doc split by new line 5

6. And the cell contents have been split into multiple columns as following screenshot shown:

doc split by new line 6


arrow blue right bubble Split cells into multiple rows based on carriage returns with VBA code

Sometimes, you need to split the cell values into multiple rows based on the carriage returns as following screenshot shown.

doc split by new line 7

There is no direct way for you to deal with this task in Excel, but, you can create VBA code to solve it.

1. Hold down the ALT + F11 keys, and it opens the Microsoft Visual Basic for Applications window.

2. Click Insert > Module, and paste the following code in the Module Window.

VBA code: Split cells into multiple rows based on carriage returns

Sub SplitCells()
'Update by Extendoffice
Dim Rng As Range
Dim WorkRng As Range
On Error Resume Next
xTitleId = "KutoolsforExcel"
Set WorkRng = Application.Selection
Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type:=8)
For Each Rng In WorkRng
    lLFs = VBA.Len(Rng) - VBA.Len(VBA.Replace(Rng, vbLf, ""))
    If lLFs > 0 Then
        Rng.Offset(1, 0).Resize(lLFs).Insert shift:=xlShiftDown
        Rng.Resize(lLFs + 1).Value = Application.WorksheetFunction.Transpose(VBA.Split(Rng, vbLf))
    End If
Next
End Sub

3. Then press F5 key to run this code, and a prompt box will pop out to remind you select the data range that you want to split, see screenshot:

doc split by new line 8

4. And then click OK, and your selected data has been split into multiple rows based on the carriage returns.


arrow blue right bubble Split cells into multiple columns or rows based on carriage returns with Kutools for Excel

Kutools for Excel’s Split Cells utility can help you split cells into multiple columns or rows quickly and easily.

Kutools for Excel : with more than 300 handy Excel add-ins, free to try with no limitation in 30 days. 

After installing Kutools for Excel, please do as follows:

1. Select the data range that you want to split.

2. Click Kutools > Merge & Split > Split Cells, see screenshot:

3. In the Split Cells dialog box, select the Split to Rows or Split to Columns option under the Type section that you need, and then check New line under the Specify a separator section, see screenshot:

doc split by new line 10

4. Then click OK button, and a prompt box will pop out to remind you select a cell to output the result, see screenshot:

doc split by new line 11

5. Then click OK, if you choose Split to Columns option, all the selected cell values have been split into multiple columns by the carriage return, see screenshot:

doc split by new line 12

And if you choose Split to Rows option, your selected cell values will be split to multiple rows you like as following screenshot shown:

doc split by new line 13

Click to know more about this Split Cells utility…

Click to Download and free trial Kutools for Excel Now!


arrow blue right bubble Demo: Split cells into multiple columns based on carriage returns with Text to Columns

Kutools for Excel: with more than 300 handy Excel add-ins, free to try with no limitation in 30 days. Download and free trial Now!

arrow blue right bubble Combine multiple cells into one based on carriage returns with Kutools for Excel

Combine multiple cells into one based on carriage returns:

Contrary to the above content, how could you combine multiple cell values which are separated by carriage returns into one cell in Excel? Here, I will talk about an easy tool-Kutools for Excel, with its powerful Combine feature, you can quickly combine multiple rows, columns, cells into one cell.

doc split by new line 14

Kutools for Excel: with more than 300 handy Excel add-ins, free to try with no limitation in 30 days. Download and free trial Now!


arrow blue right bubble Demo: Combine multiple cells into one based on carriage returns with Kutools for Excel

Kutools for Excel: with more than 300 handy Excel add-ins, free to try with no limitation in 30 days. Download and free trial Now!

Related articles:

How to convert carriage return to comma in Excel?

How to quickly remove line breaks in Excel?

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (6)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
I have values in cell like "100/5" which is fetched by formula in one cell and would like to split the values in to two adjacent columns like "100" in one cell and "5" in another. Could you please suggest if I can do that with help of formula?
This comment was minimized by the moderator on the site
This is awesome.. very helpful.. Thank you so much.. :)
This comment was minimized by the moderator on the site
Hi, If this formula contains the option to insert instead directly split and paste in a transpose method, we do have range of rows, This option just split and transpose on existing data cells. If we get a option to insert and paste accordingly would be grateful otherwise the formula is very useful
This comment was minimized by the moderator on the site
This page has helped a lot, I used to VBA to separate the rows up. The problem that I have is that I have multiple columns. All the cells in the row either have one "row" or X number of "rows"of information in the other cells. If anyone knows how to do this it would be greatly appreciated.
This comment was minimized by the moderator on the site
[quote]This page has helped a lot, I used to VBA to separate the rows up. The problem that I have is that I have multiple columns. All the cells in the row either have one "row" or X number of "rows"of information in the other cells. If anyone knows how to do this it would be greatly appreciated.By Brian[/quote] Stephen Even i'm looking for multiple Column having Alt+Enter data needs to convert to multiple rows with same data , needs copy the entire data of next columns as well in the new row
This comment was minimized by the moderator on the site
Was looking for information like this and this page solved everything for me. Well done!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations