> 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/views/grid-gantt-calendar-and-card-views.md).

# グリッド、ガント、カード、カレンダービュー

Smartsheetのビューを使用すると、さまざまな方法でデータを表示および操作できます。

### プラン <a href="#gjdgxs" id="gjdgxs"></a>

* Smartsheet
* Pro
* Business
* Enterprise

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

次の中から選択できます。

* [グリッドビュー](https://help.smartsheet.com/articles/765715-grid-gantt-calendar-and-card-views#grid)- データをスプレッドシート形式で表示します。
* [ガントビュー](https://help.smartsheet.com/articles/765715-grid-gantt-calendar-and-card-views#gantt)- 左側にスプレッドシートにデータを表示し、右側にガント チャートを表示します。
* [カードビュー](https://help.smartsheet.com/articles/765715-grid-gantt-calendar-and-card-views#card)- レーンに編成されたカードにデータを表示します。
* [カレンダービュー](https://help.smartsheet.com/articles/765715-grid-gantt-calendar-and-card-views#calendar)- 日付に基づくタスクをイベントとして週または月のカレンダーに表示します。

これらのビューを切り替えるには、上部のツールバーの \[ビュー] ボタンを使用します。

### **グリッドビュー** <a href="#id-30j0zll" id="id-30j0zll"></a>

グリッドビューに切り替えて、スプレッドシート内のデータを操作します。

グリッドビューでは、シート内の列と行を簡単に追加、移動、更新できます。 詳細については、[行の挿入と削除](https://help.smartsheet.com/articles/504721)に関する記事をご覧ください。

![Example of the Grid View](/files/tosGyTGyEZxpOhzMAJ9f)

グリッドビュー(およびガントビュー) を使用すると、シートに数式を追加して値を計算できます。 このプロセスの詳細については[、 「Smartsheetでの数式の作成と編集」の記事](https://help.smartsheet.com/articles/2476171)をご覧ください。

### **ガントビュー** <a href="#id-1fob9te" id="id-1fob9te"></a>

ガントビュー を使用すると、左側のグリッドに情報が表示され、右側に対応するガント チャートが表示されます。 ガントビューを使用するには、シートまたはレポートに少なくとも 2 つの日付列が必要です。 日付型列の詳細については、「列[列」](https://help.smartsheet.com/articles/504619#date)の記事をご覧ください。

![Example of Gantt view](/files/fT5J79m7YKLGRQRk13bS)

ガント チャートは、プロジェクト内のタスクの期間とタスク間の関係を視覚的に追跡するための主要なプロジェクト管理リソースです。 詳細については、[ガント チャートの操作](https://help.smartsheet.com/articles/765675)に関するヘルプセンターの記事を参照してください。

### **カードビュー** <a href="#id-3znysh7" id="id-3znysh7"></a>

カードビューは、カンバン ボード (通常はアジャイル プロジェクト管理で使用される) にデータを表示します。 カードビューの詳細については、 [「カードビューを使用したプロジェクトの視覚化」に関する記事をご覧ください](https://help.smartsheet.com/articles/2302238)。

![Card View](/files/uSxSavLH3nYhZXNjXgyH)

カードビューを使用するには、単一選択のドロップダウン リストまたは連絡先リストの列が少なくとも 1 つ必要です。 列に指定された値は、カードビューのヘッダー (レーンと呼ばれます) になります。 ドロップダウン リストの使用方法の詳細については、 [「列の種類」を参照してください](https://help.smartsheet.com/articles/504619#dropdown)。

### **カレンダービュー** <a href="#id-2et92p0" id="id-2et92p0"></a>

カレンダービューを使用すると、プロジェクト内の 1 日あたりの同時タスクの数を把握し、週または月にわたって重複するタスクを特定できます。 カレンダービューでは、少なくとも 1 つの日付列を持つシートまたはレポートを表示できます。 日付型列の詳細については、「列[列」](https://help.smartsheet.com/articles/504619#date)の記事をご覧ください。

![calendar view](/files/iDCltkEzoZiF8grxLIw3)

詳細については、ヘルプセンターの[「カレンダーの操作」に関する記事をご覧ください](https://help.smartsheet.com/articles/775700)。


---

# 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/basics/views/grid-gantt-calendar-and-card-views.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.
