{"id":1693,"date":"2023-07-25T08:42:37","date_gmt":"2023-07-25T08:42:37","guid":{"rendered":"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/"},"modified":"2023-07-25T08:42:37","modified_gmt":"2023-07-25T08:42:37","slug":"google-sheets-pivot-abfrage","status":"publish","type":"post","link":"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/","title":{"rendered":"Google sheets-abfrage: so erstellen sie eine pivottable"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Sie k\u00f6nnen die folgende Syntax verwenden, um eine Pivot-Tabelle mithilfe einer Google Sheets-Abfrage zu erstellen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" string \" dir=\"auto\"><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">query<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff9900;\">A1:C13<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> \" <span style=\"color: #008000;\">select A, sum(C) group by A pivot B<\/span> \" <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/span>\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">In diesem Beispiel w\u00e4hlen wir Spalte <strong>A<\/strong> zur Darstellung der Pivot-Tabellenzeilen, Spalte <strong>B<\/strong> zur Darstellung der Pivot-Tabellenspalten und die Werte in Spalte <strong>C<\/strong> zur Darstellung in der Pivot-Tabelle.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Die folgenden Beispiele zeigen, wie Sie diese Syntax in der Praxis anwenden k\u00f6nnen.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Beispiel 1: Erstellen Sie eine PivotTable mit SUM()<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Mit der folgenden Formel k\u00f6nnen wir eine Pivot-Tabelle erstellen, die den Gesamtumsatz nach Produkt und Region f\u00fcr ein bestimmtes Unternehmen anzeigt:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-16710 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/piv1-1.png\" alt=\"\" width=\"629\" height=\"475\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Wir w\u00fcrden die Pivot-Tabellenwerte wie folgt interpretieren:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">Der Gesamtumsatz von Produkt A in der Region Ost betrug <strong>388 %<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">Der Gesamtumsatz von Produkt B in der Region Ost betrug <strong>0<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">Der Gesamtumsatz von Produkt C in der Region Ost betrug <strong>476<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">Der Gesamtumsatz von Produkt D in der Region Ost betrug <strong>0<\/strong> .<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Und so weiter.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Beispiel 2: Erstellen Sie eine PivotTable mit AVG()<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Mit der folgenden Formel k\u00f6nnen wir eine Pivot-Tabelle erstellen, die den durchschnittlichen Umsatz nach Produkt und Region f\u00fcr ein bestimmtes Unternehmen anzeigt:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-16711 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/piv2.png\" alt=\"\" width=\"620\" height=\"442\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Wir w\u00fcrden die Pivot-Tabellenwerte wie folgt interpretieren:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">Der durchschnittliche Umsatz von Produkt A in der Region Ost betrug <strong>388 %<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">Der durchschnittliche Umsatz von Produkt B in der Region Ost betrug <strong>0<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">Der durchschnittliche Umsatz von Produkt C in der Region Ost betrug <strong>238 %<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">Der durchschnittliche Umsatz von Produkt D in der Region Ost betrug <strong>0<\/strong> .<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Und so weiter.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Zus\u00e4tzliche Ressourcen<\/strong><\/span><\/h3>\n<p> <a href=\"https:\/\/statorials.org\/de\/google-sheets-abfrage-wahlt-mehrere-spalten-aus\/\" target=\"_blank\" rel=\"noopener\">Google Sheets-Abfrage: So w\u00e4hlen Sie mehrere Spalten aus<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/google-sheets-abfrage-gruppieren-nach\/\" target=\"_blank\" rel=\"noopener\">Google Sheets-Abfrage: So verwenden Sie \u201eGruppieren nach\u201c.<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/google-sheets-abfragereihenfolge-nach\/\" target=\"_blank\" rel=\"noopener\">Google Sheets-Abfrage: So verwenden Sie Sortieren nach<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sie k\u00f6nnen die folgende Syntax verwenden, um eine Pivot-Tabelle mithilfe einer Google Sheets-Abfrage zu erstellen: = query ( A1:C13 , &#8220; select A, sum(C) group by A pivot B &#8220; ) In diesem Beispiel w\u00e4hlen wir Spalte A zur Darstellung der Pivot-Tabellenzeilen, Spalte B zur Darstellung der Pivot-Tabellenspalten und die Werte in Spalte C zur [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Google Sheets-Abfrage: So erstellen Sie eine PivotTable<\/title>\n<meta name=\"description\" content=\"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie Sie die Funktion PIVOT() in der Google Sheets-Abfrage verwenden.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Sheets-Abfrage: So erstellen Sie eine PivotTable\" \/>\n<meta property=\"og:description\" content=\"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie Sie die Funktion PIVOT() in der Google Sheets-Abfrage verwenden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-25T08:42:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/piv1-1.png\" \/>\n<meta name=\"author\" content=\"Dr. Benjamin Anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dr. Benjamin Anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/\",\"url\":\"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/\",\"name\":\"Google Sheets-Abfrage: So erstellen Sie eine PivotTable\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/de\/#website\"},\"datePublished\":\"2023-07-25T08:42:37+00:00\",\"dateModified\":\"2023-07-25T08:42:37+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\"},\"description\":\"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie Sie die Funktion PIVOT() in der Google Sheets-Abfrage verwenden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Heim\",\"item\":\"https:\/\/statorials.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google sheets-abfrage: so erstellen sie eine pivottable\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/de\/#website\",\"url\":\"https:\/\/statorials.org\/de\/\",\"name\":\"Statorials\",\"description\":\"Ihr Leitfaden f\u00fcr statistische Kompetenz !\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/de\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\",\"name\":\"Dr. Benjamin Anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr. Benjamin Anderson\"},\"description\":\"Hallo, ich bin Benjamin, ein pensionierter Statistikprofessor, der sich zum engagierten Statorials-Lehrer entwickelt hat. Mit umfassender Erfahrung und Fachwissen auf dem Gebiet der Statistik bin ich bestrebt, mein Wissen zu teilen, um Studenten durch Statorials zu bef\u00e4higen. Mehr wissen\",\"sameAs\":[\"https:\/\/statorials.org\/de\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google Sheets-Abfrage: So erstellen Sie eine PivotTable","description":"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie Sie die Funktion PIVOT() in der Google Sheets-Abfrage verwenden.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/","og_locale":"de_DE","og_type":"article","og_title":"Google Sheets-Abfrage: So erstellen Sie eine PivotTable","og_description":"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie Sie die Funktion PIVOT() in der Google Sheets-Abfrage verwenden.","og_url":"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/","og_site_name":"Statorials","article_published_time":"2023-07-25T08:42:37+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/piv1-1.png"}],"author":"Dr. Benjamin Anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr. Benjamin Anderson","Gesch\u00e4tzte Lesezeit":"1 Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/","url":"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/","name":"Google Sheets-Abfrage: So erstellen Sie eine PivotTable","isPartOf":{"@id":"https:\/\/statorials.org\/de\/#website"},"datePublished":"2023-07-25T08:42:37+00:00","dateModified":"2023-07-25T08:42:37+00:00","author":{"@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0"},"description":"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie Sie die Funktion PIVOT() in der Google Sheets-Abfrage verwenden.","breadcrumb":{"@id":"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/de\/google-sheets-pivot-abfrage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Heim","item":"https:\/\/statorials.org\/de\/"},{"@type":"ListItem","position":2,"name":"Google sheets-abfrage: so erstellen sie eine pivottable"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/de\/#website","url":"https:\/\/statorials.org\/de\/","name":"Statorials","description":"Ihr Leitfaden f\u00fcr statistische Kompetenz !","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/de\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"Person","@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0","name":"Dr. Benjamin Anderson","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","caption":"Dr. Benjamin Anderson"},"description":"Hallo, ich bin Benjamin, ein pensionierter Statistikprofessor, der sich zum engagierten Statorials-Lehrer entwickelt hat. Mit umfassender Erfahrung und Fachwissen auf dem Gebiet der Statistik bin ich bestrebt, mein Wissen zu teilen, um Studenten durch Statorials zu bef\u00e4higen. Mehr wissen","sameAs":["https:\/\/statorials.org\/de"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/1693"}],"collection":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/comments?post=1693"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/1693\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/media?parent=1693"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/categories?post=1693"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/tags?post=1693"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}