#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Separating names

Can a column of names (last name, first name) be split into two columns, one
for the last nams and the other for the first name?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 180
Default Separating names

Assume that the name is cell A1.

For first name type this formula in Cell B1
=MID(A1,1,FIND(" ",A1,1)-1)

For last name type this formula in Cell C1
=MID(A1,FIND(" ",A1,1)+1,LEN(A1))

The above formula assumes that there is only 1 blank/space between first and
last name.
--
Pranav Vaidya
VBA Developer
PN, MH-India
If you think my answer is useful, please rate this post as an ANSWER!!


"Stewart99" wrote:

Can a column of names (last name, first name) be split into two columns, one
for the last nams and the other for the first name?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Separating names

Select the column then:-

data|text to columns

The wizard is fairly intuative

Mike

"Stewart99" wrote:

Can a column of names (last name, first name) be split into two columns, one
for the last nams and the other for the first 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
separating first and last names Tom G. Excel Discussion (Misc queries) 10 September 4th 06 04:20 PM
Separating Names in a Cell Motaad Excel Discussion (Misc queries) 3 August 17th 06 04:26 PM
Separating Names in a cell Motaad Excel Discussion (Misc queries) 1 August 16th 06 09:29 PM
separating names mikeyVo Excel Worksheet Functions 2 July 20th 06 04:46 PM
Separating names Danno Excel Worksheet Functions 5 October 31st 05 12:29 AM


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