Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have an EXCEL 2003 workbook that contains addresses. The "Street Number"
is in one column and the "Street Name" is in another column, like this: Column A Column B 123 Main Street I would like to combine the data in these two columns into a new, third column that would look like this: Column C 123 Main Street How can I accomplish this? I will appreciate advice. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
=A1 &" "& B1 Drag down as required Mike "Robert Judge" wrote: I have an EXCEL 2003 workbook that contains addresses. The "Street Number" is in one column and the "Street Name" is in another column, like this: Column A Column B 123 Main Street I would like to combine the data in these two columns into a new, third column that would look like this: Column C 123 Main Street How can I accomplish this? I will appreciate advice. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For reference, that is the shorthand for the concatenate function.
Longhand: =CONCATENATE(A1," ",B1) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine columns into one column | Excel Worksheet Functions | |||
Combine multiple columns into two long columns, Repeating rows in first column | Excel Discussion (Misc queries) | |||
Combine multiple columns into two long columns, Repeating rows in first column | Excel Discussion (Misc queries) | |||
How to combine data from two columns into one column? | Excel Worksheet Functions | |||
How do I combine multiple columns into just 1 column? | Excel Discussion (Misc queries) |