Microsoft
Software
Hardware
Network
Question : Formula to split Names
Hi Experts
How would you split peoples names in column A into col B & Col C
col A Col B col C
Paul Welsh Paul Welsh
The combined name is seperated by and space between the first name and surname.
Answer : Formula to split Names
I'd use the Data-Text to Columns feature, specify delimited text, space as the delimiter and then Finish.
If you want a formula:
B1:=LEFT(A1,find(" ",A1)-1)
C1 =MID(A1,FIND(" ",A1)+1,len(A1))
Random Solutions
Which version of Server 2008 should I purchase with my new server?
Windows 2008 r2 Crashing while installing on a dl380 g6
Fade In Logo when state is changed
LINQ versus Entity Framework?
Logo Ideas
Outlook 2007 on Vista , Cannot Display the Folder. Microsoft Office Outlook cannot access the specific Folder Location. The messaging Interface has returned an unknown error. If the problem persists
HP Color Laserjet CP2025 only printing one copy when asked to print multiple copies
Expanding Array - HP Array Configuration Utility
Why don't I get a view when I create a tab bar application?
Microsoft Excel - Change a Named Range With Code