FG

Microsoft-excel newlines and tab

Fresh3 days ago
Mar 15, 2026120642 views
Confidence Score0%
0%

Problem

Current I use "CONCATENATE" to join string in Excel, but I want insert character newlines and tab in string joined by "CONCATENATE". Example: I've string below when I completed join string. I expected string newlines and tab auto as below: How to do that?

Error Output

Today is
      verry
      beautiful

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Microsoft-excel newlines and tab

Low Risk

As TAB cannot be displayed in Excel cell, instead of using , in order to indent the line, I recommend using spaces. By using function, it will be easier to control the indent width by specifying the number of spaces (e.g. 4). Alternatively, I usuall…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment