Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TEXT TO COLUMNS WITH LEADING ZEROS | Excel Discussion (Misc queries) | |||
Text to columns | Excel Discussion (Misc queries) | |||
combining multiple columns into one column - enhancements | Excel Worksheet Functions | |||
combining 2 pieces of text from 2 columns | Excel Worksheet Functions | |||
Text to Columns from drop down list update | Excel Discussion (Misc queries) |