• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar
  • Skip to footer
EDUCBA

EDUCBA

MENUMENU
  • Resources
        • Excel Charts

          • Histogram Chart Excel
          • Basic Excel Formulas
          • Text to Columns in Excel
        • Excel Charts
        • Excel Tips

          • Excel Gantt Chart
          • IFERROR with VLOOKUP
          • Data Table in Excel
        • Excel Tips
        • Excel Tools in Excel

          • Stacked Column Chart
          • Cheat Sheet of Excel Formulas
          • Excel Data Validation
        • Histogram chart in excel
        • Others

          • Resources (A-Z)
          • Excel Functions
          • Financial Functions in Excel
          • Logical Functions in Excel
          • Lookup Reference Functions in Excel
          • Maths Function in Excel
          • TEXT and String Functions in Excel
          • View All
  • Free Courses
  • All Courses
        • Certification Courses

          Excel Course 1
        • All in One Bundle

          All-in-One-Excel-VBA-Bundle
        • Excel course

          Excel-Training
        • Others

          • Excel advanced course
          • VBA Course
          • Excel Data Analysis Course
          • Excel for Marketing Course
          • Excel for Finance Course
          • View All
  • 120+ Courses All in One Bundle
  • Login

Concatenation in Excel

Home » Excel » Blog » Excel Tips » Concatenation in Excel

Concatenate in Excel

Concatenation in Excel (Table of Contents)

  • Concatenation in Excel
  • How to Use Concatenation in Excel?

Concatenation in Excel

Concatenation is an operation that is performed in excel for adding or merging the data from two or more cells and place it in one cell. To be clear adding means, not a mathematical operation it is only physical adding of data. Suppose if we add 1 and 2 it will give the result as 12 but not 3. We will see a few examples for better understanding.

Start Your Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

Syntax of concatenation:

Concatenate Syntax

How to Use Concatenation in Excel?

To understand concatenate in excel we have few examples as explained below.

You can download this Concatenation in Excel Template here – Concatenation in Excel Template

Example #1

Consider a job portal, most of us filled details in the job portal. While updating there are two fields for a name like first name and last name. So, when the data is exported from portal to excel it comes like each name filled in separate cells like below.

Concatenate in Excel Example 1-1

Now we need to add the two names and should fill under the column name “Full Name”.

Concatenate in Excel Example 1-2

Observe the formula it is concatenating A2 and B2 hence the result is merging of first name and last name.

But, if we observe the results there is no space between the first name and last name. We can achieve the space between the first name and last name in a very easy way. We just need to add an empty space with double quotes that will create space between two names as shown below.

Popular Course in this category
Cyber Week Sale
Excel Training (18 Courses, 9+ Projects) 18 Online Courses | 9 Hands-on Projects | 95+ Hours | Verifiable Certificate of Completion | Lifetime Access
4.9 (2,645 ratings)
Course Price

View Course

Related Courses
Excel Data Analysis Training (12 Courses, 6+ Projects)Excel for Finance Training (15 Courses, 5+ Projects)

Concatenate in Excel Example 1-3

Concatenate in Excel Example 1-4

Suppose if we want to add “Mr” before these names then we can do that also. Add “Mr” before C2 in the formula.

Concatenate in excel Example 1-5

then it will give the results including “Mr” at the beginning of the name.

Concatenate in excel Example 1-6

Observe how we got the required results. If we observe the formula there is a space after “Mr” to create a space between “Mr” and first name in the results. If we did not give the space, then it will merge with the first name.

Concatenate in excel Example

Example #2

In case, if we want to concatenate multiple cells we can give the range of those cells. Consider we have data in contiguous cells and we want to concatenate.

Below is the data available from cells C3 to G3.

Concatenate in excel Example 2-1

Now under “full string” we need to join the data of all these cells.

Concatenate in excel Example 2-2

Concatenate in excel Example 2-3

Observe the formula instead of mentioning every cell address we can give the cell range from C3 to G3. But, in this type of concatenation, we cannot give any additional space in the formula to create a space between data items.

Up to now, we have seen how to concatenate the rows data now we will see how to concatenate the column data. Below is the example table that we can use for column concatenation.

Concatenate Example 3-1

We can apply the formula as simple as how we applied with rows data.

Concatenate Example 3-2

Concatenate Example 3-3

If we want to add the space between each word use space with double quotes in between the address of each cell.

