Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 29
Default merge 2 columns

I need to take column E and append it to it's own row in column D,
like this, creating a new column F:

R1CD R1CE R1CF
122 Main St New York 122 Main St, New York

Notice I needed to stick a comma and a space between the fields before
putting them in the new column.

Any help sure would be appreciated.
Thanks
Joanne
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default merge 2 columns

=E2 & ", " & f2

then drag fill down the column.

--
Regards,
Tom Ogilvy


"Joanne" wrote:

I need to take column E and append it to it's own row in column D,
like this, creating a new column F:

R1CD R1CE R1CF
122 Main St New York 122 Main St, New York

Notice I needed to stick a comma and a space between the fields before
putting them in the new column.

Any help sure would be appreciated.
Thanks
Joanne

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default merge 2 columns

sorry
in f2
=D2 & ", " & E2

then drag fill down the column.

--
Regards,
Tom Ogilvy


"Joanne" wrote:

I need to take column E and append it to it's own row in column D,
like this, creating a new column F:

R1CD R1CE R1CF
122 Main St New York 122 Main St, New York

Notice I needed to stick a comma and a space between the fields before
putting them in the new column.

Any help sure would be appreciated.
Thanks
Joanne

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
Merge columns CandiC Excel Discussion (Misc queries) 6 August 31st 09 07:06 PM
Need to merge columns Jay T Excel Worksheet Functions 10 August 25th 07 12:26 AM
merge columns karpagam Excel Worksheet Functions 3 September 12th 06 07:42 AM
merge text from 2 columns into 1 then delete the old 2 columns sleepindogg Excel Worksheet Functions 4 March 30th 06 07:25 PM
How to merge columns from excel and how to set customize each columns lancelot Excel Programming 0 March 25th 06 03:44 AM


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