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
JQuery is disabled by partial postbacks
Adobe Flash Player 10 does not work in I.E. 7.0 or 8.0
offline SharePoint Workspace with Office Web Apps
Start app minimized in vb.net (2005) Compact Framework
Operation must use an updatable query. (Error 3073)
Multiselect
Mounting Images using IMAGEX
Interuption to my start-up
Code: 0x80012017 The package path referenced an object that cannot be found: "\Package\Subplan.Disable"<wbr />
DataGrid Silverlight 3.0 Calculated Value In a Column