Concatenate Example 3-4

Concatenate Example 3-5

Printing Year, Month and Date Using the Concatenate Formula

We will see one by one by let’s start with the year. Suppose if you want to print the current year with a concatenation of other cells data then give the formula as below.

Concatenate year Example 4-1

Concatenate year Example 4

The current year is a string hence kept in double quotes. Today function will give the current date, but we only need year alone hence we given year format in double quotes and then convert the year into text format using text function. This is how we can print the year in concatenate function. Similarly, we can print the month and date also.

To print the month in text format, give format as “mmm”.

Concatenate year Example 4-3

Concatenate year Example 4-4

If we want to print the month in number format.

Concatenate year Example 4-5

If we want to print the complete date, then input the formula as below. The data format is entirely our wish if we want to print the first year we can print it.

Concatenate year Example 4-6

Concatenate using “&” Operator

Instead of using Concat function we can use “&” operator also for concatenation. Now we will see a few Examples of how to perform concatenation using “&”.

Consider the below Example Rajesh and Kumar are available in two different cells now using & we will concatenate.

Concatenate formula example 5-1

We have to use & symbol before and after the cell address.

Concatenate formula example 5-2

Concatenate formula example 5-3

Here we can observe there is an & symbol after the cell address C3 and maintain the space between the two names we given space between double quotes as similar as to how we have given in concatenate function. After space one more time we used the & symbol.

If we want to add the “-“ in between the two names we can use the “-“ symbol in the place of space.

Below are the screenshots for reference.

Concatenate formula example space1

Concatenate formula example space2

Date Format Using “&” Symbol

It is as similar to the concatenate function. If we want to print the current day, as to how we use today function similarly takes the today function and from that take a day in text format and concatenate with any text or cell address.

TEXT JOIN()

Text join is another function that we can use for joining the texts.

Syntax of TEXTJOIN is as below:

TEXTJOIN Formula

Text join has some other features, in addition, to concatenate that we can give the delimiter and we can ignore empty spaces when we select a range of cells.

We will see one example for a better understanding of this TEXTJOIN() function. Find the below screenshot which we need to join or concatenate those texts using TEXTJOIN.

TEXTJOIN Formula Example 1-1

First, we need to give delimiter which means how we want to separate each text whether space, comma, and semicolon, etc. Here we want space between each word hence we will give a space between two double quotes in the place of delimiter. Second is for ignorance of empty spaces if we do not want empty space cells to include our text gives “True” otherwise “false” and finally gives the range of cells which we want to join.

TEXTJOIN Formula Example 1-2

The result is as below.

TEXTJOIN Formula Example 1-3

In the below example we will give the delimiter as comma.

TEXTJOIN Formula Example 1-4

If we give the delimiter as comma then the result will be as below.

TEXTJOIN Formula Example 1-5

Things to Remember About Concatenation in Excel

  • CONCAT and TEXTJOIN are the latest functions that started after EXCEL in 2016.
  • CONCATENATION function also for joining the strings however it will give the results in text format only.
  • CONCATENATION function will not allow the range of cells like A1: A3 instead we should give as A1, A2, A3.

Recommended Articles

This has been a guide to Concatenation in Excel. Here we discussed How to use Concatenation in Excel along with practical examples and downloadable excel template. You can also go through our other suggested articles –

  1. Use of Divide Formula in Excel
  2. How to Use the Excel Count Formula?
  3. Creating Simple Formula in Excel
  4. Frequency Formula | Excel Tutorials
  5. Opposite of Concatenate in Excel (Examples)

All in One Excel VBA Bundle (120+ Courses, 30+ Projects)

120+ Online Courses

30+ Projects

500+ Hours

Verifiable Certificates

Lifetime Access

Learn More

0 Shares
Share
Tweet
Share
Reader Interactions
Leave a Reply Cancel reply

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

