About 223,000 results
Open links in new tab
  1. CONCAT function - Microsoft Support

    The CONCAT function combines the text from multiple ranges and/or strings, but it doesn't provide delimiter or IgnoreEmpty arguments. CONCAT replaces the CONCATENATE function …

  2. How to Use the CONCAT Function in Excel – 7 Examples

    Aug 3, 2023 · The CONCAT function is concise, and can take a range of cells as input and return a text with all the elements of the range of cells. The CONCATENATE function can take a …

  3. Array.prototype.concat() - JavaScript | MDN - MDN Web Docs

    Apr 3, 2025 · The concat() method of Array instances is used to merge two or more arrays. This method does not change the existing arrays, but instead returns a new array.

  4. CONCAT (Transact-SQL) - SQL Server | Microsoft Learn

    When CONCAT receives nvarchar input arguments of length <= 4000 characters, or varchar input arguments of length <= 8000 characters, implicit conversions can affect the length of the …

  5. Excel CONCAT Function - W3Schools

    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 )

  6. Excel CONCAT function | Exceljet

    May 10, 2022 · The Excel CONCAT function concatenates (joins) values supplied as references or constants. Unlike the CONCATENATE function (which CONCAT replaces), CONCAT will …

  7. CONCATENATE in Excel - Step by Step Tutorial - Excel Easy

    Use CONCATENATE, CONCAT, TEXTJOIN or the & operator in Excel to concatenate (join) two or more text strings.

  8. MS Excel: How to use the CONCAT Function (WS) - TechOnTheNet

    This Excel tutorial explains how to use the Excel CONCAT function with syntax and examples. The Microsoft Excel CONCAT function allows you to join 2 or more strings together, including …

  9. Excel CONCAT function - string concatenation examples - Ablebits

    Mar 10, 2023 · The tutorial describes some common uses of the CONCAT function and explains how it differs from its predecessor - the CONCATENATE function. You will learn how to …

  10. Combine text from two or more cells into one cell

    You can combine data from multiple cells into a single cell using the Ampersand symbol (&) or the CONCAT function. Select the cell where you want to put the combined data. Type = and select …

  11. Some results have been removed