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
Convert Access 95/97 to Access 2000 MDE
System error 5 has occurred when using NET USE and Windows Server 2008
Access, non-print a null field.
HELP, I fallen on a 'Runtime Error 3134 Syntax error in INSERT INTO statement' and i can't get up!
Re-Formula =SUMPRODUCT for report creation
Query runs fine for most but not for two people...???
Need SQL Syntax help to make my qry more efficient.
SQL data sorting
WINDOWS SERVER 2008 BACKUP
"Data type mismatch in criteria expression." when comparing dates