Primary Sidebar
Excel Functions Tutorials
  • Excel Tips
    • Excel Timesheet Template
    • Weighted Average in Excel
    • CTRL Shift-Enter in Excel
    • Excel Expense Tracker
    • INDEX MATCH Function in Excel
    • Shade Alternate Rows in Excel
    • Excel Database Template
    • Inverse Matrix in Excel
    • New Line in Excel Cell
    • Format Cells in Excel
    • Excel Text with Formula
    • Project Management Template in Excel
    • Vlookup vs Index Match
    • Embedded in Excel
    • Count Colored Cells in Excel
    • Excel Hacks
    • Column Header in Excel
    • Database Function in Excel
    • Excel Spell Check
    • Linear Interpolation in Excel
    • Convert Excel to CSV
    • Excel Not Responding
    • Delta Symbol in Excel
    • Excel Mortgage Calculator
    • Excel Show Formula
    • Break Links in Excel
    • VLOOKUP Examples in Excel
    • Alternate Row Color Excel
    • Checklist in Excel
    • Microsoft Office Tips
    • Excel vs Access
    • Excel Change Case
    • Count Characters in Excel
    • Formula Bar in Excel
    • Invoice Template in Excel
    • Find and Replace in Excel
    • PowerPivot in Excel
    • Wildcard in Excel
    • Line Break in Excel
    • NULL in Excel
    • Text Formula in Excel
    • Family Tree in Excel
    • Insert Calendar in Excel
    • Page Setup in Excel
    • Search For Text in Excel
    • Switching Columns in Excel
    • 3D Cell Reference in Excel
    • Roadmap Template in Excel
    • Cell References in Excel
    • Excel Automation
    • Matching Columns in Excel
    • Evaluate Formula in Excel
    • How to Find Mean in Excel
    • How to Add Cells in Excel
    • Project Timeline in Excel
    • TODAY Formula in Excel
    • Poisson Distribution in Excel
    • YEAR Formula in Excel
    • REPLACE Formula in Excel
    • Create Spreadsheet in Excel
    • SEARCH Formula in Excel
    • HYPERLINK Formula in Excel
    • Pivot Table with Multiple Sheets
    • COLUMNS Formula in Excel
    • DAY Formula in Excel
    • RIGHT Formula in Excel
    • INDIRECT Formula in Excel
    • Excel IRR Formula
    • Pivot Table Sort
    • OR Formula in Excel
    • Pivot Table Formula in Excel
    • How to Edit Drop Down List in Excel?
    • WEEKDAY Formula in Excel
    • Chart Wizard in Excel
    • Time Difference in Excel
    • Lookup Table in Excel
    • SUBTOTAL Formula in Excel
    • LOOKUP Formula in Excel
    • Themes in Excel
    • Group Worksheets in Excel
    • Excel ISNUMBER Formula
    • 3D Maps in Excel
    • VLOOKUP Tutorial in Excel
    • Moving Columns in Excel
    • Grouping Columns in Excel
    • Excel Formula of Percentage
    • Excel Leading Zeros
    • Timesheet in Excel
    • Nested IF Formula in Excel
    • SUMIF Formula in Excel
    • Concatenation in Excel
    • Excel Insert Page Break
    • LEN Formula in Excel
    • Insert Comment in Excel
    • Excel Print
    • Fractions in Excel
    • Excel Add a Column
    • Borders in Excel
    • Excel Sum by Color
    • Excel vs Google Sheets
    • Calculate Percentage Increase in Excel
    • Excel Format Phone Numbers
    • Excel Search Box
    • Excel vs CSV
    • Excel vs Numbers
    • Excel Concatenate Date
    • Excel Bullet Points
    • Calculate Compound Interest in Excel
    • Find External Links in Excel
    • Excel Comma Style
    • Excel Remove Leading Spaces
    • Combine First and Last Name in Excel
    • How to Calculate Ratio in Excel
    • SUMPRODUCT Function with Multiple Criteria
    • Create Excel Template
    • Excel Greater than or Equal
    • Excel Keyboard Shortcuts
    • Excel Row vs Excel Column
    • Excel Operators
    • Excel Text Compare
    • Excel Uppercase Function
    • Excel Auto Numbering
    • Watermark in Excel
    • Excel Delete Row Shortcut
    • Excel Word Count
    • Row Count in Excel
    • Excel Grade Formula
    • Excel Percentage Difference
    • Excel Rows and Columns
    • Excel Group
    • Excel Move Columns
    • Excel Row Height
    • Excel Sparklines
    • Excel Drawing a line
    • Multiple IFS in Excel
    • Excel Strikethrough
    • Numbering in Excel
    • Share Excel Workbook
    • Excel Shortcut For Merge Cells
    • Excel OneDrive
    • Excel Track changes
    • Excel Hide Formula
    • Excel Filter Shortcuts
    • Excel 3D Reference
    • Protect Excel Workbook
    • Excel Moving Averages
    • Excel Row Limit
    • Excel Absolute Value
    • Excel Print Area
    • Excel Format Painter
    • Excel Separate text
    • Excel Autofit
    • Excel Columns to Rows
    • Excel Paste Shortcut Option
    • Excel Rows to Columns
    • Excel Insert Row Shortcut
    • Excel Extensions
    • Excel Unmerge Cells
    • Divide in Excel Formula
    • Excel Compare Two Columns
    • Not Equal To Excel
    • Excel Remove Duplicates
    • Excel Remove Spaces
    • Excel Calculate Age
    • Copy Excel Sheet
    • Excel Conditional Formatting Based on Another Cell Value
    • Excel Cell Reference
    • Excel Split Cell
    • Excel Circular Reference
    • Highlight Every Other Row in Excel
    • Errors in Excel
    • Excel Delete Pivot Table
    • Excel Pivot Table
    • Subtraction in Excel
    • Count Unique Values in Excel
    • Excel Highlight Duplicates
    • Excel Data Formatting
    • Random Numbers in Excel
    • Basic Excel Formulas
    • Page Numbers in Excel
    • Excel CAGR Formula
    • Excel Combine cells
    • IFERROR with VLOOKUP in Excel
    • Column Sort in Excel
    • Print Comments in Excel
    • Cheat Sheet of Excel Formulas
    • Remove Hyperlinks in Excel
    • Excel Drop Down List
    • Remove (Delete) Blank Rows in Excel
    • Relative Reference in Excel
    • Subscript in Excel
    • Superscript in Excel
    • Excel Insert Multiple Rows
    • Excel Absolute Reference
    • Unhide Columns in Excel
  • Excel Functions (10+)
  • Excel Tools (97+)
  • Financial Functions in Excel (17+)
  • Logical Functions in Excel (12+)
  • Lookup Reference Functions in Excel (30+)
  • Maths Function in Excel (39+)
  • TEXT and String Functions in Excel (25+)
  • Date and Time Function in Excel (20+)
  • Statistical Functions in Excel (55+)
  • Information Functions in Excel (4+)
  • Excel Charts (44+)
  • VBA (180+)
  • Workplace Productivity (4+)
  • Microsoft Office Tools (14+)
  • Excel Formula and Functions (20+)
  • MS Excel Shortcuts (4+)
