Line Break in CONCATENATE Formula
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ11-26-2024 08:28 AM
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 |
Labels:
- Labels:
-
formulas
0 REPLIES 0

