Microsoft
Software
Hardware
Network
Question : Formula to split Names
Hi Experts
How would you split peoples names in column A into col B & Col C
col A Col B col C
Paul Welsh Paul Welsh
The combined name is seperated by and space between the first name and surname.
Answer : Formula to split Names
I'd use the Data-Text to Columns feature, specify delimited text, space as the delimiter and then Finish.
If you want a formula:
B1:=LEFT(A1,find(" ",A1)-1)
C1 =MID(A1,FIND(" ",A1)+1,len(A1))
Random Solutions
How to remove User Name and Password from Login screen
MS Word Page Numbering - Duplicate number for different signature pages
Access Search Form
Exchange 2007 Server - Adding new DC (2008 or 2008 R2)?
adding last password change to vbscript (exporting Exchange 2003 mailbox statistics)
Which is Better, FreeAndNil(SL) or SL.Clear?
Excel 2007 VBA Intellisense not working
how to find PC public wholesaler in area
MD5 in java like PHP's md5()
asp.net I want to limit the number of images a user can enter and display the counter 1 to 6 to the user and to inbibit the upload button on a count of 6