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
google maps api v3.
Word doc. macro--download two web pages then compare
SQL for current date between StartDate and EndDate
How do I add an ASP value to a Javascript?
iptables
encrypt variables in asp
Hosting other domains under a sub folder
MSSQL - How to update table with data from another table
Windows 2008 Server RemoteApp Application Issues
Enable suexec for /home directory on centos 5.4