> 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/basics/columns/set-formulas-for-all-rows-with-column-formulas.md).

# 列の数式を使用してシート内の全ての行に計算を適用する

列の数式を使用してシート全体に計算を実装する

### プラン <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)。

列の数式を使用すると、シート内のすべての行に均一な計算と式を適用できます。 列の数式は、シート内の任意の場所に追加された新しい行にも自動的に適用されます。 たとえば、次のことができます。

* プロジェクト内のすべてのタスクの計画完了日と実際の完了日の差異を追跡します。
* [INDEX 関数を](https://help.smartsheet.com/function/index)構成して、役職、部門、スーパーバイザーなど、割り当てられたリソースに関する情報を自動的に入力します。
* 見積依頼フォームを通じて送信された情報に基づいて、見積依頼の合計を自動的に計算します。

#### 列の式を作成および編集する <a href="#id-1fob9te" id="id-1fob9te"></a>

列式を作成するには:

1. 希望する列の任意のセルに、使用する数式を書き込みます。

   注:列数式では、絶対参照、特定のセル参照、部分的な列範囲など、特定の行番号を持つセルまたは範囲を参照することはできません。 代わりに @row、列参照、およびクロスシート参照を使用してください。
2. 数式を記述した後、セルを右クリックしてコンテキスト メニューを開き、 \[列数式に変換] を選択します。

数式は指定した列のすべてのセルに適用され、シートに追加される新しい行には自動的に入力されます。

列内の任意のセルを右クリックし、「列の編集」または「セル式に変換」を選択して、列式を変更または削除できます。

注記

Smartsheetの関数の完全なリストについては、 [「関数リスト」を参照してください](https://help.smartsheet.com/functions)。

#### 列の制限事項 <a href="#id-3znysh7" id="id-3znysh7"></a>

特定の行番号を参照しない式のみを列式に変換できます。 列の式を記述するときは、次の表をガイドとして使用してください。

![](/files/CCbahKdpp5ZoWToSExN5)


---

# 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:

```
GET https://manual.dxable.com/smartsheet/basics/columns/set-formulas-for-all-rows-with-column-formulas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
