✍️ Excel text examples

CONCAT Examples in Excel

Learn practical concat examples in excel for cleaning text, extracting values and building spreadsheet labels.

Updated 2026-06-125 practical examplesCopy-ready

What it does

CONCAT joins text from cells or ranges.

Syntax or pattern

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

5 practical examples

1

Join two cells

Combine first and last name.

=CONCAT(A2," ",B2)

TEXTJOIN is often better when blanks matter.

2

Join a range

Combine a range of characters.

=CONCAT(A2:D2)

No delimiter is added automatically.

3

Create an ID

Join department and number.

=CONCAT(A2,"-",TEXT(B2,"000"))

Use TEXT to format numeric pieces.

4

Create a label

Build a product label.

=CONCAT(B2," (",C2,")")

Good for readable dropdown labels.

5

Join with line breaks

Combine notes with a line break.

=CONCAT(A2,CHAR(10),B2)

Turn on wrap text to display line breaks.

Common mistakes to avoid

  • Not handling missing delimiters.
  • Forgetting that some text functions return text, not numbers.
  • Using fixed positions when the text layout is not consistent.

Related Excel examples

FAQ

Can text formulas work with Excel Tables?

Yes. Table references can make text-cleaning formulas easier to understand.

💡 Useful resources

Here are some ideas for you

Optional resources that may help if you are learning formulas, building reports, or working in spreadsheets often.

  • 📘
    Excel formula books

    Practice formulas with structured examples you can keep beside your desk.

    See ideas
  • ⌨️
    Excel shortcut guides

    Build speed with keyboard shortcuts for selection, formatting and navigation.

    See ideas
  • 🔢
    Numeric keypads

    Helpful if you enter many numbers on a laptop or compact keyboard.

    See ideas
  • 🖥️
    External monitors

    Useful for viewing large worksheets, formulas and reference tables side by side.

    See ideas
  • 📒
    Desk notebooks

    Sketch formula logic, report ideas and table structures before building.

    See ideas
  • 💻
    Laptop stands

    Make long spreadsheet sessions more comfortable and ergonomic.

    See ideas

Some links in this section may be affiliate links. Choose only what is useful for your own work.