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
Site-to-Site VPN with Cisco 2811 and Checkpoint Firewall R70_30
Windows 7 printing on Citrix Windows Server 2003
embedded media player
Linux command to copy files from locationA to locationB
Cisco Firewall (ASA-5550) - memory allocation error
Stored Proc results not coming out on web page - Visual Web Dev / MSSQL 2008
Hacked index.php file does not retain permissions anymore
Date Difference
calculating balance from statement printout
php properties file format suggestion