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

Excel Con

The document describes the CONCATENATE function in Excel. The CONCATENATE function joins multiple text values together into a single cell. It can join up to 30 pieces of text. The function's syntax is =CONCATENATE(Text1, Text2, Text3...Text30). No special formatting is required, and the same result can be achieved using the & operator to join text.

Uploaded by

venkat1431
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Excel Con

The document describes the CONCATENATE function in Excel. The CONCATENATE function joins multiple text values together into a single cell. It can join up to 30 pieces of text. The function's syntax is =CONCATENATE(Text1, Text2, Text3...Text30). No special formatting is required, and the same result can be achieved using the & operator to join text.

Uploaded by

venkat1431
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Name 1 Alan Bob Carol Alan Bob Carol What Does It Do?

NameConcatenated Text 2 Jones AlanJones =CONCATENATE(C4,D4) WilliamsBobWilliams =CONCATENATE(C5,D5) Davies CarolDavies =CONCATENATE(C6,D6) Jones Alan Jones =CONCATENATE(C7," ",D7) Williams illiams, Bob =CONCATENATE(D8,", ",C8) W DaviesDavies, Carol =CONCATENATE(D9,", ",C9)

This function joins separate pieces of text into one item.


Syntax

=CONCATENATE(Text1,Text2,Text3...Text30) Up to thirty pieces of text can be joined.


Formatting

No special formatting is needed, the result will be shown as normal text.


Note

You can achieve the same result by using the & operator.
Name 1 Alan Bob Carol Alan Bob Carol NameConcatenated Text 2 Jones AlanJones =C25&D25 WilliamsBobWilliams =C26&D26 Davies CarolDavies =C27&D27 Jones Alan Jones =C28&" "&D28 Williams illiams, Bob =D29&", "&C29 W DaviesDavies, Carol =D30&", "&C30

You might also like