> 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/sheets-rows/copying-a-row-to-another-sheet.md).

# 行を別のシートにコピーする

あるシートから別のシートに行をコピーして、作業を手動で複製することは避けてください。

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

* Smartsheet
* Pro
* Business
* Enterprise

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

### 許可 <a href="#id-1fob9te" id="id-1fob9te"></a>

コピー元シートとコピー先シートの両方に対して所有者、管理者、および編集者の権限を持つユーザーは、行を新しいシートにコピーできます。

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

[自動化された行コピー ワークフロー](https://help.smartsheet.com/articles/2479626)を使用して、行を自動的にコピーできます。

#### あるシートから別のシートに行をコピーする <a href="#id-3znysh7" id="id-3znysh7"></a>

1. Shift キー (行の範囲を選択) または Ctrl キー (異なる行を選択) を押したまま、シート グリッドの左側にある行番号を選択します。\
   注:親行を選択すると、子行も含まれます。 行をコピーした後、子行が必要ない場合はコピー先のシートから削除します。 [親行と子行](https://help.smartsheet.com/articles/504734)について詳しくは、こちらをご覧ください。
2. 強調表示された選択範囲を右クリックします。
3. 行メニューで、「別のシートにコピー」を選択します。
4. \[別のシートにコピー]ダイアログで、コピー先のシートを選択します。
   * オプション: 「ファイル添付を含める」または「コメントを含める」を選択します。
5. 「OK」を選択します。

ソース シートの 1 行 (または複数の行) のセル データが、コピー先シートの下部にある新しい行 (または複数の行) にコピーされます。 このプロセスはソース シートには影響しません。

注: この機能は列では使用できません。ただし、宛先シートに新しい列を作成し、コピーと貼り付けを使用してソース シートのセルをその列に入力することができます。

#### トラブルシューティング <a href="#id-2et92p0" id="id-2et92p0"></a>

この方法を使用して行を新しいシートにコピーする場合は、次の点に注意してください。

* 先行演算子と数式は保持されませんが、[それらを 2 つのシート間でコピーして貼り付けることができます](https://help.smartsheet.com/articles/518318)。
* ソース列と宛先列は同じ列名を持つ必要があります。 コピー元シートとコピー先シートの列名またはタイプが異なる場合、コピーした行のデータがコピー先シートの既存の列の右側の新しい列に表示されます。 この問題が発生した場合は、右にスクロールしてデータを見つけ、コピーして、目的の列に貼り付けます。
* エラー: これらの行は移動できません。 ソース シートにシステム列が含まれており、宛先シートにシステム列ではない同じ名前の列が含まれている場合 (またはその逆)、次のエラー メッセージが表示される場合があります。

  *このシートには、移動先のシートの非システム列と同じ名前の列が含まれているため、これらの行を移動できません。*

  これを解決するには、ソース シートに一致するように列の名前を変更するか、列の種類を変更します。 [システム列](https://help.smartsheet.com/articles/1964567)について詳しくは、こちらをご覧ください。


---

# 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/basics/sheets-rows/copying-a-row-to-another-sheet.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.
