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
Ping a list of addresses in ms-dos
Cannot check POP mail in Outlook 2007
Why does iPhone 3gs periodically ask for username and password when connecting to Exchange 2010
Exchange 2007 bouncing a message
Need to extract key from the .kdb file to .pem or .der format
Thread pool member on TCPIP ?
advance image editing via the web
Can you print a booklet style layout using the front and back of a piece of paper (226 pages) that when folded binded actually line the pages properly
Complex string parsing
Simple question on regular expression - Excel 2007