About 79,200 results
Open links in new tab
  1. How to Use CONCATENATE Function in Excel (4 Easy Methods)

    Jul 2, 2024 · How to use the CONCATENATE function in Excel. Join two or more values of any type into one text value using the CONCATENATE function.

  2. CONCATENATE function | Microsoft Support

    Learn how to concatenate text strings in Excel using the CONCATENATE function. Our step-by-step guide makes it easy to join two or more text strings into one.

  3. CONCATENATE in Excel - Step by Step Tutorial

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

  4. Concatenation - Wikipedia

    To concatenate is to join two or more sequential objects together to create a new object, generally without modifying any of the original objects. To append is to modify a sequential object by adding …

  5. 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 …

  6. CONCATENATE Definition & Meaning - Merriam-Webster

    Concatenate is a fancy word for a simple thing: it means “to link together in a series or chain.” It’s Latin in origin, formed from a word combining con -, meaning “with” or “together,” and catena, meaning …

  7. Excel CONCATENATE function | Exceljet

    May 10, 2022 · The Excel CONCATENATE function concatenates (joins) join up to 30 values together and returns the result as text. In Excel 2019 and later, the CONCAT and TEXTJOIN functions are …

  8. CONCATENATE | English meaning - Cambridge Dictionary

    In the first two cases, merging is done simply by making recursive calls to concatenate the sequences for the subterms.

  9. What Is Concatenate? - Computer Hope

    Sep 7, 2025 · Concatenate, concatenation, or concat describes combining a string, text, or other data in a series without any gaps. In programming languages, a function like strcat (string concatenation in …

  10. Python - String Concatenation - W3Schools

    String Concatenation To concatenate, or combine, two strings you can use the + operator.