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 Set Up POP Connector on SBS with NEw AT&T Settings
Unable to find control
Type DATE rejected in CREATE TABLE
Visual Studio 2008; Website project; bin folder now showing?
Converting an Access Date/Time column's value to a DateTime object
How do I move a worksheet from one spreadsheet to another, while keeping all formulas exactly the same (so it doesn't move the file name with it)?
Computer Browsing (My Network Places)
auto log off and close forms if idle problem
Access VBA Code with Excel Object Save As just started generating the Automation Error - The server threw an exception.
Outlook VB Code Quit Working