You need to use Excel for a lot greater than formulation and information administration. It’s additionally a superb approach to handle your contacts. Whenever you import all of your contacts from one other supply, you’ll seemingly have a primary and final identify in a single cell. There’s nothing unsuitable with that, however separating the 2 may also help you set up them higher. Listed here are the steps to separate first and final names in Excel.
Learn extra: Find out how to unhide columns in Excel
QUICK ANSWER
To separate first and final names in Excel, spotlight your listing of names and choose Textual content to columns. Within the pop-up window, select Delimited and choose House from the choices. As soon as completed, Excel ought to separate all first and final names into completely different columns.
Find out how to separate first and final names in Excel
We’ll begin with our pretend contact sheet. You’ll discover that it reveals every particular person’s identify, electronic mail tackle, and enterprise. None of those electronic mail addresses are actual, simply in case you have been hoping to electronic mail Luke Skywalker.
We first want so as to add an empty column that we’ll use for the final names. To do that, choose column B beside the names.

Adam Birney / Android Authority
Now right-click and discover the Insert possibility. Choose Insert so as to add the empty column.

Adam Birney / Android Authority
Choose the highest of the column along with your names in it. In our instance, meaning column A. Now be sure you have the Knowledge tab open.

Adam Birney / Android Authority
Click on on the Textual content to Columns button. This could open up a wizard menu. Within the menu, choose Delimited. This identifies the separate names utilizing tabs or areas between them.

Adam Birney / Android Authority
On web page two of the wizard, deselect tab and choose House. On the backside, you must be capable of see an instance of the place Excel will divide your information.

Adam Birney / Android Authority
Transfer onto web page three of the wizard and choose End to use your adjustments.

Adam Birney / Android Authority
Lastly, replace the column headers to mirror that first and final names at the moment are separate.

Adam Birney / Android Authority
Now you understand how to separate first and final names in Excel. Your contact lists won’t ever be the identical, and it must be simpler to seek for contacts now. You may also kind your listing alphabetically to be much more organized.
Learn extra: Find out how to separate textual content into columns in Google Docs
FAQs
You need to use the Left perform, Proper perform, and Discover perform to separate first and final names. Enter the method of =LEFT(A2,FIND(” “,A2,1)-1) in a clean cell beside the identify to get the primary identify, or enter =RIGHT(A2,LEN(A2)-FIND(” “,A2,1)) in a clean cell beside the identify to get the final identify.