This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
The Concatenate function creates a text string by pulling data from specified fields. This function can join information such as first and last names, or names and scores, which are in separate fields. Up to 255 fields may be added together in this fashion. The result is a text string, which cannot be used in calculations.
Concatenate is faster than copying and pasting, especially when creating complex text strings, or multiple text strings using identical sets of fields. To create multiple text strings using identical sets of fields, use the Fill command.
Open the desired Excel worksheet
Select the cell where you would like the result of the function to appear
HINT: If you will be using the Fill command to create text strings for each row of data, select a cell in the same row as the information you will use to create the text string.
From the Insert menu, select Function...
The Formula Builder appears.

In the Search for a function text box, type Concatenate
Press [return]
OR
Scroll to the Text section
Double click CONCATENATE
The Arguments section appears.
In the text 1 text box, type the cell ID containing the first field to appear in the text string
OR
On your worksheet, select the cell to include
To add supplementary text between fields, in a separate text box, type the text in quotation marks
To add a space between fields, in a separate text box, type quote marks with a space in between (" ")

Repeat steps 7 and 8 for as many of the text text boxes as necessary
NOTES:
To add a text box, click
.
A preview of your result is displayed in the bottom of the Arguments section
Place the insertion point in the Formula bar
Press [return]
The text string appears in the selected cell and the formula appears in the Formula bar.