

Let’s look at the other two methods as well! This is how you can add a new line in excel concatenate formula. STEP 3: Go to Home > Alignment > Wrap Textto show the text in multiple lines and you now have all of the results! Now let’s add the function CHAR(10) to add a line break between each text =CONCATENATE(A12, CHAR(10), B12, CHAR(10), C12, CHAR(10), D12)Īpply the same formula to the rest of the cells by dragging the lower right corner downwards. Let us select all the columns: =CONCATENATE( A12, B12, C12, D12) STEP 2: The CONCATENATE arguments: text1,, , … STEP 1: We need to enter the CONCATENATE Excel function in a blank cell: =CONCATENATE( You will need to select WRAP TEXT in order to see each text on a separate line. So, by simply adding CHAR(10) in between your formula you can enter a line break. For example, CHAR(10) returns a line break in windows, CHAR(34) returns a ” (double quote), CHAR(64) returns etc. This is done by entering the CHAR( ) function in between each text string/argument.ĬHAR function returns a character specified by a number from 1 to 255. Want to add a line break in between each text string? This is exactly what we will cover in the next section! 3 ways to Excel Concatenate with Line Break In general, when you are typing a text in Excel and you need to add a line break, you can simply press Alt + Enter and Excel will take you to the new line within the same cell.īut what if you want that line break when you are trying to combine texts from different cells using a formula. A long text with a line break and without a line break is shown below. Line Break in Excel is added to end the current line and start a new line within the same cell. If you add a double quotation with a space in between ” ” then this will add a space between the texts selected on either side. The item can be a text value, number, or cell reference.

=CONCATENATE( the first text, the second text, and so on…)ĬONCATENATE Excel function joins two or more text strings into one string. Joins two or more text strings into one string. 3 ways to Excel Concatenate with Line Break.In this article, we are going to elaborately discuss the following: Ever faced a situation when you are combining text from multiple cells with line break as separator? Looking for a new fix or hack for this? Keep reading!
