Go Back   Wiki NewForum | Latest Entertainment News > Career Forum & Tips > Tech Forum & Tutorial > IT Forum > MS office Tutorials (2003 & 2007) > MS Excel 2003


Topic 36: Excel Text Concatenation: How to Join Multiple Cell Together?


Reply
Views: 2630  
Thread Tools Rate Thread
  #1  
Old 01-26-2010, 11:59 AM
seema seema is offline
Administrator
 
Join Date: Oct 2009
Posts: 5,409
Default Topic 36: Excel Text Concatenation: How to Join Multiple Cell Together?

To use the Excel text concatenation feature
  • Open Microsoft Excel 2003 and create the worksheet as shown below:
  • Go to cell E1 and type in the word Result, then select the cell E2. We are going to combine cell A2, B2, C2, D2 using the text concatenation function which is the ampersand (&) symbol.
  • However, we cannot automatically just combine Dates and Numbers with Text cells. We need to use the TEXT function.
  • " Let us focus first on adding the Title, First name and Last Name together. First select cell E2 and type the following formula:
    = A2 & " " & B2 & " " & C2
Note: There is a space between the double quotes. This is to ensure that the text in the fields do not combine together without spacing.

Reply With Quote
  #2  
Old 01-26-2010, 12:00 PM
seema seema is offline
Administrator
 
Join Date: Oct 2009
Posts: 5,409
To add a date to the text
  • To add a date to the text we must first convert it to text using the TEXT function. The TEXT function also can be use to format the date in a specific format.
  • For example if I wanted a date in the format - 09/12/2008, I would enter the Text function as - TEXT(Cell Address, "dd/mm/yyyy")
  • To incorporate the Date into the cell, simply type the formula as follows - = A2 & " " & B2 & " " & C2 & " was born on " & Text(D2,"dddd, dd mmmm yyyy")
  • The result will be - Mr John Harvest was born on Sunday, 12 October 1980..
The good part about Excel Text concatenation is that you can use it with Excel Database lists and combine multiple cells together and then use the data in the list with programs like Microsoft Word to do a mail merge.
Reply With Quote
Reply

New topics in MS Excel 2003





Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
WikiNewForum)