Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
randy
 
Posts: n/a
Default How do I transpose Comma Separated Data in each cell and delete t.

I need to switch a names list in each cell:
[LAST_NAME, FIRST_NAME]
to
[FIRST_NAME LAST_NAME] (no comma),
preferably into two cells:
[FIRST_NAME] [LAST_NAME]
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Last Name:

=LEFT(A1,FIND(",",A1)-1)

First Name:

=MID(A1,FIND(",",A1)+2,999)

HTH
Jason
Atlanta, GA

-----Original Message-----
I need to switch a names list in each cell:
[LAST_NAME, FIRST_NAME]
to
[FIRST_NAME LAST_NAME] (no comma),
preferably into two cells:
[FIRST_NAME] [LAST_NAME]
.

  #3   Report Post  
CyberTaz
 
Posts: n/a
Default

You may be able to just select the column of names and use DataText to
Columns. Specify Comma Delimited in first & second step |:)

"randy" wrote:

I need to switch a names list in each cell:
[LAST_NAME, FIRST_NAME]
to
[FIRST_NAME LAST_NAME] (no comma),
preferably into two cells:
[FIRST_NAME] [LAST_NAME]

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
How do i merge data in a row of cells to be comma separated in on. Banana Excel Discussion (Misc queries) 1 February 7th 05 05:42 PM
Trying to transpose linked data using Paste Special Mike Excel Worksheet Functions 2 January 28th 05 05:26 PM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM
transpose data babs Excel Worksheet Functions 2 December 7th 04 11:49 PM
How can I transpose data from a spreadsheet into a form that does. Joby Excel Worksheet Functions 3 November 30th 04 04:50 PM


All times are GMT +1. The time now is 01:35 PM.

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"