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
Activate an existing task in the tas scheduler
C# -- Checkbox STATE ?
The requested lookup key was not found in any active activation context.
Can we install SCCM in the same machine where the Domain is setup.
Alter sp in sql 2008
What Is a Good Imaging Software For Installing Windows On Refurbashed Laptops?
Unable to connect to Team Foundation Server
Subreport not showing
Embed Excel into an Access tab control page
Prit Spooler stopping on Windows 2k3 Server