Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Excel Tutorial

Excel HOME Excel Introduction Excel Get Started Excel Overview Excel Syntax Excel Ranges Excel Fill Excel Move Cells Excel Add Cells Excel Delete Cells Excel Undo Redo Excel Formulas Excel Relative Reference Excel Absolute Reference Excel Arithmetic Operators Excel Parentheses Excel Functions

Excel Formatting

Excel Formatting Excel Format Painter Excel Format Colors Excel Format Fonts Excel Format Borders Excel Format Numbers Excel Format Grids Excel Format Settings

Excel Data Analysis

Excel Sort Excel Filter Excel Tables Excel Conditional Format Excel Highlight Cell Rules Excel Top Bottom Rules Excel Data Bars Excel Color Scales Excel Icon Sets Excel Manage Rules (CF) Excel Charts

Table Pivot

Table Pivot Intro

Excel Case

Case: Poke Mart Case: Poke Mart, Styling

Excel Functions

AND AVERAGE AVERAGEIF AVERAGEIFS CONCAT COUNT COUNTA COUNTBLANK COUNTIF COUNTIFS IF IFS LEFT LOWER MAX MEDIAN MIN MODE NPV OR RAND RIGHT STDEV.P STDEV.S SUM SUMIF SUMIFS TRIM VLOOKUP XOR

Excel How To

Convert Time to Seconds Difference Between Times NPV (Net Present Value) Remove Duplicates

Guided Projects

Introduction to Excel Learn Data Calculations Learn Data Visualization Learn to Create a Budget Learn to Create a Timeline Learn to Style in Excel

Excel Examples

Excel Exercises Excel Certificate

Excel References

Excel Keyboard Shortcuts


Excel CONCAT Function


CONCAT Function

To concatenate is to link something together.

CONCAT is a function in Excel and is short for concatenate.

The CONCAT function is used to link multiple cells without adding any delimiters between the combined cell values.

It is typed =CONCAT

=CONCAT(cell1, delimiter, cell2)

Note: Delimiters are spacing or symbols used to seperate content elements apart from each other.

Example of delimiters

comma , semicolon ; quotes " or ' braces {} pipes | slashes / \

Info: CONCAT is a new version of the old CONCATENATE function. Recent versions of Excel do not accept the old CONCATENATE function as it is only compatible with earlier versions of Excel. To use COCATENATE in the latest versions of Excel, use CONCAT.


How to Use CONCAT Function

To combine values from multiple Excel cells, use CONCAT.

Note: The different parts of the function are separated by a symbol, like comma , or semicolon ;

The symbol depends on your Language Settings.


Step 1) Start the CONCAT function
  1. Select a cell E2
  2. Type =CONCAT
  3. Double click the CONCAT command
Copy Values
Follow along the tutorial by trying it yourself!

Copy the values in the example above and try it on your own!


Step 2) Link cells
  1. Select a cell (A2)
  2. Add a comma (,)
  3. Add a space inside of quotation marks to create a delimiter (" ")
  4. Select another cell (A3)
  5. Hit enter

Note: The CONCAT function does not provide any delimiters between cell values used in the funtion. If you want your cell values to be displayed with delimiters, you have to add the delimiters between the selected cells. You can use any symbol as a demiliter, if you want the delimiter to be a space, enter " ".


The function returns the content of A2 and A3 separated with a " " dilimiter.

You can also use more symbols as a demilter, such as adding the word " and ".

The CONCAT function accepts cell values of both text and numbers, you can combine them in any way you prefer.

Combine the cell values with text strings as delimiters to make the output more descriptive!