> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/smartsheet/formulas-and-functions/combine-text-two-or-more-cells-simple-formula.md).

# 単純な数式を使用して2つ以上のセルのテキストまたは値を結合（連結）する

複数のセルを結合して、テキスト チェーンまたは一連の値を結合できます。

### プラン <a href="#gjdgxs" id="gjdgxs"></a>

* Smartsheet
* Pro
* Business
* Enterprise

プラン タイプと含まれる機能の詳細については、 [「Smartsheetプラン」](https://www.smartsheet.com/pricing)ページを参照してください。

### 許可 <a href="#id-30j0zll" id="id-30j0zll"></a>

所有者、管理者、編集者はシートを変更できます。

この機能が[Smartsheet Regionals](https://help.smartsheet.com/regions-capability-differences)または[Smartsheet Govに含まれているかどうかを確認してください](https://help.smartsheet.com/articles/2480681)。

#### テキストを連結する簡単な数式を作成する <a href="#id-1fob9te" id="id-1fob9te"></a>

2 つ以上のセルのテキストを別のセルに結合する (値を連結する) 場合は、単純な数式を使用してこれを行うことができます。

1. 結果を取得したいセルをクリックします。
2. \= (等号) を押します。
3. 結合で参照する最初のセルをクリックし、+ (プラス記号) を押します。
4. 参照する 2 番目のセルをクリックし (値を結合するため)、Enter キーを押します。

セル データを結合できる方法を理解するには、以下の例を参照してください。

ヒント

代わりに、JOIN 関数を使用してセル値をテキスト文字列に結合することもできます。 [JOIN 関数](https://help.smartsheet.com/function/join)について詳しくは、こちらをご覧ください。

#### 連結式の例 <a href="#id-3znysh7" id="id-3znysh7"></a>

次の例では、\[タスク名]1 にテキスト「最初のタスク」が含まれ、\[タスク名]2 に「2 番目のタスク」が含まれていると想定しています。

![](/files/hwWdkgWxswACxIolKu5U)セル値を結合する場合、区切り文字を使用して範囲内の値を区切ることができます。

![](/files/0PmTKPJkWgt2R6ZvAWyN) ![](/files/1czJlLCbvkRgfC3rDEXL)

区切り値が含まれていない場合、範囲の値はスペースなしで結合されます。

![](/files/jn9jl7lb9VFNoBeO2bF6)**まだ助けが必要ですか?**

[数式ハンドブック テンプレート](https://app.smartsheet.com/b/publish?EQBCT=32f8257f5d1948bfa948da170231a0c5)を使用すると、さらに多くのサポート リソースを見つけたり、リアルタイムで操作を練習できるすべての関数の用語集や、一般的に使用される高度な数式の例を含む 100 以上の数式を表示したりできます。

Smartsheetオンライン コミュニティで、他のSmartsheetユーザーがこの関数をどのように使用しているかの例を見つけたり、特定の使用例について質問したりできます。

[コミュニティに質問する](https://community.smartsheet.com/categories/formulas-and-functions?source=functionart)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.dxable.com/smartsheet/formulas-and-functions/combine-text-two-or-more-cells-simple-formula.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
