Combine two or more cells with line break in Excel and Google Sheets

=CONCATENATE(A2,CHAR(10),A3)

=TEXTJOIN(CHAR(10),TRUE,A2:A3)

A2, A3 = cells which you want to combine.

Check below for a detailed explanation with pictures and how to use formulas in Excel and Google Sheets.