> For the complete documentation index, see [llms.txt](https://docs.mashmatrix.com/mashmatrix-sheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mashmatrix.com/mashmatrix-sheet/ja/functions_advanced/time_series_matrix_transformation/overview.md).

# 概要

時系列マトリックス変換されたデータは、以下のように入れ子のヘッダを持つ列としてシート内に表現されます。

![](/files/FIA47Fm34TzqWrbwRQN4)

* **\[A] マトリックス列ヘッダ** -マトリックス変換したデータをまとめて表示するルートとなる列のヘッダです。マトリックス列についての各種設定変更はこちらのヘッダメニューから行います。
* **\[B] 系列ヘッダ** - 同じ時系列値を持つ項目をまとめて表示する列のヘッダです。マトリックス列の設定で指定した期間分繰り返しで表示されます。
* **\[C] 内部列ヘッダ** - マトリックス列の内部に表示する列のヘッダです。系列として表示される時系列値の数だけ繰り返しで表示されます。

{% hint style="info" %}
マトリックス列の内部に表示する列が1つしかない場合は、内部列ヘッダは省略されマトリックス列ヘッダと系列ヘッダのみの2段の入れ子構造となります。
{% endhint %}


---

# 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://docs.mashmatrix.com/mashmatrix-sheet/ja/functions_advanced/time_series_matrix_transformation/overview.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.
