> For the complete documentation index, see [llms.txt](https://docs.qatts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qatts.com/functions/primitive/concatenate.md).

# CONCATENATE

CONCATENATE function

### Description

The **CONCATENATE** function joins multiple text strings into one text string. The joined items can be text, numbers, cell references, or a combination of those items. For example, if your worksheet contains a product element value  in cell A1 and the another product element value in cell B1, you can combine the two values in another cell by using the following formula:

### Syntax

```
=Header1+" "+ Header2
```

The second one in this example (**" "**) is a space character. You must specify any spaces or punctuation that you want to appear in the results as above that is enclosed in quotation marks.

* **Header1** Required. The first text item to be concatenated.

* **Header2** Optional. Additional text items, The items must be concatenated by + operator.

* Text functions (reference)
