Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Need Text to Columns Help! First Name MI Last Name

Hi everyone,
I have a column of proper names, some of which have middle initials and
some of which do not. I am trying to get them into columns of | first
name | MI | Last Name |. The problem is that excel seperates them into
three columns with the last name in the middle column for people
without middle initials, and the last name in the third column for
people with middle initials. I would appreciate any help you excel
experts could give me.

  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul B
 
Posts: n/a
Default Need Text to Columns Help! First Name MI Last Name

See if the information on Chip's page here will help

http://www.cpearson.com/excel/FirstLast.htm

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

wrote in message
oups.com...
Hi everyone,
I have a column of proper names, some of which have middle initials and
some of which do not. I am trying to get them into columns of | first
name | MI | Last Name |. The problem is that excel seperates them into
three columns with the last name in the middle column for people
without middle initials, and the last name in the third column for
people with middle initials. I would appreciate any help you excel
experts could give me.



  #4   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default Need Text to Columns Help! First Name MI Last Name

hit the key too quick. This will get the first name for col B. Surely, you
can figure it out for the middle initial for col C and the last name for col
D.

=IF(ISERR(FIND(".",A8)),LEFT(A7,FIND(" ",A8)),LEFT(A8,FIND(".",A8)-3))

--
Don Guillett
SalesAid Software

wrote in message
oups.com...
Hi everyone,
I have a column of proper names, some of which have middle initials and
some of which do not. I am trying to get them into columns of | first
name | MI | Last Name |. The problem is that excel seperates them into
three columns with the last name in the middle column for people
without middle initials, and the last name in the third column for
people with middle initials. I would appreciate any help you excel
experts could give me.



  #5   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Thanks for the help

problem solved, thanks alot. The office manager here was telling me
that it was impossible, and I was like "umm . . . no, Im going on
google groups" you guys proved me right



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 unwrap text to columns? ChristineR Excel Discussion (Misc queries) 2 December 9th 05 03:46 PM
Text to columns - one way street? Al Excel Discussion (Misc queries) 4 November 17th 05 04:31 PM
How do I convert from text to columns automatically on import? byosko Excel Discussion (Misc queries) 1 November 16th 05 11:21 PM
comparing columns of text (cross-searching) WorkingWithText Excel Discussion (Misc queries) 0 November 8th 05 02:30 AM
Text to columns jcross Excel Discussion (Misc queries) 2 July 21st 05 07:07 PM


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