
While using a line break in a formula the two things you need to take care of using the CHAR function for the line break and applying “Word Wrap” to the cell. Now what happens is, as we have specified CHAR(10), it will add a line break after every cell value. And in the end, selected the entire range A2:C2 which we need to combine. In the formula, we have used CHAR as a delimiter and then used TRUE to ignore empty cells.

This is actually a simple formula in which you need to refer to all the cells which you want to combine but by using CHAR(10) between those cell references. You can learn more about CHAR from here, and now, let’s move on to our line break formulas.
#Excel for mac new line in cell windows#
This function returns a specific character according to the number you have specified in it.Īnd to enter a line break we need to mention 10 if you are using the Excel Windows version and 13 if you are using the Excel MAC version. In all these formulas there is one thing which is commonly we have used. And the best part is all these 3 formulas are simple to use.


Here’s the deal: To insert a line break between text we need to use the CHAR function.Īnd in today’s post, I’m going to show you exactly 3 different formulas which you can use to have a line break while combining values from different cells. But sometimes while doing this we need to add a line break between the text which we want to combine.Īs you know there are serval methods to concatenate text but when it comes to adding a line break we need to use a specific formula for this. In Excel, when we normally combine text from different cells using CONCATENATE.
