Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sleepindogg
 
Posts: n/a
Default Combining Text from 2 Columns into 1 then Deleting the 2 Columns

I am attempting to merge text from two different columns ie. C2 and D2 into
one column. Once I have the data from the two columns in my new column, I
would like to delete the old columns and only use the new column with the
combined data.

Can anyone help?


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Daniel CHEN
 
Posts: n/a
Default Combining Text from 2 Columns into 1 then Deleting the 2 Columns

If you want to delete the original 2 columns, then you must do it manully or
use macro/vba code to achieve it. No exisiting excel function/formula can do
it.

BTW, you need to make the destination cells (new combined data) as values
not formulas before you delete the original two columns, o/w the values in
the destination cell will be changed.

--
Best regards,
---
Yongjun CHEN
=================================
XLDataSoft - Data Analysis Expert, Excel/VBA Specialist
- - - - www.XLDataSoft.com - - - -
Free Excel-Based Data Processing Tool is Available for Download
=================================

"sleepindogg" wrote in message
...
I am attempting to merge text from two different columns ie. C2 and D2 into
one column. Once I have the data from the two columns in my new column, I
would like to delete the old columns and only use the new column with the
combined data.

Can anyone help?




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default Combining Text from 2 Columns into 1 then Deleting the 2 Columns

Insert an empty column adjacent to either C or D

In the new column use the formula

=C2 & D2
or, to put a space between them
=C2&" "&D2

Copy the formula down for all the rows, then copy all the cells with the
formula and, without changing the selection, use EditPaste SpecialValues.

Now you can delete the original columns C & D
"sleepindogg" wrote:

I am attempting to merge text from two different columns ie. C2 and D2 into
one column. Once I have the data from the two columns in my new column, I
would like to delete the old columns and only use the new column with the
combined data.

Can anyone help?


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sleepindogg
 
Posts: n/a
Default Combining Text from 2 Columns into 1 then Deleting the 2 Colum

Daniel:

You are the man. Thank you very much.

Sleepindogg

"Daniel CHEN" wrote:

If you want to delete the original 2 columns, then you must do it manully or
use macro/vba code to achieve it. No exisiting excel function/formula can do
it.

BTW, you need to make the destination cells (new combined data) as values
not formulas before you delete the original two columns, o/w the values in
the destination cell will be changed.

--
Best regards,
---
Yongjun CHEN
=================================
XLDataSoft - Data Analysis Expert, Excel/VBA Specialist
- - - - www.XLDataSoft.com - - - -
Free Excel-Based Data Processing Tool is Available for Download
=================================

"sleepindogg" wrote in message
...
I am attempting to merge text from two different columns ie. C2 and D2 into
one column. Once I have the data from the two columns in my new column, I
would like to delete the old columns and only use the new column with the
combined data.

Can anyone help?





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sleepindogg
 
Posts: n/a
Default Combining Text from 2 Columns into 1 then Deleting the 2 Colum

Duke:

You got the right name. Thanks for the help.

Sleepindogg

"Duke Carey" wrote:

Insert an empty column adjacent to either C or D

In the new column use the formula

=C2 & D2
or, to put a space between them
=C2&" "&D2

Copy the formula down for all the rows, then copy all the cells with the
formula and, without changing the selection, use EditPaste SpecialValues.

Now you can delete the original columns C & D
"sleepindogg" wrote:

I am attempting to merge text from two different columns ie. C2 and D2 into
one column. Once I have the data from the two columns in my new column, I
would like to delete the old columns and only use the new column with the
combined data.

Can anyone help?




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Combining Text from 2 Columns into 1 then Deleting the 2 Colum

Duke, you are an angel. You have saved me hours of time. Thanks for your post.

--
wtdrm


"sleepindogg" wrote:

Duke:

You got the right name. Thanks for the help.

Sleepindogg

"Duke Carey" wrote:

Insert an empty column adjacent to either C or D

In the new column use the formula

=C2 & D2
or, to put a space between them
=C2&" "&D2

Copy the formula down for all the rows, then copy all the cells with the
formula and, without changing the selection, use EditPaste SpecialValues.

Now you can delete the original columns C & D
"sleepindogg" wrote:

I am attempting to merge text from two different columns ie. C2 and D2 into
one column. Once I have the data from the two columns in my new column, I
would like to delete the old columns and only use the new column with the
combined data.

Can anyone help?


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
TEXT TO COLUMNS WITH LEADING ZEROS Peggy Excel Discussion (Misc queries) 6 April 27th 23 03:45 AM
Text to columns tghcogo Excel Discussion (Misc queries) 4 February 23rd 06 02:40 PM
combining multiple columns into one column - enhancements markx Excel Worksheet Functions 0 February 16th 06 03:12 PM
combining 2 pieces of text from 2 columns alexy Excel Worksheet Functions 3 September 15th 05 10:35 AM
Text to Columns from drop down list update Kurgan Excel Discussion (Misc queries) 0 June 21st 05 12:14 PM


All times are GMT +1. The time now is 01:55 AM.

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"