Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
bbc1
 
Posts: n/a
Default Combine names seperated by comma

I have a database imported into excel, column a has surname and Christin
names seperated by a comma, ie Adams,John want to extract these into another
column as John Adams
  #2   Report Post  
Gordon
 
Posts: n/a
Default

Jason Morin wrote:
1. Select the column.
2. Go to Data Text to columns
3. Select "Delimited" and select a comma as your
delimiter.
4. Switch the columns around.


And then concatenate, as the OP wants both in the same column!

--
Interim Systems and Management Accounting
Gordon Burgess-Parker
Director
www.gbpcomputing.co.uk
  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

1. Select the column.
2. Go to Data Text to columns
3. Select "Delimited" and select a comma as your
delimiter.
4. Switch the columns around.

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a database imported into excel, column a has

surname and Christin
names seperated by a comma, ie Adams,John want to

extract these into another
column as John Adams
.

  #4   Report Post  
David
 
Posts: n/a
Default

?B?YmJjMQ==?= wrote

I have a database imported into excel, column a has surname and
Christin names seperated by a comma, ie Adams,John want to extract
these into another column as John Adams


Put this in the target column where imported names start in ColA, Row2
=RIGHT($A2,LEN($A2)-FIND(" ",$A2))&" "&LEFT($A2,FIND(",",$A2)-1)
Adjust $A2 to your source

--
David
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
sorting names alphabetically when names may start with numbers John Smith Excel Discussion (Misc queries) 3 May 11th 05 08:06 PM
how can I count distinct names in an excel list? RPC@Frito Excel Discussion (Misc queries) 5 February 3rd 05 09:12 PM
Pull unique names for drop down list [email protected] Excel Discussion (Misc queries) 3 February 1st 05 10:23 PM
How can I find the common names in two columns of names? hako Excel Discussion (Misc queries) 2 December 8th 04 01:59 AM
.CSV file format - comma or semi-colon? bavjean Excel Worksheet Functions 5 November 12th 04 12:26 PM


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