View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
muddan madhu muddan madhu is offline
external usenet poster
 
Posts: 747
Default How do I combine the contents of two columns?

use CONCATENATE function
or
= A1&" "&B1



On Jan 27, 12:47*am, Robert Judge
wrote:
I have two columns in Excel 2003 containing address information:

Column 1 * * * * * * * * * * * *Column 2
123 * * * * * * * * * * * * * * * * *Main Street

How can I combine these into a new column that will state "123 Main St."?

I will appreciate advice.