ƒx

Excel CONCAT Formula

data Difficulty:
One-Click Copy
CONCAT(text1, [text2], ...)

Quick context

  • Works in both Excel and Google Sheets.
  • Use when you need consistent, auditable results.
  • Copy the snippet above and adjust only the ranges.

When to use

Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments.

Combine text from different cells into one.

Join Text

Combine text from different cells into one.

Inputs

  • text1 The first item to join.
  • text2 Additional items to join.

Practical Example

=CONCAT("Hello", " ", "World")

Disclaimer: While we strive for accuracy, these formulas are provided "as is" without warranty of any kind. Please verify all results before use.