Microsoft
Software
Hardware
Network
Question : Excel - How to split a fullname column into seperate firstname and surname columns
Hi,
In an excel spreadsheet I have a list of about 3000 full names in a single column. eg "Firstname Lastname".
I want to split this field into two so that I have a Firstname and a Lastname field.
Can I do this automatically in excel?
Regards
Mitch
Answer : Excel - How to split a fullname column into seperate firstname and surname columns
if your data is in column A then enter this formulas in columns b and c or any other blank columns
=left(A1, find(A1," ")-1)
=right(A1,len(A1)-len(B1)-
1)
Saqib
Random Solutions
How to read field names from an XSD file.
Vista Home: Use of NET.TCP terminates w3wp.exe and listener
SQL Server Backup Connection
C# -- Microsoft Report (.rdlc) textbox "HEIGHT" ?
Password protect adobe 9
How can I enable a template item accoding to query result ?
Retrieve drivers before wipe?
Create Webservice to receive XML using HttpWebRequest
Exchange 2003 SMTP conector
Outlook.Application. Trying to specify 'To' recipient by using the 'From' field.