> 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.md).

# 数式と関数

- [数式内のTODAY関数を自動的に更新する](https://manual.dxable.com/smartsheet/formulas-and-functions/automatically-update-today-in-formulas.md): Smartsheetマニュアル｜SmartsheetのTODAY関数が自動化されたワークフローと権限情報で毎日更新されるようにする方法を説明します。
- [シート間参照のための数式の組み合わせ](https://manual.dxable.com/smartsheet/formulas-and-functions/cross-sheet-formula-combinations.md): Smartsheetマニュアル｜Smartsheetで効果的なシート間参照によるデータ分析を行うための関数を実際の例やリソースと組み合わせる方法を説明します。
- [数式内のシート間参照を表示、変更、または削除する](https://manual.dxable.com/smartsheet/formulas-and-functions/view-modify-delete-cross-sheet-references-formulas.md): Smartsheetマニュアル｜Smartsheetでシート間参照を管理する方法を説明します。直接またはマネージャー経由で編集、作成、削除できます。
- [シート間参照を作成して、別のシートのデータを操作する](https://manual.dxable.com/smartsheet/formulas-and-functions/create-cross-sheet-references.md): Smartsheetマニュアル｜シート間参照を使用して複数のSmartsheetシート間でデータをリンクし、データ管理と数式の効率を向上させる方法を説明します。
- [Smartsheetで数式を作成および編集する](https://manual.dxable.com/smartsheet/formulas-and-functions/create-and-edit-formulas-in-smartsheet.md): Smartsheetマニュアル｜Smartsheetの数式作成および編集機能を使用して、値を計算し、タスクを自動化する方法を説明します。
- [数式でセルまたは列の参照を作成する](https://manual.dxable.com/smartsheet/formulas-and-functions/create-cell-column-reference-formula.md): Smartsheetマニュアル｜Smartsheetの数式でセルと列を効果的に参照する方法を包括的に説明します。
- [FAQ：数式の使用](https://manual.dxable.com/smartsheet/formulas-and-functions/frequently-asked-questions-about-using-formulas.md): Smartsheetマニュアル｜クロスシート参照、VLOOKUPの代替機能、行の自動更新など、Smartsheetの数式に関するよくある質問をご覧ください。
- [@cellと@rowを使用して効率的な数式を作成する](https://manual.dxable.com/smartsheet/formulas-and-functions/celltorowwoshitenawosuru.md)
- [単純な数式を使用して2つ以上のセルのテキストまたは値を結合（連結）する](https://manual.dxable.com/smartsheet/formulas-and-functions/combine-text-two-or-more-cells-simple-formula.md): Smartsheetマニュアル｜Smartsheetで簡単な数式を使用して複数のセルのテキストを結合し、効率的にデータを連結する方法を説明します。
- [数式：他のシートからの参照データ](https://manual.dxable.com/smartsheet/formulas-and-functions/formulas-reference-data-from-other-sheets.md): Smartsheetマニュアル｜Smartsheetシート全体でデータを計算し、権限と制限を使用してシート間参照を効果的に管理する方法を説明します。
- [数式エラーメッセージ](https://manual.dxable.com/smartsheet/formulas-and-functions/formula-error-messages.md): Smartsheetマニュアル｜Smartsheetの一般的な数式エラーのトラブルシューティング方法を、各問題の詳細な原​​因と解決策とともに説明します。
- [数式を使用して日付の計算を実行する](https://manual.dxable.com/smartsheet/formulas-and-functions/use-formulas-perform-calculations-dates.md): Smartsheetマニュアル｜Smartsheetで数式を使用して日付を計算および操作する方法を、実践的な例とガイダンスとともに説明します。
- [階層関数で CHILDREN、PARENT、ANCESTORS を参照する](https://manual.dxable.com/smartsheet/formulas-and-functions/reference-children-parents-ancestors-hierarchy-functions.md): Smartsheetマニュアル｜Smartsheetの階層関数を使用して、例やリソースのレベルをインデントしてデータを整理する方法を説明します。


---

# 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/formulas-and-functions.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.
