![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Text > CONCATENATE |
CONCATENATE (text1, text2 [,text3] [,...]) |
| Returns the text string that is a concatenation of several strings. |
| text1 | The first text string. | |
| text2 | The second text string. | |
| text3 | The third optional text string. |
| REMARKS |
| Arguments can be text strings, numbers, or single-cell references. | ||
| This function is equivalent to the "&" character. | ||
| If you concatenate a cell that contains a numerical value, the result is converted to text. See Example 5 | ||
| If you concatenate a cell that is formatted as a date, the date serial number will be used. To avoid this problem you can use the TEXT() function to convert the date into a recognisable date format before it gets concatenated. | ||
| You can have a maximum of 30 arguments. |
| EXAMPLES |
|
| Functions - C | Index - C | Text Manipulation | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |