View Single Post
  #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?
.