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 implement getenumerator() method in a genrics class
Why do the icons on the the desktop go about a quarter inch off the monitor screen.
Excel VBA: isolate text in parentheses
Which facility to select within Windows environment
Hyperlink in Word Document
lstbox.selectedindex changed error when cbobox1.selectedvalue = lstbox1.selectedvalue
Simple? Visual Studio
Nortel BCM50 wiring schematic
Using a select box instead of tabs to change content of div
VB Script: Output specific text from text file