Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mike
 
Posts: n/a
Default How do I merge column contents

Here is my scenario:

I have column A (first name) and column B (last name).
I need to merge the to column a (first and last name).

Ho do I accomplish this?

Using Excel 2003

Sorry for what seems like a stupdily simple question!

Mike Biang
ASP/PHP/ASP.NET

  #2   Report Post  
Posted to microsoft.public.excel.misc
Doug Kanter
 
Posts: n/a
Default How do I merge column contents


"Mike" wrote in message
oups.com...
Here is my scenario:

I have column A (first name) and column B (last name).
I need to merge the to column a (first and last name).

Ho do I accomplish this?

Using Excel 2003

Sorry for what seems like a stupdily simple question!

Mike Biang
ASP/PHP/ASP.NET


=CONCATENATE(A3," ",B3)

That takes the value in A3, adds a space (shown between quotation marks),
and finally adds the value in B3. If you then copy the formula all the way
down the column, Excel will automatically change the line numbers (A3 to A4,
A5, etc). There's a way to stop that automation, but in this case, you want
it.

This formula has to go in a separate column, but if you have room in the
viewable part of the sheet, you can stick the new column way off to the
right somewhere. Then, copy the new, joined names into whatever column you
want, using Edit, Paste Special, Values.


  #3   Report Post  
Posted to microsoft.public.excel.misc
via135
 
Posts: n/a
Default How do I merge column contents


hi!

let us assume first name in A1, last name in B1
in C1 enter =A1&B1 which will give the full name!

-via135





Mike Wrote:
Here is my scenario:

I have column A (first name) and column B (last name).
I need to merge the to column a (first and last name).

Ho do I accomplish this?

Using Excel 2003

Sorry for what seems like a stupdily simple question!

Mike Biang
ASP/PHP/ASP.NET



--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=513761

  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default How do I merge column contents

No such thing as a stupdi question.

Insert a new column to the left of A: this will be column A, first name
is now column B, last name is now column C. In the first relevant cell
of column A (call it A1), enter this formula:
=B1&" "&C1
This merges the value of B1 and C1 with a space in between.

If you need to convert this to text, highlight all of column A, copy it
to the clipboard, then click Edit Paste Special, select Values, and
click OK.

  #5   Report Post  
Posted to microsoft.public.excel.misc
Doug Kanter
 
Posts: n/a
Default How do I merge column contents


"Doug Kanter" wrote in message
...

"Mike" wrote in message
oups.com...
Here is my scenario:

I have column A (first name) and column B (last name).
I need to merge the to column a (first and last name).

Ho do I accomplish this?

Using Excel 2003

Sorry for what seems like a stupdily simple question!

Mike Biang
ASP/PHP/ASP.NET


=CONCATENATE(A3," ",B3)

That takes the value in A3, adds a space (shown between quotation marks),
and finally adds the value in B3. If you then copy the formula all the way
down the column, Excel will automatically change the line numbers (A3 to
A4, A5, etc). There's a way to stop that automation, but in this case, you
want it.

This formula has to go in a separate column, but if you have room in the
viewable part of the sheet, you can stick the new column way off to the
right somewhere. Then, copy the new, joined names into whatever column you
want, using Edit, Paste Special, Values.


Oops - type. Should've said "but if you DON'T have room..."




  #6   Report Post  
Posted to microsoft.public.excel.misc
Mike
 
Posts: n/a
Default How do I merge column contents

Thanks you guys. You Rock

Mike Biang
ASP/PHP/ASP.NET

  #7   Report Post  
Posted to microsoft.public.excel.misc
Doug Kanter
 
Posts: n/a
Default How do I merge column contents

"via135" wrote in
message ...

hi!

let us assume first name in A1, last name in B1
in C1 enter =A1&B1 which will give the full name!

-via135


He might like to have a space between the names. Can your method do that?


  #8   Report Post  
Posted to microsoft.public.excel.misc
via135
 
Posts: n/a
Default How do I merge column contents


hi Doug!

thks for pointing out!

-via135



Doug Kanter Wrote:
"via135" wrote in
message ...

hi!

let us assume first name in A1, last name in B1
in C1 enter =A1&B1 which will give the full name!

-via135


He might like to have a space between the names. Can your method do
that?



--
via135
------------------------------------------------------------------------
via135's Profile: http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=513761

  #9   Report Post  
Posted to microsoft.public.excel.misc
Doug Kanter
 
Posts: n/a
Default How do I merge column contents

You're welcome. How is it done using that method you provided?

"via135" wrote in
message ...

hi Doug!

thks for pointing out!

-via135



Doug Kanter Wrote:
"via135" wrote in
message ...

hi!

let us assume first name in A1, last name in B1
in C1 enter =A1&B1 which will give the full name!

-via135


He might like to have a space between the names. Can your method do
that?



--
via135
------------------------------------------------------------------------
via135's Profile:
http://www.excelforum.com/member.php...o&userid=26725
View this thread: http://www.excelforum.com/showthread...hreadid=513761



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
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Lookup Table Dilemma Karen Excel Worksheet Functions 2 June 10th 05 08:22 PM
Return Count for LAST NonBlank Cell in each Row Sam via OfficeKB.com Excel Worksheet Functions 12 April 17th 05 10:36 PM
merge data from multiple columns to single column triggerthehorse Excel Worksheet Functions 2 January 17th 05 07:19 PM
Copying the contents of a column into a chart Richard Excel Worksheet Functions 1 November 16th 04 02:39 PM


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

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

About Us

"It's about Microsoft Excel"