Text Functions
Beginner

Text Concatenation

Combine text from multiple cells using concatenation.

Task:

You have first names in column A and last names in column B. Combine them into full names in column C with a space between them.

Learning Objectives:

  • Learn text concatenation with &
  • Understand string joining
  • Practice combining cell values
Hints

Solve without hints for +5 XP

Interactive Spreadsheet

The data in this exercise

This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.

ABC
1First NameLast NameFull Name
2JohnSmith
3JaneDoe
4MikeJohnson
5SarahWilson
What this exercise teaches (contains the answer)

Text concatenation combines multiple text strings into one. The ampersand (&) operator is the most common way to join text in Excel.

Functions used here