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
Access DCount Comparison
Emails bounce with message "MX invalid #439"
Hard disk drive Iomega MDHD10T-U2 not running on Windows 7/XP?
Multiple update statement with foreign key constraints
Microsoft sql2005 patches
Formatting CString for rich edit control.
Auto Populate an unbound textbox on an unbound form
Question on Query Grouping
System.Web.Caching.Cache Error - Object not set to an instance of an object???
Word 07 - How do I remove the margins completely so that a tilte spreads across an entire A4 page?