Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How To Insert and Customize Sparklines in Excel
  • Calculate Conditional Percentile ‘IF’ in table in Excel
  • How to Create One and Two Variable Data Tables in Excel
  • How to create running total in an Excel Table
  • Error Bars in Excel

References

  • How to get first column number in range in Excel
  • Extract data with helper column in Excel
  • LOOKUP function: Description, Usage, Syntax, Examples and Explanation
  • Lookup entire row in Excel
  • How to use Excel OFFSET function

Data Validations

  • Excel Data validation must begin with
  • Excel Data validation date in next 30 days
  • Excel Data validation require unique number
  • Excel Data validation allow uppercase only
  • Excel Data validation exists in list

How to add a line break with a formula while joining text strings in Excel

by

To add a line break with a formula, you can use the concatenation operator (&) along with the CHAR function.

Note: make sure you have text wrap enabled on cells that contain line breaks.

Formula

="text"&CHAR(10)&"text"

Explanation

In the example shown the formula in E4 is:

=B4&CHAR(10)&C4&CHAR(10)&D4

How this formula works

This formula “glues together” the pieces of text that appear in B4, C4, and D4 using the ampersand (&) which is the concatenation operator in Excel.

In between each piece of text, the CHAR function appears with an argument of 13. The character code for a line break in Excel varies depending on the platform. On Windows, the  code is 10 and on a Mac it’s 13.

The result of the concatenation is text with line breaks:

Traci Brown¬
1301 Robinson Court¬
Saginaw, MI 48607

To know more on how to join multiple text strings in Excel you can visit: Join Text Strings Using Concatenate or ‘& Operator’ .

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Excel If, Nested If, And/Or Criteria Examples
  • How to use IFS function in Excel
  • SWITCH function example in Excel
  • OR function Examples in Excel
  • IF with boolean logic in Excel

Date Time

  • Calculate series of dates by workdays in Excel
  • Get project midpoint in Excel
  • Convert text date dd/mm/yy to mm/dd/yy in Excel
  • Count holidays between two dates in Excel
  • MONTH function: Description, Usage, Syntax, Examples and Explanation

Grouping

  • Group times into 3 hour buckets in Excel
  • If cell contains one of many things in Excel
  • Map inputs to arbitrary values in Excel
  • How to randomly assign people to groups in Excel
  • Group numbers at uneven intervals in Excel

General

  • How to fill cell ranges with random number from fixed set of options in Excel
  • 231 Keyboard Shortcut Keys In Excel
  • Select, Insert, Rename, Move, Delete Worksheets in Excel
  • Basic numeric sort formula in Excel
  • Mark Workbook as Final in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning