cancel
Showing results for 
Search instead for 
Did you mean: 

Line Break in CONCATENATE Formula

Murphybp79
Frequent Contributor

I couldn't find this in any of the existing documenation, so posting this for anyone else that may have the same questions.

If you want to add a Line Break when using a CONCATENATE formula you can use the CHAR(10) character to add it. 

Example:CONCATENATE("Name",CHAR(10),"John Smith")
Result:Name
John Smith

 

0 REPLIES 0