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
T-1 muxing converted into a signal that can be terminated at a cable modem
Internet Security settings prevents me from opening a file
Raise domain function level when there are 2 ADs
BESR 2010 Restore options
write into an app.config
How do I recover my data from a Western Digital 500GB NetCenter NAS drive?
Synch Gmail to Droid
iPhoneos build error
What is wrong with the way that I'm writing this if statement?
Select Query from Form Data