> 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/automatically-update-today-in-formulas.md).

# 数式内のTODAY関数を自動的に更新する

[TODAY関数は、](https://help.smartsheet.com/function/today)Smartsheetの数式に現在の日付を返します。

### プラン <a href="#id-30j0zll" id="id-30j0zll"></a>

* Pro
* Business
* Enterprise

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

### 必要な権限 <a href="#id-1fob9te" id="id-1fob9te"></a>

シートの所有者であるか、管理者共有権限を持つユーザーは、シート上で数式を作成・編集できます。編集者の共有権限を持つユーザーは、シート上の[ロックされていないセル](https://help.smartsheet.com/articles/522077)で数式を作成・編集することもできます。

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

\
TODAY関数が現在の日付を認識するには、シートを更新して保存する必要があります。今日更新するのに十分な毎日のアクティビティーがシートにない可能性がある場合、シートを自動的に更新するために活用できるワークフローがいくつかあります。

#### オプション１：補助的な列に日付を記録する <a href="#id-3znysh7" id="id-3znysh7"></a>

まず、日付タイプの列をシートに追加し、昨日の日付（または過去の日付）をセルに追加します。その後、この列を非表示にできます。

次に、[時間ベースのワークフローを作成し、](https://help.smartsheet.com/articles/2479241)[「日付を記録」アクション](https://help.smartsheet.com/articles/2481986)を使用してその新しい列に今日の日付を追加します。

このワークフローを作成するには：

1. \[自動化]>\[ゼロからワークフローを作成]を選択します。
2. ワークフローにタイトルを付けます（例：「毎日の更新」）。
3. トリガーを「日付に達した場合」に設定します。
4. \[一度実行]を選択し、これを\[カスタム]>\[次の間隔で繰り返す１日（毎日）] に変更します。
5. トリガーとして早朝の時刻を選択します（例: 午前２時）。
6. 新しい日付列が過去の位置にある[条件ブロック](https://help.smartsheet.com/articles/2479251)を構成します。
7. その日付列に\[日付を記録]アクションブロックを設定します。

![This image shows daily update workflow example.](/files/naETD64Sm4Wwf7LWbADL)

注

ワークフローに明日更新するセルが含まれるように、新しい日付列に少なくとも１つの過去の日付を忘れずに追加してください。

#### オプション２：日付を記録し、セルリンクを使用して複数のシートを更新する <a href="#id-2et92p0" id="id-2et92p0"></a>

更新するシートが複数ある場合は、別の参照シートで上記の日付列とワークフローを設定できます。次に、[セルリンクを使用して、](https://help.smartsheet.com/articles/861579)この参照シートの日付をTODAY関数を含む現在のシートに取り込みます。

自動化により毎日参照シートに新しい日付が追加され、セルリンクデータの変更を通じて数式シートが更新されます。

#### オプション３：Bridgeを使って毎日のシート保存をスケジュールする <a href="#tyjcwt" id="tyjcwt"></a>

Bridgeにアクセスできる場合は、「[毎日のシート保存のスケジュール](https://help.smartsheet.com/articles/2481992)」テンプレートについて説明しているBridgeの記事を参照してください。


---

# 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/automatically-update-today-in-formulas.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.
