A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Split Combined Name



 
 
Thread Tools Display Modes
  #1  
Old September 17th, 2003, 10:50 PM
dlaw
external usenet poster
 
Posts: n/a
Default Split Combined Name

Cell A contains a name in the format 'first initial last'.
I want to create cells from this: 'first' 'initial'
and 'last'.

Are there formulas for the 3 cells that will accomplish
this?

Thanks for the help.
  #2  
Old September 17th, 2003, 11:14 PM
mr
external usenet poster
 
Posts: n/a
Default Split Combined Name

On Wed, 17 Sep 2003 14:50:35 -0700, "dlaw"
wrote:

Cell A contains a name in the format 'first initial last'.
I want to create cells from this: 'first' 'initial'
and 'last'.

Are there formulas for the 3 cells that will accomplish
this?

Thanks for the help.


Try:
Cell A1 contains a name - John Smith.
The formula for extracting the first name is =LEFT(A1,FIND(" ",A1)).
The formula for extracting the last name is =MID(A1,FIND("
",A1)+1,LEN(A1)).
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:49 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.