Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to sum a total in multiple Excel tables
  • Get column name from index in Excel Table
  • How To Filter Data in Excel
  • Move chart to a separate worksheet in Excel
  • What-If Analysis: Scenarios and Goal Seek in Excel

References

  • How to retrieve first match between two ranges in Excel
  • How to create dynamic named range with OFFSET in Excel
  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • To count total rows in a range in Excel
  • How to get address of first cell in range in Excel

Data Validations

  • Excel Data validation specific characters only
  • Prevent invalid data entering in specific cells
  • Excel Data validation don’t exceed total
  • Excel Data validation date in specific year
  • Excel Data validation exists in list

Join first and last name — Manipulating NAMES in Excel

by

If you need to join separate first and last names together into a single full name, you can easily do so with concatenation using the ampersand (&) character. In the formula below, first is first name, and last is last name.

Formula

=first&" "&last

Explanation

In the example, the active cell contains this formula:

=B4&" "&C4

How this formula works

The ampersand character (&) is a special operator in Excel that is used for concatenation. Concatenation is just a fancy word for “join”.

On the formula, the text in B4 “Susan” is being joined to a space character ” ” and then to the text in cell C4, “Chang”.

Whenever you use concatenation with literal text entered directly inside the formula, make sure to enclose the text in double quotes (“”). The ampersands are never enclosed in quotes unless you want an ampersand to appear in the result of a formula as literal text.

With CONCATENATE

You can also use the CONCATENATE function to join text. For this example, the formula would be:

=CONCATENATE(B4," ",C4)

The CONCATENATE function keeps things tidy, but the ampersand creates shorter, more flexible formulas.

Post navigation

Next Post:

Create One-dimensional and Two-dimensional Array

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • How to use Excel TRUE Function
  • Complete List of Excel Logical Functions, References and Examples
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • IF, AND, OR and NOT Functions Examples in Excel
  • Return blank if in Excel

Date Time

  • Count holidays between two dates in Excel
  • Extract time from a date and time in Excel
  • WORKDAY.INTL function: Description, Usage, Syntax, Examples and Explanation
  • Display Days in month in Excel
  • Get days, months, and years between dates in Excel

Grouping

  • Group times into unequal buckets in Excel
  • How to randomly assign data to groups in Excel
  • Calculate conditional mode with criteria in Excel
  • Map inputs to arbitrary values in Excel
  • Categorize text with keywords in Excel

General

  • How to calculate percentage of total in Excel
  • Basic text sort formula in Excel
  • Zoom Worksheet in Excel
  • How to create dynamic named range with INDEX in Excel
  • Automatically fill series of cells in Excel using AutoFill
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning