back arrowAll articles

How to Combine First and Last Name in Excel: A Comprehensive Guide

Last Updated: Sun Mar 30 2025

In 3 simple methods, our guide will show you how to combine first and last names in Excel.

Merging names can simplify data management, enhance organization, and improve data analysis.

So let’s dive in and master the techniques to combine first and last names in Excel!

Methods:

  • Using the CONCATENATE Function
  • Utilizing the Ampersand Operator (&)
  • Combining First and Last Name with Comma

Method 1: Using the CONCATENATE Function

The CONCATENATE function allows you to merge text from different cells in Excel. Here's how you can use it:

1. Select the cell where you want the combined name to appear.

2. Enter the formula =CONCATENATE(A2, " ", B2) where A2 contains the first name and B2 contains the last name. The " " adds a space between the names.

red arrow pointing to CONCATENATE formula in excel

3. Press Enter to apply the formula and display the combined name.

red arrow pointing to first and last name after combined using the CONCATENATE Function

4. Copy or drag the formula down. The names will be combined for the rest of the rows.

combined first and last name with CONCATENATE formula

Method 2: Utilizing the Ampersand Operator (&)

Excel provides a convenient shortcut using the ampersand (&) operator to combine text. Follow these steps:

1. Select the cell where you want the combined name to appear.

2. Enter the formula =A2 & " " & B2 to merge the first and last names with a space in between.

red arrow pointing to the formula for combine first and last name by using Ampersand Operator

3. Press Enter to apply the formula and display the combined name.

red arrow pointing to first and last name after combined using the ampersand operator

Method 3: Combining First and Last Name with Comma

Combining names with a comma is useful for formats like "Last Name, First Name." Here's how to do it:

1. Select the cell where you want the combined name to appear.

2. Enter the formula =B2 & ", " & A2 to merge the last and first names with a comma and space in between.

red arrow pointing to the formula for combine first and last name with comma

3. Press Enter to apply the formula and display the combined name.

red arrow pointing to combined last and first name with comma

Frequently Asked Questions (FAQs)

Q1: Can I combine more than two columns of text?

A: Yes, you can combine multiple columns using any of the methods described. For instance, =A2 & " " & B2 & " " & C2.

Q2: How do I automate the process for an entire column?

A: After entering the formula in the first cell, drag the fill handle (bottom-right corner of the cell) down to apply the formula to the entire column.

Q3: What if some cells are empty?

A: You can use the IF function to handle empty cells. Example: =IF(A2="", B2, A2 & " " & B2).

Conclusion

Combining first and last names in Excel is a valuable skill that can significantly improve data management and analysis.

Explore the CONCATENATE function, the ampersand operator (&), and combine with Comma to find the method that best suits your needs.

Remember to pay attention to formatting and adjust the formulas as necessary.

Vector