Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default How do I combine two EXCEL columns?

I have an EXCEL 2003 worksheet containing addresses. The street address
information is in two columns. For instance, for the address 123 Main Street,
the worksheet has one column containing "123" and another column containing
"Main St."

How do I combine the two columns so that I have a new column that contains
"123 Main Street"? I will appreciate advice.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How do I combine two EXCEL columns?

Assume the house number is in column A and the street name in column B
- enter this formula in column C:

=A1 & " " & B1

and copy down for as many items as you have in columns A and B. Fix the
values by highlighting column C then <copy and Edit | Paste Special |
Values (check), OK and <Esc. You could now delete the original columns
A and B.

Hope this helps.

Pete


Hope this helps.

Pete

Robert Judge wrote:
I have an EXCEL 2003 worksheet containing addresses. The street address
information is in two columns. For instance, for the address 123 Main Street,
the worksheet has one column containing "123" and another column containing
"Main St."

How do I combine the two columns so that I have a new column that contains
"123 Main Street"? I will appreciate advice.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do I combine two EXCEL columns?

And then when you want to sort by street, you can break it into two columns
again using DataText to Columns.

My advice..............leave it two columns.

Your lfe will be easier down the road.


Gord Dibben MS Excel MVP

On 9 Oct 2006 17:13:32 -0700, "Pete_UK" wrote:

Assume the house number is in column A and the street name in column B
- enter this formula in column C:

=A1 & " " & B1

and copy down for as many items as you have in columns A and B. Fix the
values by highlighting column C then <copy and Edit | Paste Special |
Values (check), OK and <Esc. You could now delete the original columns
A and B.

Hope this helps.

Pete


Hope this helps.

Pete

Robert Judge wrote:
I have an EXCEL 2003 worksheet containing addresses. The street address
information is in two columns. For instance, for the address 123 Main Street,
the worksheet has one column containing "123" and another column containing
"Main St."

How do I combine the two columns so that I have a new column that contains
"123 Main Street"? I will appreciate advice.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default How do I combine two EXCEL columns?

Thank you. I used:

=A1&""&B1

However, I am getting "123Main St." instead of what I want, which is "123
Main St." How do I change the forumula to insert a space between "123" and
"Main"?

"Pete_UK" wrote:

Assume the house number is in column A and the street name in column B
- enter this formula in column C:

=A1 & " " & B1

and copy down for as many items as you have in columns A and B. Fix the
values by highlighting column C then <copy and Edit | Paste Special |
Values (check), OK and <Esc. You could now delete the original columns
A and B.

Hope this helps.

Pete


Hope this helps.

Pete

Robert Judge wrote:
I have an EXCEL 2003 worksheet containing addresses. The street address
information is in two columns. For instance, for the address 123 Main Street,
the worksheet has one column containing "123" and another column containing
"Main St."

How do I combine the two columns so that I have a new column that contains
"123 Main Street"? I will appreciate advice.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 618
Default How do I combine two EXCEL columns?

If you'd used the formula you were given by Pete you would have been OK.
You need the space between the quote marks.
=A1&" "&B1
not
=A1&""&B1
--
David Biddulph

"Robert Judge" wrote in message
...
Thank you. I used:

=A1&""&B1

However, I am getting "123Main St." instead of what I want, which is "123
Main St." How do I change the forumula to insert a space between "123"
and
"Main"?


"Pete_UK" wrote:

Assume the house number is in column A and the street name in column B
- enter this formula in column C:

=A1 & " " & B1

and copy down for as many items as you have in columns A and B. Fix the
values by highlighting column C then <copy and Edit | Paste Special |
Values (check), OK and <Esc. You could now delete the original columns
A and B.


Robert Judge wrote:
I have an EXCEL 2003 worksheet containing addresses. The street
address
information is in two columns. For instance, for the address 123 Main
Street,
the worksheet has one column containing "123" and another column
containing
"Main St."

How do I combine the two columns so that I have a new column that
contains
"123 Main Street"? I will appreciate advice.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I combine five EXCEL 2003 workbooks into one? Robert Judge Excel Discussion (Misc queries) 3 October 9th 06 04:57 PM
EXCEL should let me establish unlimited numbers of columns. DAISY Excel Discussion (Misc queries) 8 February 15th 06 04:35 PM
Can I add more columns in Excel past column IV Marty A. Excel Discussion (Misc queries) 0 January 3rd 06 07:37 PM
how do i combine three columns in excel. excel help Excel Worksheet Functions 4 September 24th 05 08:00 PM
Columns in Excel will not allow user to click in them Kim Excel Discussion (Misc queries) 1 December 28th 04 06:37 PM


All times are GMT +1. The time now is 05:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"