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
Switching Focus from one Form Control to another in Access
I want to Total a Formula Field
Error: The process cannot access the file because it is being used by another process.
How to trigger Ajax after second option has been selected
Another perl spreadsheet problem -- Why is this not running?
In MS Access, why are multiple rows of a continuos form affected when a change is made to a single row?
Restoring a server, AD and Exchange
coldfusion cfset tag in output query
Group Policy to rename existing network share with new server name
Access internal web server internally using public ip cisco