Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Combine Text from 2 columns into 1

Is there a way to move text from column B and paste or insert into column A
behind existing text; without retyping?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Combine Text from 2 columns into 1

Insert a helper column to the left of column A and enter the following
formula in cell A1, changing the row number to match your worksheets layout:

=A1&" "&B1

Copy the formula down as far as necessary, and the select the cells with the
formula and select copy. With the cell pointer in A1, click EDIT in the
menu, select PASTE SPECIAL and click the VALUES option button. Click OK to
exit the dialog box and complete the copy.

At this point you can delete columns B and C as they are no longer necessary.
--
Kevin Backmann


"dscmm" wrote:

Is there a way to move text from column B and paste or insert into column A
behind existing text; without retyping?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Combine Text from 2 columns into 1



"dscmm" wrote:

Is there a way to move text from column B and paste or insert into column A
behind existing text; without retyping?


Kevin- Thanks for the info on =A1&" "&B1- It worked; however brings another
question--

Is there a way to force the text from column B to insert below column A text
when it is copied?
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Combine Text from 2 columns into 1

=A1 & CHAR(10) & B1


Gord Dibben MS Excel MVP

On Tue, 25 Mar 2008 12:24:01 -0700, dscmm
wrote:



"dscmm" wrote:

Is there a way to move text from column B and paste or insert into column A
behind existing text; without retyping?


Kevin- Thanks for the info on =A1&" "&B1- It worked; however brings another
question--

Is there a way to force the text from column B to insert below column A text
when it is copied?


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
combine two text columns ferde Excel Discussion (Misc queries) 1 May 10th 07 01:13 AM
Combine multiple columns into two long columns, Repeating rows in first column [email protected] Excel Discussion (Misc queries) 2 July 31st 06 09:45 PM
Combine multiple columns into two long columns, Repeating rows in first column [email protected] Excel Discussion (Misc queries) 0 July 31st 06 05:07 PM
How do I combine two columns of text to 1 as in 1st name surname McGreal55 Excel Discussion (Misc queries) 2 May 19th 06 12:18 PM
How do you combine two columns to one? StTrumpet Excel Discussion (Misc queries) 4 March 22nd 05 02:10 AM


All times are GMT +1. The time now is 11:15 AM.

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"