Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jobby
 
Posts: n/a
Default What formula will take a name in one cell (last name,first name) .

I have a name in a cell, last name first then a comma then first name, and I
want to seperate them into two cells. I know there is a formula to do that,
but I don't know what it is, can anyone help me?
  #2   Report Post  
Datasort
 
Posts: n/a
Default

Use the menu option Data:Test To Columns to parse the one field into two fields


Good Luck

Stewart

"jobby" wrote:

I have a name in a cell, last name first then a comma then first name, and I
want to seperate them into two cells. I know there is a formula to do that,
but I don't know what it is, can anyone help me?

  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

You could use Data Text to columns with comma as the
delimiter or use:

Last name (in B1):
=LEFT(A1,FIND(",",A1)-1)

First name:
=SUBSTITUTE(A1,B1&", ","")

HTH
Jason
Atlanta, GA



-----Original Message-----
I have a name in a cell, last name first then a comma

then first name, and I
want to seperate them into two cells. I know there is a

formula to do that,
but I don't know what it is, can anyone help me?
.

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
When I copy down into the next cell the formula changes correctly. Jason30 Excel Discussion (Misc queries) 1 January 12th 05 11:55 PM
How is it that a cell can transfer the correct formula, but the w. kbigs Excel Discussion (Misc queries) 3 January 12th 05 03:56 PM
Formula with text and reference to a date cell [email protected] Excel Discussion (Misc queries) 1 January 11th 05 08:15 AM
Cell contents vs. Formula contents Sarah Excel Discussion (Misc queries) 3 December 15th 04 06:02 PM
I want the results of a formula to show in cell, NOT THE FORMULA! ocbecky Excel Discussion (Misc queries) 4 December 10th 04 08:39 PM


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