7
Text functions Cube functions Database functions Date and time functions Engineering functions Financial functions Information functions Logical functions Lookup and reference functions Math and trigonometry functions Statistical functions User defined functions EXCEL WORKSHOPS

Concatenate function in Excel - How to combine cell in Excel

Embed Size (px)

Citation preview

Page 1: Concatenate function in Excel - How to combine cell in Excel

•Text functions

•Cube functions

•Database functions

•Date and time functions

•Engineering functions

•Financial functions

• Information functions

•Logical functions

•Lookup and reference functions

•Math and trigonometry functions

•Statistical functions

•User defined functions

EXCEL WORKSHOPS

Page 2: Concatenate function in Excel - How to combine cell in Excel

CONCATENATE

This video explains the formula syntax and usage of the CONCATENATE function in Microsoft Office Excel.

F U N C T I ON

Page 3: Concatenate function in Excel - How to combine cell in Excel

• Joins up to 255 text string into one text string

• Joins text, numbers, cell references, or any combination of these.

DESCRIPTION

A B C

1 This

2 is

3 very

4 easyThis is very easy

Writing the following:=concatenate(A1,” ”,B2,” ”,C3,” ”,B4)will result in :

Page 4: Concatenate function in Excel - How to combine cell in Excel

item1 [& item2] [& item3] …[& item N]

•Item1 is required and represents the first item to be concatenated.

•Where items in bracket [] are optional.

• Up to a maximum of 255 items (N <= 255).

SYNTAX (CONT.)

Page 5: Concatenate function in Excel - How to combine cell in Excel

•Item1 is required and represents the first item to be concatenated.

•Where items in bracket [] are optional.

• Up to a maximum of 255 items (N <= 255).

•Each items must be separated by commas.

SYNTAXCONCATENATE(item1,[item2],[item3],…[itemN])

Page 6: Concatenate function in Excel - How to combine cell in Excel

• =CONCATENATE(“This is ”, “ very” , “ easy”)

•= “This is ” & “ very” & “ easy”

•=CONCATENATE(“This is ” & “very”, “ “, “easy”)

•=“This is ” & CONCATENATE(“very”,” ”,”easy”)

•=CONCATENATE(“I want $”, 20,” dollars”)

Here are some simple examples:

CONCATENATE(item1,[item2],[item3],…[itemN])

Page 7: Concatenate function in Excel - How to combine cell in Excel

BROUGHT TO YOU BY COMIXIE.COMTRAINING WORKSHOPS