{"id":3711,"date":"2023-07-16T00:07:30","date_gmt":"2023-07-16T00:07:30","guid":{"rendered":"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/"},"modified":"2023-07-16T00:07:30","modified_gmt":"2023-07-16T00:07:30","slug":"countif-enthalt-google-sheets","status":"publish","type":"post","link":"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/","title":{"rendered":"So verwenden sie countif-inhalte in google sheets"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Sie k\u00f6nnen in Google Sheets die folgenden Formeln verwenden, um die Anzahl der Zellen zu z\u00e4hlen, die bestimmte Zeichenfolgen enthalten:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 1: COUNTIF enth\u00e4lt (ein Kriterium)<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">= <span style=\"color: #000000;\">COUNTIF<\/span><\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">A2:A11<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">*string*<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span>\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Diese Formel z\u00e4hlt die Anzahl der Zellen in <strong>A2:A11<\/strong> , die irgendwo in der Zelle \u201eZeichenfolge\u201c enthalten.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 2: COUNTIF enth\u00e4lt (mehrere Kriterien)<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">= <span style=\"color: #000000;\">COUNTIFS<\/span><\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">A2:A11<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">*string1*<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span dir=\"auto\" style=\"color: #800080;\">B2:B11<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">*string2*<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Diese Formel z\u00e4hlt die Anzahl der Zeilen, in denen die Zelle im Bereich <strong>A2:A11<\/strong> \u201estring1\u201c und die Zelle im Bereich <strong>B2:B11<\/strong> \u201estring2\u201c enth\u00e4lt.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Hinweis<\/strong> : Der <strong>*<\/strong> -Operator ist ein Platzhalter in Google Sheets.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Die folgenden Beispiele zeigen, wie die einzelnen Methoden in der Praxis angewendet werden.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Beispiel 1: COUNTIF enth\u00e4lt (ein Kriterium)<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Mit der folgenden Formel k\u00f6nnen wir die Anzahl der Zellen in der Spalte \u201e <strong>Team<\/strong> \u201c z\u00e4hlen, die die Zeichenfolge \u201eMav\u201c enthalten:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">COUNTIF<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">A2:A11<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">*Mav*<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Der folgende Screenshot zeigt, wie diese Formel in der Praxis angewendet wird:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-30305 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/nombreif1.jpg\" alt=\"\" width=\"588\" height=\"484\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Aus dem Ergebnis k\u00f6nnen wir ersehen, dass 5 Zeilen in der Spalte \u201eTeam\u201c irgendwo in ihrer Zelle \u201eMav\u201c enthalten.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Beispiel 2: COUNTIF enth\u00e4lt (mehrere Kriterien)<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Mit der folgenden Formel k\u00f6nnen wir die Anzahl der Zeilen z\u00e4hlen, in denen die Spalte \u201e <strong>Team<\/strong> \u201c \u201eMav\u201c und die Spalte \u201e <strong>Position\u201c<\/strong> \u201eGuar\u201c enth\u00e4lt:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">= <span style=\"color: #000000;\">COUNTIFS<\/span><\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">A2:A11<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">*Mav*<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span dir=\"auto\" style=\"color: #800080;\">B2:B11<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">*Guar*<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Der folgende Screenshot zeigt, wie diese Formel in der Praxis angewendet wird:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-30306 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/nombreif2.jpg\" alt=\"\" width=\"590\" height=\"449\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Aus dem Ergebnis k\u00f6nnen wir ersehen, dass zwei Zeilen \u201eMav\u201c in der Spalte <strong>\u201eTeam<\/strong> \u201c und \u201eGuar\u201c in der Spalte <strong>\u201ePosition<\/strong> \u201c enthalten.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Zus\u00e4tzliche Ressourcen<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">In den folgenden Tutorials wird erl\u00e4utert, wie Sie andere h\u00e4ufige Aufgaben in Google Sheets ausf\u00fchren:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/de\/google-sheets-zahlen-wenn-grosser-als-null\/\" target=\"_blank\" rel=\"noopener\">Google Sheets: COUNTIF gr\u00f6\u00dfer als Null<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/countif-oder-google-sheets\/\" target=\"_blank\" rel=\"noopener\">Google Sheets: So verwenden Sie Z\u00c4HLENWENN mit ODER<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/countif-aus-einer-anderen-google-sheets-tabelle\/\" target=\"_blank\" rel=\"noopener\">Google Sheets: So verwenden Sie COUNTIF aus einem anderen Blatt<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sie k\u00f6nnen in Google Sheets die folgenden Formeln verwenden, um die Anzahl der Zellen zu z\u00e4hlen, die bestimmte Zeichenfolgen enthalten: Methode 1: COUNTIF enth\u00e4lt (ein Kriterium) = COUNTIF ( A2:A11 , &#8220; *string* &#8220; ) Diese Formel z\u00e4hlt die Anzahl der Zellen in A2:A11 , die irgendwo in der Zelle \u201eZeichenfolge\u201c enthalten. Methode 2: COUNTIF [&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>Verwendung von COUNTIF enth\u00e4lt in Google Sheets \u2013 Statistik<\/title>\n<meta name=\"description\" content=\"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie COUNTIF-Inhalte in Google Sheets verwendet werden.\" \/>\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\/countif-enthalt-google-sheets\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Verwendung von COUNTIF enth\u00e4lt in Google Sheets \u2013 Statistik\" \/>\n<meta property=\"og:description\" content=\"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie COUNTIF-Inhalte in Google Sheets verwendet werden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-16T00:07:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/nombreif1.jpg\" \/>\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\/countif-enthalt-google-sheets\/\",\"url\":\"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/\",\"name\":\"Verwendung von COUNTIF enth\u00e4lt in Google Sheets \u2013 Statistik\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/de\/#website\"},\"datePublished\":\"2023-07-16T00:07:30+00:00\",\"dateModified\":\"2023-07-16T00:07:30+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\"},\"description\":\"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie COUNTIF-Inhalte in Google Sheets verwendet werden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Heim\",\"item\":\"https:\/\/statorials.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"So verwenden sie countif-inhalte in google sheets\"}]},{\"@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":"Verwendung von COUNTIF enth\u00e4lt in Google Sheets \u2013 Statistik","description":"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie COUNTIF-Inhalte in Google Sheets verwendet werden.","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\/countif-enthalt-google-sheets\/","og_locale":"de_DE","og_type":"article","og_title":"Verwendung von COUNTIF enth\u00e4lt in Google Sheets \u2013 Statistik","og_description":"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie COUNTIF-Inhalte in Google Sheets verwendet werden.","og_url":"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/","og_site_name":"Statorials","article_published_time":"2023-07-16T00:07:30+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/nombreif1.jpg"}],"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\/countif-enthalt-google-sheets\/","url":"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/","name":"Verwendung von COUNTIF enth\u00e4lt in Google Sheets \u2013 Statistik","isPartOf":{"@id":"https:\/\/statorials.org\/de\/#website"},"datePublished":"2023-07-16T00:07:30+00:00","dateModified":"2023-07-16T00:07:30+00:00","author":{"@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0"},"description":"In diesem Tutorial wird anhand mehrerer Beispiele erl\u00e4utert, wie COUNTIF-Inhalte in Google Sheets verwendet werden.","breadcrumb":{"@id":"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/de\/countif-enthalt-google-sheets\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Heim","item":"https:\/\/statorials.org\/de\/"},{"@type":"ListItem","position":2,"name":"So verwenden sie countif-inhalte in google sheets"}]},{"@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\/3711"}],"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=3711"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/3711\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/media?parent=3711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/categories?post=3711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/tags?post=3711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}