Excel Function
CONCAT
Concatenates multiple text values.
CONCAT(text1, [text2], ...)Arguments
text1
RequiredSpecify a reference range. You can drag or click start/end cells.
text2
OptionalSpecify 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)