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 create a dynamic query builder
Default date in calendarextender
help with telnet handler
System.DirectoryServices or System.DirectoryServicesAc<wbr />countManag<wbr />ement
changing CMD prompt window properties in batch
What does Crawling Full status mean?
0x0000007B (0xBA4C3524, 0xC0000034, 0x00000000, 0x00000000)
How do you secure a C# Web Service
Can I down size a wav file?
using Access to create email message bounces back if user changes message body