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
Excel vba: post 24 based on prev EE post - Excel Color Palette - Scheme/Index revisited - for Sean and WarCrimes
Delete duplicate records
SCCM Site Design - What sort of DP should I use?
App now accesses data over \\localhost\ URL faster than file system
How can i remove carriage returns from a text file?
Linked table manager (Access 2003) does not show any tables
XP Restricted User and Access System.mdw Error
how to display mapped network drive information in windows explorer
Year to Year Sales Comparison Report
"IFMEMBER" command error in logon scripts. HELP!!!!!!!!!!!!!!