Excel Functions Courses
  • EXCEL COURSE
  • Online Excel Data Analysis Course
  • Excel for Finance Course
Footer
About Us
  • Who is EDUCBA?
  • Sign Up
  •  
Free Courses
  • Free Online Excel Course
  • Free Vba Course
Certification Courses
  • All Courses
  • Excel VBA Course - All in One Bundle
  • VBA Course
  • Excel Data Analysis Course
  • Excel for Marketing Course
  • Excel for Finance Course
  • Excel for HR Training
Resources
  • Resources (A To Z)
  • Excel Charts
  • Excel Tips
  • Excel Tools in Excel
  • Excel Functions
  • Financial Functions in Excel
  • Logical Functions in Excel
  • Lookup Reference Functions in Excel
  • Maths Function in Excel
  • TEXT and String Functions in Excel
  • Date and Time Function in Excel
  • Statistical Functions in Excel
  • Information Functions in Excel
Apps
  • iPhone & iPad
  • Android
Support
  • Contact Us
  • Verifiable Certificate
  • Reviews
  • Terms and Conditions

© 2019 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

EDUCBA

Download Concatenation in Excel Template

By continuing above step, you agree to our Terms of Use and Privacy Policy.
EDUCBA
Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

By continuing above step, you agree to our Terms of Use and Privacy Policy.
*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA
Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

By continuing above step, you agree to our Terms of Use and Privacy Policy.
*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA
Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

By continuing above step, you agree to our Terms of Use and Privacy Policy.
*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA
Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

By continuing above step, you agree to our Terms of Use and Privacy Policy.
*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA

By continuing above step, you agree to our Terms of Use and Privacy Policy.
*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA Login

Forgot Password?

Let’s Get Started
Please provide your Email ID
Email ID is incorrect

Cyber Week Offer - All in One Excel VBA Bundle (120+ Courses, 500+ hours of Videos) View More

Cyber Week Offer - Cyber Week Offer - All in One Excel VBA Bundle (120+ Courses, 500+ hours of Videos) View More