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
Operation is not valid due to the current state of the object.
wifi - connection : problem while applying profile
From jquery how do I get the client id of an asp control
How do I change the search criteria shown in advanced search options?
Make parameters in MS Access report optinal
How do I copy a MySQL Database from one Linus box to another?
Exchange 2003 relay recipient table
How do I resolve the error 10 on Outlook 2007?
Any file types restricted on SharePoint?
VBScript Divide Money Without Rounding error