{"id":2706,"date":"2023-07-21T02:07:08","date_gmt":"2023-07-21T02:07:08","guid":{"rendered":"https:\/\/statorials.org\/de\/countif-oder-excel\/"},"modified":"2023-07-21T02:07:08","modified_gmt":"2023-07-21T02:07:08","slug":"countif-oder-excel","status":"publish","type":"post","link":"https:\/\/statorials.org\/de\/countif-oder-excel\/","title":{"rendered":"So verwenden sie z\u00e4hlenwenn mit oder in excel"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">H\u00e4ufig m\u00f6chten Sie m\u00f6glicherweise die Anzahl der Zellen in einem Bereich in Excel z\u00e4hlen, der eines von mehreren Kriterien erf\u00fcllt.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dazu k\u00f6nnen Sie die folgende grundlegende Syntax verwenden:<\/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\">SUM<\/span> <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: #3366ff;\">A:A<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span style=\"color: #000000;\"><span class=\" default-formula-text-color\" dir=\"auto\">{<\/span> <span class=\" string \" dir=\"auto\">\"Value1\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\"Value2\", \"Value3\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">}<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Diese spezielle Formel z\u00e4hlt die Anzahl der Zellen in Spalte A, die gleich \u201eWert1\u201c, \u201eWert2\u201c oder \u201eWert3\u201c sind.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Das folgende Beispiel zeigt, wie diese Syntax in der Praxis verwendet wird.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Beispiel: Verwenden Sie Z\u00c4HLENWENN mit ODER in Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Nehmen wir an, wir haben den folgenden Datensatz in Excel, der Informationen \u00fcber verschiedene Basketballmannschaften anzeigt:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23858 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-pour1.jpg\" alt=\"\" width=\"467\" height=\"405\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Mit der folgenden Formel k\u00f6nnen wir die Anzahl der Zellen in Spalte A z\u00e4hlen, die den Wert \u201eOst\u201c oder \u201eS\u00fcd\u201c haben:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">SUM<\/span> <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: #3366ff;\">A:A<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">{<\/span> <span class=\" string \" dir=\"auto\">\"East\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\"South\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">}<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/span><\/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=\"aligncenter wp-image-23859\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-pour2.jpg\" alt=\"Z\u00c4HLENWENN mit ODER in Excel\" width=\"546\" height=\"410\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Wir k\u00f6nnen sehen, dass in Spalte <strong>A<\/strong> insgesamt <strong>5<\/strong> Zellen einen \u201eOst\u201c- oder \u201eS\u00fcd\u201c-Wert haben.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Beachten Sie, dass wir eine \u00e4hnliche Syntax auch verwenden k\u00f6nnen, um die Anzahl der Zellen mit bestimmten numerischen Werten zu z\u00e4hlen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Beispielsweise k\u00f6nnen wir die folgende Formel verwenden, um die Anzahl der Zellen in Spalte <strong>C<\/strong> zu z\u00e4hlen, die einen Wert von 95, 99 oder 103 haben:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=S<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">UM<\/span> <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: #3366ff;\">C:C<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">{95, 99, 103<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">}<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/span><\/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-23860 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-pour3.jpg\" alt=\"\" width=\"545\" height=\"449\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Wir k\u00f6nnen sehen, dass in Spalte C insgesamt <strong>6<\/strong> Zellen einen Wert von 95, 99 oder 103 haben.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Wir k\u00f6nnten eine \u00e4hnliche Syntax auch verwenden, um die Anzahl der Zellen zu z\u00e4hlen, deren Werte gr\u00f6\u00dfer oder kleiner als bestimmte Zahlen sind.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Beispielsweise k\u00f6nnen wir die folgende Formel verwenden, um die Anzahl der Zellen in Spalte <strong>C<\/strong> zu z\u00e4hlen, die einen Wert gr\u00f6\u00dfer als 100 <em>oder<\/em> kleiner als 90 haben:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=S<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">UM<\/span> <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: #3366ff;\">C:C<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">{\"&gt;100\", \"&lt;90\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">}<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/span><\/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-23862 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-pour4.jpg\" alt=\"\" width=\"540\" height=\"402\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Wir sehen, dass in Spalte C insgesamt <strong>7<\/strong> Zellen einen Wert gr\u00f6\u00dfer als 100 <em>oder<\/em> kleiner als 90 haben.<\/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 g\u00e4ngige <strong>COUNTIF()<\/strong> -Operationen in Excel ausf\u00fchren:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/de\/excel-countif-aus-einem-anderen-blatt\/\" target=\"_blank\" rel=\"noopener\">So verwenden Sie COUNTIF aus einem anderen Blatt in Excel<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/excel-countif-joker\/\" target=\"_blank\" rel=\"noopener\">So verwenden Sie COUNTIF mit Platzhaltern in Excel<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/excel-zahlt-datumsbereich\/\" target=\"_blank\" rel=\"noopener\">So verwenden Sie COUNTIFS mit einem Datumsbereich in Excel<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>H\u00e4ufig m\u00f6chten Sie m\u00f6glicherweise die Anzahl der Zellen in einem Bereich in Excel z\u00e4hlen, der eines von mehreren Kriterien erf\u00fcllt. Dazu k\u00f6nnen Sie die folgende grundlegende Syntax verwenden: = SUM ( COUNTIF ( A:A , { &#8222;Value1&#8220; , &#8222;Value2&#8220;, &#8222;Value3&#8220; } ) ) Diese spezielle Formel z\u00e4hlt die Anzahl der Zellen in Spalte A, die [&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>So verwenden Sie Z\u00c4HLENWENN mit ODER in Excel \u2013 Statistik<\/title>\n<meta name=\"description\" content=\"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie Z\u00c4HLENWENN mit ODER-Logik in Excel 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\/countif-oder-excel\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"So verwenden Sie Z\u00c4HLENWENN mit ODER in Excel \u2013 Statistik\" \/>\n<meta property=\"og:description\" content=\"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie Z\u00c4HLENWENN mit ODER-Logik in Excel verwenden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/de\/countif-oder-excel\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-21T02:07:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-pour1.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=\"2 Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/de\/countif-oder-excel\/\",\"url\":\"https:\/\/statorials.org\/de\/countif-oder-excel\/\",\"name\":\"So verwenden Sie Z\u00c4HLENWENN mit ODER in Excel \u2013 Statistik\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/de\/#website\"},\"datePublished\":\"2023-07-21T02:07:08+00:00\",\"dateModified\":\"2023-07-21T02:07:08+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\"},\"description\":\"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie Z\u00c4HLENWENN mit ODER-Logik in Excel verwenden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/de\/countif-oder-excel\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/de\/countif-oder-excel\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/de\/countif-oder-excel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Heim\",\"item\":\"https:\/\/statorials.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"So verwenden sie z\u00e4hlenwenn mit oder in excel\"}]},{\"@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":"So verwenden Sie Z\u00c4HLENWENN mit ODER in Excel \u2013 Statistik","description":"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie Z\u00c4HLENWENN mit ODER-Logik in Excel 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\/countif-oder-excel\/","og_locale":"de_DE","og_type":"article","og_title":"So verwenden Sie Z\u00c4HLENWENN mit ODER in Excel \u2013 Statistik","og_description":"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie Z\u00c4HLENWENN mit ODER-Logik in Excel verwenden.","og_url":"https:\/\/statorials.org\/de\/countif-oder-excel\/","og_site_name":"Statorials","article_published_time":"2023-07-21T02:07:08+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-pour1.jpg"}],"author":"Dr. Benjamin Anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr. Benjamin Anderson","Gesch\u00e4tzte Lesezeit":"2 Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/de\/countif-oder-excel\/","url":"https:\/\/statorials.org\/de\/countif-oder-excel\/","name":"So verwenden Sie Z\u00c4HLENWENN mit ODER in Excel \u2013 Statistik","isPartOf":{"@id":"https:\/\/statorials.org\/de\/#website"},"datePublished":"2023-07-21T02:07:08+00:00","dateModified":"2023-07-21T02:07:08+00:00","author":{"@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0"},"description":"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie Z\u00c4HLENWENN mit ODER-Logik in Excel verwenden.","breadcrumb":{"@id":"https:\/\/statorials.org\/de\/countif-oder-excel\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/de\/countif-oder-excel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/de\/countif-oder-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Heim","item":"https:\/\/statorials.org\/de\/"},{"@type":"ListItem","position":2,"name":"So verwenden sie z\u00e4hlenwenn mit oder in excel"}]},{"@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\/2706"}],"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=2706"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/2706\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/media?parent=2706"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/categories?post=2706"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/tags?post=2706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}