> 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/formulas-reference-data-from-other-sheets.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)。

たとえば、クロスシート参照を使用して、

* グラフ ウィジェットで使用する[メトリック シート](https://help.smartsheet.com/articles/2479976-calculate-key-project-metrics-with-sheet-summary-formulas)を作成します。
* シート全体を複製せずに、あるシートから別のシートにデータをプルします。
* 基礎となるシートを共有せずにデータを表示します。

ヒント

単一シート内のデータを操作したいですか? 代わりに[シートの概要フィールド](https://help.smartsheet.com/articles/2476786-define-your-work-with-sheet-summary)を使用することもできます。

#### クロスシート参照を作成する前に <a href="#id-1fob9te" id="id-1fob9te"></a>

クロスシート数式を使用する準備はできましたか? 以下のことに留意してください。

* 必要な権限を持っている必要があります。 以下のグラフを参照してください。
* 1 つのシートに含めることができる個別のシート間参照は 100 個までです。
* 参照範囲には、最大 100,000 個の受信セルを含めることができます。
* 次の関数は、別のシートからの参照をサポートしていません: CHILDREN、PARENT、ANCESTORS。 これらの関数で別のシートからの参照を使用すると、数式を含むセルで #UNSUPPORTED CROSS-SHEET FORMULA エラーが発生します。

#### 必要な権限 <a href="#id-3znysh7" id="id-3znysh7"></a>

このグラフは、各ユーザーがソース シートと宛先シートのクロスシート数式で何ができるかを示しています。

![](/files/3hW00Gro7wcfwU3TshHH)シートを編集する権限がある場合は、シート参照を削除するときに注意してください。 削除したシート参照は、変更したファイルにアクセスできるユーザーからも削除されます。 これが発生すると、クロスシート数式を含むセルのデータが影響を受けます。

#### データを参照する前に <a href="#id-2et92p0" id="id-2et92p0"></a>

クロスシート数式を使用する準備はできましたか? 以下のことに留意してください。

* 1 つのシートに含めることができる個別のシート間参照は 100 個までです。
* 参照範囲には、最大 100,000 個の受信セルを含めることができます。
* 次の関数は、別のシートからの参照をサポートしていません: CHILDREN、PARENT、ANCESTORS。 これらの関数で別のシートからの参照を使用すると、数式を含むセルで #UNSUPPORTED CROSS-SHEET FORMULA エラーが発生します。

注記

シートを編集する権限がある場合は、シート参照を削除するときに注意してください。 削除したシート参照は、変更したファイルにアクセスできるユーザーからも削除されます。 クロスシート数式を含むセルのデータは影響を受けます。

**まだ助けが必要ですか?**

[数式ハンドブック テンプレート](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/formulas-reference-data-from-other-sheets.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.
