About 81,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. However, the …

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

    Aug 3, 2023 · In this article we have discussed how to use the CONCAT function in Excel with many different examples. Read, learn, and have fun!

  3. String.Concat Method (System) | Microsoft Learn

    Concat (IEnumerable<String>) is a convenience method that lets you concatenate each element in an IEnumerable(Of String) collection without first converting the elements to a string array.

  4. How to Use Excel CONCAT(): A Quick Guide - DataCamp

    Jun 16, 2025 · Learn how to use Excel CONCAT() to merge text, numbers, and ranges. Compare it to CONCATENATE() and TEXTJOIN() with examples and tips.

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

    Jul 10, 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.

  6. concat - Functions - Configuration Language | Terraform | HashiCorp ...

    The concat function combines two or more lists into a single list.

  7. String.prototype.concat () - JavaScript - MDN

    Jul 10, 2025 · The concat() method of String values concatenates the string arguments to this string and returns a new string.

  8. Excel CONCAT Function - W3Schools

    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.

  9. SQL Server CONCAT () Function - W3Schools

    Definition and Usage The CONCAT () function adds two or more strings together. Note: See also Concat with the + operator and CONCAT_WS (). Syntax

  10. 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 accept a …