Open In App

How to Concatenate with a Line Break in Excel?

Last Updated : 14 May, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Excel is a powerful tool to store, manage, and visualize large amounts of data. This tool is usually used by accounting professionals for the analysis of financial data but can be used by anyone to manage large data. Data is entered into the rows and columns. And then, various formulas and functions can be used to get insights from the data.

How-to-Concatenate-with-a-Line-Break-in-Excel

How to Concatenate with a Line Break in Excel?

Using Concatenate with a Line Break in Excel

Concatenation refers to joining one or more strings. The line break is added to end the current line and start a new line within the same cell. 

Line break

Excel Sheet

2 Ways to Concatenate with a Line Break in Excel

How to Line Break in Excel Using Concatenate function

Concatenation refers to joining one or more string. CONCATENATE() is the function that join two or more text string into one string. It takes the value to join as an argument.

Syntax: CONCATENATE(text1, text2, text3……textn)

For purpose of demonstration take the below table and concatenate the values in columns A, B, and C with a line break.

Dataset

Excel WorkSheet

Step 1: Use CONCATENATE() function

Using concatenate function

Excel WorkSheet

Double quotation with a space in between (” ”) will add a space between the texts.

Step 2: Applying Formula

Drag the lower right corner downwards to apply the formula to the rest of the cells.

Applying formula

Excel WorkSheet

Step 3: Wrapping Text

Go to Home –> Alignment -> Wrap Text.

Wrap text

Excel Work Sheet

Output:

Output

Excel Work Sheet

How to Line Break in Excel Using Ampersand (&) sign

Ampersand sign is a concatenation operator. It is used in between the text to be joined. CHAR(10) in between the formula can be used to enter a line break.

Syntax: text1 & CHAR(10) & text2 & CHAR(10) & text3…

Example:

Applying function

Excel Work Sheet

Output:

Output

Excel Work Sheet

Summary

In conclusion, mastering how to concatenate with a line break in Excel is a game-changer for text manipulation. Through this article, we have learned to how to line break in Excel using the CONCATENATE() function and the Ampersand (&) sign, thereby, smoothening data management and enhancing the clarity of the spreadsheets.



Next Article

Similar Reads