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
Killing and Restarting Explorer.exe in .Net
Need to use Log Parser to extract IP and username of all who have accessed OWA in the last month.
Convert old MAC Adobe Director Project to new PC version
Generating HEAP -Thread Dump & GC Snapshot
how to preview an mp3 without loading it to iTunes
Adding values together from mysql table and displaying in php
What new geospatial features are in SQL 2008 R2 but not in SQL 2008
Another boring Lat/Long to X/Y question with bonus!
Not answered How to call Javascript function when checkbox columns are checked
Internet does not work in regular mode ... Works in safemode