Excel Function

CONCAT

Concatenates multiple text values.

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

Arguments

text1

Required

Specify a reference range. You can drag or click start/end cells.

text2

Optional

Specify a reference range. You can drag or click start/end cells.

Practice Preview

format and display text values. Use CONCAT to Concatenates multiple text values. For range arguments, drag from the start cell to the end cell in the same argument field, or click start and end cells in order. Fill the argument fields below and complete a formula that achieves this goal.

Sample correct formula

=CONCAT(B2, C2)

Practice This Function