#1   Report Post  
Posted to microsoft.public.excel.misc
akrgovic
 
Posts: n/a
Default Two cells into one


If I have two words in two cells (in A1 John, in B1 Smith) can I merge
it in some way into one cell? I know COPY option but I need to move all
words in B column into A column beside existing words. In A column I
have second name and in B column first name.
Thanks.


--
akrgovic
------------------------------------------------------------------------
akrgovic's Profile: http://www.excelforum.com/member.php...o&userid=30697
View this thread: http://www.excelforum.com/showthread...hreadid=503608

  #2   Report Post  
Posted to microsoft.public.excel.misc
superkopite
 
Posts: n/a
Default Two cells into one


if you want to put the full name into C1 the formula is as follows:

=B1&", "&A1

hope that helps


--
superkopite
------------------------------------------------------------------------
superkopite's Profile: http://www.excelforum.com/member.php...o&userid=29496
View this thread: http://www.excelforum.com/showthread...hreadid=503608

  #3   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default Two cells into one

Use in column C ( or any un-used column) enter
=A1 & B1 and copy down. Then copy the new column and paste/special as value
back into column A


If you want to reverse the name order then use
=B1 & A1
If you want a space between the names then use
=A1 & " " & B1
--
Gary''s Student


"akrgovic" wrote:


If I have two words in two cells (in A1 John, in B1 Smith) can I merge
it in some way into one cell? I know COPY option but I need to move all
words in B column into A column beside existing words. In A column I
have second name and in B column first name.
Thanks.


--
akrgovic
------------------------------------------------------------------------
akrgovic's Profile: http://www.excelforum.com/member.php...o&userid=30697
View this thread: http://www.excelforum.com/showthread...hreadid=503608


  #4   Report Post  
Posted to microsoft.public.excel.misc
akrgovic
 
Posts: n/a
Default Two cells into one


Thanks! Works perfectly.


--
akrgovic
------------------------------------------------------------------------
akrgovic's Profile: http://www.excelforum.com/member.php...o&userid=30697
View this thread: http://www.excelforum.com/showthread...hreadid=503608

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 you "select locked cells" w/o "select unlocked cells"? princejohnpaulfin Excel Discussion (Misc queries) 3 July 16th 05 03:53 AM
Counting empty cells within a range of cells Rosehill - ExcelForums.com New Users to Excel 2 May 2nd 05 08:53 AM
Counting only active cells Sac73 Excel Discussion (Misc queries) 16 April 4th 05 05:49 AM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM


All times are GMT +1. The time now is 11:49 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"