n8n で Google Sheets 内で自動データパイボットテーブルを作る
中級
これは自動化ワークフローで、12個のノードを含みます。主にSummarize, GoogleSheets, ManualTriggerなどのノードを使用。 n8nを使ってGoogle Sheetsで自動データパイボットテーブルを作成
前提条件
- •Google Sheets API認証情報
カテゴリー
-
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "ad0113c344ee237399e44e9f11798b05baeb83a6196d514a9ae9d2ad71c3b5c9",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "07bc087a-adc5-4094-8236-bf3c90dfc7db",
"name": "ワークフロー開始",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1088,
976
],
"parameters": {},
"typeVersion": 1
},
{
"id": "d9c83a60-1d84-4c57-a331-fff2f60bdddc",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1808,
784
],
"parameters": {
"width": 540,
"height": 848,
"content": "\n\nThis n8n workflow pulls campaign data from Google Sheets and creates two pivot tables automatically each time it runs.\n\n\n### ✅ Step 1: Connect Google Sheets\n\n1. In n8n, go to **Credentials** → click **New Credential**\n2. Select **Google Sheets OAuth2 API**\n3. Log in with your Google account and authorize access\n4. Use this sheet: [📄 Campaign Data Sheet](https://docs.google.com/spreadsheets/d/1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ/edit?usp=sharing)\n5. Make sure the sheet includes:\n - A **Data** tab (row 1 = headers, rows 2+ = campaign data)\n - A tab for each **pivot view** (e.g. by Channel, by Campaign)\n\n---\n\n### 📬 Need Help?\n\nFeel free to reach out:\n\n- 📧 robert@ynteractive.com \n- 🔗 [LinkedIn](https://www.linkedin.com/in/robert-breen-29429625/)\n"
},
"typeVersion": 1
},
{
"id": "7bcd7fa0-c6ef-453d-85a1-e7dd51785e2e",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-512,
1024
],
"parameters": {
"color": 7,
"width": 684,
"height": 400,
"content": "### Aggregate and Combine Data"
},
"typeVersion": 1
},
{
"id": "b26723ad-8a5e-4b7c-b616-5d30cc4a359a",
"name": "付箋11",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1088,
1216
],
"parameters": {
"color": 3,
"width": 448,
"height": 384,
"content": "### 1. Prepare Your Google Sheet\n\n- Use this sheet: [Campaign Data Sheet](https://docs.google.com/spreadsheets/d/1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ/edit?gid=365710158)\n- Must include:\n - A **Data** tab with campaign metrics (row 1 = headers)\n - One tab per **pivot view** (e.g. by Channel, Date, Campaign)\n- Connect via **Google Sheets OAuth2** in n8n\n- Optional: You can also use Airtable, Notion, or a database\n"
},
"typeVersion": 1
},
{
"id": "1c9b0c94-9256-4afe-b852-03ba2201d651",
"name": "キャンペーン集計1",
"type": "n8n-nodes-base.summarize",
"position": [
-464,
1088
],
"parameters": {
"options": {},
"fieldsToSplitBy": "Campaign",
"fieldsToSummarize": {
"values": [
{
"field": "Spend ($)",
"aggregation": "sum"
},
{
"field": "Clicks",
"aggregation": "sum"
},
{
"field": "Conversions",
"aggregation": "sum"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "48415cdd-5bd3-4fbd-ba44-0b873c7056f5",
"name": "チャネル集計1",
"type": "n8n-nodes-base.summarize",
"position": [
-464,
1248
],
"parameters": {
"options": {},
"fieldsToSplitBy": "Channel",
"fieldsToSummarize": {
"values": [
{
"field": "Spend ($)",
"aggregation": "sum"
},
{
"field": "Clicks",
"aggregation": "sum"
},
{
"field": "Conversions",
"aggregation": "sum"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "1c122f43-0f9e-4100-92bc-93ae78985625",
"name": "付箋6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1216,
784
],
"parameters": {
"color": 7,
"width": 1436,
"height": 848,
"content": "## 📊 Create Automatic Pivot Tables in Google Sheets with n8n"
},
"typeVersion": 1
},
{
"id": "f5a176e6-0ee9-41b5-beee-0e2b930ccd73",
"name": "Googleからデータ取得",
"type": "n8n-nodes-base.googleSheets",
"position": [
-896,
1456
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": 365710158,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1UDWt0-Z9fHqwnSNfU3vvhSoYCFG6EG3E-ZewJC_CLq4/edit#gid=365710158",
"cachedResultName": "Data"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1UDWt0-Z9fHqwnSNfU3vvhSoYCFG6EG3E-ZewJC_CLq4",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1UDWt0-Z9fHqwnSNfU3vvhSoYCFG6EG3E-ZewJC_CLq4/edit?usp=drivesdk",
"cachedResultName": "Sample Marketing Data - n8n"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "HlBW2puZbuCCq8jJ",
"name": "Google Sheets account 3"
}
},
"typeVersion": 4.7
},
{
"id": "523a8a2b-9bdf-4afd-9361-6c41f88a8616",
"name": "キャンペーンシートクリア1",
"type": "n8n-nodes-base.googleSheets",
"position": [
-832,
848
],
"parameters": {
"operation": "clear",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 505010778,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ/edit#gid=505010778",
"cachedResultName": "Campaign Pivot"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ/edit?usp=drivesdk",
"cachedResultName": "Sample Marketing Data - Pivot Tables"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "HlBW2puZbuCCq8jJ",
"name": "Google Sheets account 3"
}
},
"typeVersion": 4.7
},
{
"id": "7fd3cee0-0318-428c-a8ce-c3a952cb46b8",
"name": "チャネルシートクリア",
"type": "n8n-nodes-base.googleSheets",
"position": [
-816,
1040
],
"parameters": {
"operation": "clear",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 335973986,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ/edit#gid=335973986",
"cachedResultName": "Channel Pivot"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ/edit?usp=drivesdk",
"cachedResultName": "Sample Marketing Data - Pivot Tables"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "HlBW2puZbuCCq8jJ",
"name": "Google Sheets account 3"
}
},
"typeVersion": 4.7
},
{
"id": "80f4d3ff-f6dd-4a5f-92e5-bf3c5cb36ee6",
"name": "キャンペーンピボットテーブル作成",
"type": "n8n-nodes-base.googleSheets",
"position": [
-208,
1072
],
"parameters": {
"columns": {
"value": {},
"schema": [
{
"id": "sum_Spend_($)",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "sum_Spend_($)",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "sum_Clicks",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "sum_Clicks",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "sum_Conversions",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "sum_Conversions",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Campaign",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Campaign",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "autoMapInputData",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 505010778,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ/edit#gid=505010778",
"cachedResultName": "Campaign Pivot"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ/edit?usp=drivesdk",
"cachedResultName": "Sample Marketing Data - Pivot Tables"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "HlBW2puZbuCCq8jJ",
"name": "Google Sheets account 3"
}
},
"typeVersion": 4.7
},
{
"id": "ca072d34-43b2-4df0-9e38-dc1453268fe9",
"name": "チャネルピボットテーブル作成",
"type": "n8n-nodes-base.googleSheets",
"position": [
-224,
1264
],
"parameters": {
"columns": {
"value": {},
"schema": [
{
"id": "sum_Spend_($)",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "sum_Spend_($)",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "sum_Clicks",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "sum_Clicks",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "sum_Conversions",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "sum_Conversions",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Channel",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Channel",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "autoMapInputData",
"matchingColumns": [],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 335973986,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ/edit#gid=335973986",
"cachedResultName": "Channel Pivot"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1lUEY6kPQbXizbmszLLNUJ_pBfGIKd75hu4uHj0vGRZQ/edit?usp=drivesdk",
"cachedResultName": "Sample Marketing Data - Pivot Tables"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "HlBW2puZbuCCq8jJ",
"name": "Google Sheets account 3"
}
},
"typeVersion": 4.7
}
],
"pinData": {},
"connections": {
"48415cdd-5bd3-4fbd-ba44-0b873c7056f5": {
"main": [
[
{
"node": "ca072d34-43b2-4df0-9e38-dc1453268fe9",
"type": "main",
"index": 0
}
]
]
},
"07bc087a-adc5-4094-8236-bf3c90dfc7db": {
"main": [
[
{
"node": "f5a176e6-0ee9-41b5-beee-0e2b930ccd73",
"type": "main",
"index": 0
},
{
"node": "523a8a2b-9bdf-4afd-9361-6c41f88a8616",
"type": "main",
"index": 0
},
{
"node": "7fd3cee0-0318-428c-a8ce-c3a952cb46b8",
"type": "main",
"index": 0
}
]
]
},
"1c9b0c94-9256-4afe-b852-03ba2201d651": {
"main": [
[
{
"node": "80f4d3ff-f6dd-4a5f-92e5-bf3c5cb36ee6",
"type": "main",
"index": 0
}
]
]
},
"f5a176e6-0ee9-41b5-beee-0e2b930ccd73": {
"main": [
[
{
"node": "1c9b0c94-9256-4afe-b852-03ba2201d651",
"type": "main",
"index": 0
},
{
"node": "48415cdd-5bd3-4fbd-ba44-0b873c7056f5",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Google SheetsでカスタムパイヴォットテーブルとVLOOKUPを用いてマーケティング支出データを集約
GoogleスプレッドシートでカスタムパイバットテーブルとVLOOKUPでマーケティングの支出データを集約
Merge
Summarize
Google Sheets
+
Merge
Summarize
Google Sheets
10 ノードRobert Breen
文書抽出
マーケティング業績メールレポートの自動化
Google Sheets と Outlook を使ってマーケティングパフォーマンスのメールレポートを自動生成する
Merge
Summarize
Google Sheets
+
Merge
Summarize
Google Sheets
13 ノードRobert Breen
文書抽出
初学者データ分析:GPT-4oを使ってGoogleシートで結合・フィルタリング・サマリー
初心者のデータ分析:GPT-4o を使用して Google スプレッドシートで結合、フィルタリング、集計
If
Set
Code
+
If
Set
Code
21 ノードRobert Breen
文書抽出
広告費用毎日監視:GoogleスプレッドシートとSlackのスレショルド通知
GoogleシートとSlackの閾値アラートによる広告費用の監視(毎日)
If
Set
Code
+
If
Set
Code
13 ノードRobert Breen
コンテンツ作成
Google Sheets、SerpAPI、Apify、GPT-4o を使ってローカル企業の連絡先を抽出
Google Sheets、SerpAPI、Apify、GPT-4oを使ってローカルの企業連絡先を取得する
Code
Filter
Summarize
+
Code
Filter
Summarize
18 ノードRobert Breen
リード獲得
Marketing ROIリポートの生成にGoogle Sheets、GPT-4o、Eメールを使用
Google Sheets、GPT-4o、メールを使用してマーケティング活動のROIレポートを生成する
Code
Merge
Aggregate
+
Code
Merge
Aggregate
16 ノードRobert Breen
AI要約
ワークフロー情報
難易度
中級
ノード数12
カテゴリー-
ノードタイプ4
作成者
Robert Breen
@rbreenProfessional services consultant with over 10 years of experience solving complex business problems across industries. I specialize in n8n and process automation—designing custom workflows that integrate tools like Google Calendar, Airtable, GPT, and internal systems. Whether you need to automate scheduling, sync data, or streamline operations, I build solutions that save time and drive results.
外部リンク
n8n.ioで表示 →
このワークフローを共有