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
1841 as dual wan router
Facing Latency in Receiving Emails from US Customer
Mcafee epo 4.5 server does not show infection events
Certificate Configuration
Adding the Dynamic Prameter makes report run slow?
How to set the reportViewer to Print Layout
How to automatically resize pictures in Outlook 2007
Why aren't all my profiles showing up with I boot up in SAFE MODE?
Recommendation for a basic wireless router
Help on Webquerytable in VBA