0% found this document useful (0 votes)
10 views

Concatenate

The CONCATENATE function joins two or more text strings into a single text string. It can join text, numbers, or cell references. As an example, the function concatenates data from column A to create the sentence "Stream population for brook trout species is 32/mile". The ampersand operator (&) can also be used to join text items.

Uploaded by

Gusti Agus S
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Concatenate

The CONCATENATE function joins two or more text strings into a single text string. It can join text, numbers, or cell references. As an example, the function concatenates data from column A to create the sentence "Stream population for brook trout species is 32/mile". The ampersand operator (&) can also be used to join text items.

Uploaded by

Gusti Agus S
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CONCATENATE

Page 1 of 1

Excel > Function reference > Text and data

CONCATENATE
Show All Joins two or more text strings into one text string. Syntax CONCATENATE (text1,text2,...) Text1, text2, ... are 2 to 255 text items to be joined into a single text item. The text items can be text strings, numbers, or single-cell references. Remarks You can also use the ampersand (&) calculation operator instead of the CONCATENATE function to join text items. For example, =A1&B1 returns the same value as =CONCATENATE(A1,B1). Example The example may be easier to understand if you copy it to a blank worksheet. How to copy an example

A 1 2 3 4 Data brook trout species 32 Formula =CONCATENATE("Stream population for ",A2," ",A3," is ",A4,"/mile")
See Also

Description Concatenates a sentence from the data above (Stream population for brook trout species is 32/mile)

Combine first and last names Combine text and numbers Combine two or more columns by using a function Display only the last four digits of identification numbers Text functions

ms-help://MS.EXCEL.12.1033/EXCEL/content/HP10062562.htm

3/8/2012

You might also like