ZonoTools

Excel Practice - CONCAT

Instruction

Join A2, a hyphen "-", and B2 into one text string.

Formula Syntax

=CONCAT(text1, [text2], ...)

  • text1: Input text value.
  • [text2]: Input text value.
  • ...: Additional optional arguments.

What it does

Join text values in a modern Excel-compatible way.

text-cleanup.xlsx

AB
1Raw TextHelper
2 ACME Corporation ACME
3Invoice-2026-00012026
4VIP_CLIENTVIP
5John DoeDoe
6 Product Name Product
7Output

Input Formula

Need Help?

Tips

  • Use CONCAT with clean and consistent ranges for predictable results.
  • Validate data types (number, text, date) before applying the formula.
  • Test the formula with a small sample first, then scale it to larger ranges.