{"id":5029,"date":"2023-07-04T22:05:37","date_gmt":"2023-07-04T22:05:37","guid":{"rendered":"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/"},"modified":"2023-07-04T22:05:37","modified_gmt":"2023-07-04T22:05:37","slug":"excel-summe-wenn-grosser-als-null","status":"publish","type":"post","link":"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/","title":{"rendered":"Excel: so addieren sie, wenn es gr\u00f6\u00dfer als null ist"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Mit der folgenden Formel in Excel k\u00f6nnen Sie in einem bestimmten Bereich nur Werte hinzuf\u00fcgen, die gr\u00f6\u00dfer als Null sind:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=SUMIF( <span style=\"color: #3366ff;\">B2:B9<\/span> , \"&gt;0\", <span style=\"color: #ff0000;\">C2:C9<\/span> )\n<\/span><\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">Diese spezielle Formel berechnet die Summe der Werte im Bereich <strong>C2:C9<\/strong> nur, wenn die entsprechende Zelle im Bereich <strong>B2:B9<\/strong> gr\u00f6\u00dfer als Null ist.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Das folgende Beispiel zeigt, wie diese Formel in der Praxis angewendet wird.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Beispiel: SUMIF gr\u00f6\u00dfer als Null in Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Nehmen wir an, wir haben den folgenden Datensatz in Excel, der Informationen zu Bewertungen f\u00fcr verschiedene Hotels sowie die Anzahl der G\u00e4ste enth\u00e4lt, die in den einzelnen Hotels in der letzten Woche \u00fcbernachtet haben:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39202 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/somme1-1.png\" alt=\"\" width=\"480\" height=\"439\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Angenommen, wir m\u00f6chten die G\u00e4stesumme <em>nur<\/em> f\u00fcr Hotels mit einer Bewertung gr\u00f6\u00dfer Null berechnen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dazu k\u00f6nnen wir die folgende Formel in Zelle <strong>E2<\/strong> eingeben:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=SUMIF( <span style=\"color: #3366ff;\">B2:B9<\/span> , \"&gt;0\", <span style=\"color: #ff0000;\">C2:C9<\/span> )<\/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-39203 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/somme2-2.png\" alt=\"\" width=\"572\" height=\"393\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Wir sehen, dass die Summe der Kunden nur f\u00fcr Hotels mit einer Bewertung gr\u00f6\u00dfer als Null <strong>167<\/strong> betr\u00e4gt.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Wir k\u00f6nnen dies best\u00e4tigen, indem wir jedes dieser Hotels manuell identifizieren:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39205 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/somme3-1.png\" alt=\"\" width=\"576\" height=\"356\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Wir k\u00f6nnen best\u00e4tigen, dass die Gesamtzahl der G\u00e4ste f\u00fcr diese Hotels <strong>167<\/strong> betr\u00e4gt:<\/span><\/p>\n<p> <span style=\"color: #000000;\">Summe der Kunden: 15 + 22 + 28 + 54 + 12 + 36 = 167<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Hinweis<\/strong> : Wenn Sie Zellen in einem Bereich hinzuf\u00fcgen m\u00f6chten, deren Wert in einem anderen Bereich <strong>gleich oder gr\u00f6\u00dfer Null<\/strong> ist, verwenden Sie stattdessen das Symbol <strong>&gt;=<\/strong> in der Formel:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=SUMIF( <span style=\"color: #3366ff;\">B2:B9<\/span> , \"&gt;=0\", <span style=\"color: #ff0000;\">C2:C9<\/span> )<\/span><\/strong><\/span><\/pre>\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 Vorg\u00e4nge in Excel ausf\u00fchren:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/de\/excel-sumif-auf-mehreren-blattern\/\" target=\"_blank\" rel=\"noopener\">Excel: So verwenden Sie SUMIF auf mehreren Bl\u00e4ttern<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/excel-summe-mehrerer-bereiche\/\" target=\"_blank\" rel=\"noopener\">Excel: So verwenden Sie SUMIF mit mehreren Bereichen<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/excel-sumif-vor-datum\/\" target=\"_blank\" rel=\"noopener\">Excel: So verwenden Sie SUMIF vor dem Datum<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mit der folgenden Formel in Excel k\u00f6nnen Sie in einem bestimmten Bereich nur Werte hinzuf\u00fcgen, die gr\u00f6\u00dfer als Null sind: =SUMIF( B2:B9 , &#8222;&gt;0&#8220;, C2:C9 ) Diese spezielle Formel berechnet die Summe der Werte im Bereich C2:C9 nur, wenn die entsprechende Zelle im Bereich B2:B9 gr\u00f6\u00dfer als Null ist. Das folgende Beispiel zeigt, wie diese [&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>Excel: So addieren Sie, wenn gr\u00f6\u00dfer als Null \u2013 Statistik<\/title>\n<meta name=\"description\" content=\"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie in Excel nur Werte hinzuf\u00fcgen, die gr\u00f6\u00dfer als Null sind.\" \/>\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\/excel-summe-wenn-grosser-als-null\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: So addieren Sie, wenn gr\u00f6\u00dfer als Null \u2013 Statistik\" \/>\n<meta property=\"og:description\" content=\"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie in Excel nur Werte hinzuf\u00fcgen, die gr\u00f6\u00dfer als Null sind.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-04T22:05:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/somme1-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\/excel-summe-wenn-grosser-als-null\/\",\"url\":\"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/\",\"name\":\"Excel: So addieren Sie, wenn gr\u00f6\u00dfer als Null \u2013 Statistik\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/de\/#website\"},\"datePublished\":\"2023-07-04T22:05:37+00:00\",\"dateModified\":\"2023-07-04T22:05:37+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\"},\"description\":\"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie in Excel nur Werte hinzuf\u00fcgen, die gr\u00f6\u00dfer als Null sind.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Heim\",\"item\":\"https:\/\/statorials.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: so addieren sie, wenn es gr\u00f6\u00dfer als null ist\"}]},{\"@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":"Excel: So addieren Sie, wenn gr\u00f6\u00dfer als Null \u2013 Statistik","description":"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie in Excel nur Werte hinzuf\u00fcgen, die gr\u00f6\u00dfer als Null sind.","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\/excel-summe-wenn-grosser-als-null\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: So addieren Sie, wenn gr\u00f6\u00dfer als Null \u2013 Statistik","og_description":"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie in Excel nur Werte hinzuf\u00fcgen, die gr\u00f6\u00dfer als Null sind.","og_url":"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/","og_site_name":"Statorials","article_published_time":"2023-07-04T22:05:37+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/somme1-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\/excel-summe-wenn-grosser-als-null\/","url":"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/","name":"Excel: So addieren Sie, wenn gr\u00f6\u00dfer als Null \u2013 Statistik","isPartOf":{"@id":"https:\/\/statorials.org\/de\/#website"},"datePublished":"2023-07-04T22:05:37+00:00","dateModified":"2023-07-04T22:05:37+00:00","author":{"@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0"},"description":"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie in Excel nur Werte hinzuf\u00fcgen, die gr\u00f6\u00dfer als Null sind.","breadcrumb":{"@id":"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/de\/excel-summe-wenn-grosser-als-null\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Heim","item":"https:\/\/statorials.org\/de\/"},{"@type":"ListItem","position":2,"name":"Excel: so addieren sie, wenn es gr\u00f6\u00dfer als null ist"}]},{"@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\/5029"}],"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=5029"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/5029\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/media?parent=5029"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/categories?post=5029"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/tags?post=5029"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}