Site icon KahawaTungu

How To Separate Name And Surname In Excel

How To Separate Name And Surname in Excel: How To Search In Excel

Managing data in Excel often requires organizing names into distinct columns for better clarity and functionality. Whether you’re preparing a mailing list, analyzing customer data, or conducting a survey, separating names into first names and surnames can streamline your workflow. Fortunately, Excel provides several methods to achieve this efficiently. Here’s how to separate names and surnames in Excel.

In Excel, names are typically combined in a single cell, formatted as “First Last” (e.g., “John Doe”). To manipulate this data, you’ll want to split the names into separate columns. There are several methods to do this, including using Excel functions, Text to Columns, or formulas.

 1. Using Text to Columns

  1. Highlight the column containing the full names that you want to separate.
  2. Click on the “Data” tab in the Excel ribbon at the top of the screen.
  3. In the Data Tools group, click on “Text to Columns.” This will launch the Convert Text to Columns Wizard.
  4.  Choose the “Delimited” option and click “Next.” This means you want to separate the names based on specific characters, like spaces.
  5. Check the box next to “Space” (as names are usually separated by spaces) and click “Next.” You’ll see a preview of how the data will be split.
  6.  You can choose where to place the separated data. By default, Excel will overwrite the existing data. If you want to keep the original names, select a new location in the “Destination” box.
  7. Click “Finish” to complete the process. Excel will now separate the names into two columns: the first name and the surname.

 2. Using Excel Functions

If you prefer a formula-based approach, you can use the LEFT, RIGHT, and FIND functions to separate names. Here’s how:

  1. Assuming the Full Name is in Cell A1:
    • To extract the first name:
      excel
      =LEFT(A1, FIND(" ", A1) - 1)
    • To extract the surname:
      excel
      =RIGHT(A1, LEN(A1) - FIND(" ", A1))
  2. Enter these formulas in adjacent cells (e.g., B1 for the first name and C1 for the surname). Drag the fill handle down to apply the formulas to other cells in the column.

 3. Using Flash Fill

Excel’s Flash Fill feature can also automatically separate names for you:

  1.  In the column next to your full names, manually type the first name corresponding to the first full name.
  2. Begin typing the first name for the next entry. Excel will recognize the pattern and suggest completing the remaining names.
  3. Press “Enter” to accept the suggestion. Excel will fill in the rest of the first names.
  4.  Do the same in another column for surnames.

Also Read: How To Reset A Locked Phone

Email your news TIPS to Editor@kahawatungu.com
Exit mobile version