ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Combining Text from 2 Columns into 1 then Deleting the 2 Columns (https://www.excelbanter.com/excel-worksheet-functions/80586-combining-text-2-columns-into-1-then-deleting-2-columns.html)

sleepindogg

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?



Daniel CHEN

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?





Duke Carey

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?



sleepindogg

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?






sleepindogg

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?



wtdrm

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?




All times are GMT +1. The time now is 06:19 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com