Combining existing data in different cells to form new information is a not infrequent requirement in Microsoft Office Excel 2007. Concatenation is the process of stringing together different pieces of information to form a new piece of data. For example, if we have columns containing people’s title and first name and another containing their last name, we could use concatenation to create their full name. All we need to do is to string together the title, first name and last name.
Excel offers two concatenation techniques. The first is to use ‘&’ (the ampersand) which is the concatenation operator: the second is to use the CONCATENATE function. To use the ampersand in our Full Name example, we would first enter an “=” sign to indicate to Excel that we want to create a function. Secondly, we would click on the cell containing the title to enable Excel add a reference to that cell to our formula.
The next step would be to add a space to separate the title from the first name. To do this, we simply type the concatenation operator followed by a space and since a space is a text character, it has to be enclosed in quotation marks. Thus, we would actually type ‘& ” ” &’. Next, we click on the cell that contains the first name, then type ‘& ” ” &’ once more to add a space separating the first name from the last name.
Finally, we click the cell that contains the last name and, to confirm the formula, either press the Enter key or click on the Enter button on the left of the formula bar.
Now let’s look at doing the same thing using the CONCATENATE function. When using the Insert Function command, this is found in the Text category and permits you to string together up to 255 pieces of information. For example, let’s say that our title was in cell C2, our first name in D2 and our last name in E2; our formula would be ‘=CONCATENATE(C2,” “,D2,” “,E2)’.
As to which method is better; there is not much to choose between them. Simply use the one which seems simpler or more logical to you. One argument for using the first method is that the use of a concatenation operator is found in most scripting and programming languages. Some environments use an ampersand; others use a plus sign.
Need to master Excel. We offer Microsoft Excel courses in London and all over the UK.
Possibly related posts: (automatically generated)
- Related posts on computer tips
- How to Remove Malware Professional 2010 | Malware Professional …
- How to Remove KeepCop | Keep Cop Removal Guide | Computer Tips …
- How To Uninstall Software From Your PC « Driver Updates and …
- Related posts on computer tutorials
- Dicas Para Selecionar Proper Motherboard – Alicinha Blog
- Video Professor – Learn new IT skills Today!
- Related posts on Computers
- How To Share My Itunes Music With Multiple Computers? | All About …
- Laptop Computers that are Worth the Purchase « top laptop and …
- DK's BLog » How Do I Start My Report On Computers?


No User Responded in " How To Concatenate Data In Excel 2007 "
You must be logged in to comment.