{"id":3047,"date":"2023-11-17T07:33:43","date_gmt":"2023-11-17T07:33:43","guid":{"rendered":"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/"},"modified":"2023-12-03T13:05:52","modified_gmt":"2023-12-03T13:05:52","slug":"anzahl-leerer-zellen","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/","title":{"rendered":"Wie z\u00e4hle ich leere zellen in excel?"},"content":{"rendered":"<div class=\"excel-vor-dem-inhalt\" id=\"excel-354761843\"><script type=\"text\/javascript\">\r\n\tatOptions = {\r\n\t\t'key' : 'c1158f160081d6540a8409e6925dab94',\r\n\t\t'format' : 'iframe',\r\n\t\t'height' : 250,\r\n\t\t'width' : 300,\r\n\t\t'params' : {}\r\n\t};\r\n<\/script>\r\n<script type=\"text\/javascript\" src=\"\/\/www.highperformanceformat.com\/c1158f160081d6540a8409e6925dab94\/invoke.js\"><\/script><\/div> <p>Wenn Sie leere Zellen in Excel z\u00e4hlen m\u00f6chten, k\u00f6nnen Sie die Funktion COUNTBLANK verwenden, die speziell zum Z\u00e4hlen leerer Zellen (ohne Werte) entwickelt wurde. In der Funktion COUNTBLANK m\u00fcssen Sie sich lediglich auf den Bereich beziehen, aus dem Sie leere Zellen z\u00e4hlen m\u00f6chten.<\/p><h2 class=\"wp-block-heading\"> Verwenden Sie die COUNTBLANK-Funktion<\/h2><p> Im folgenden Beispiel haben Sie einige Werte im Bereich A1:A10, aber einige Zellen sind leer. Und jetzt m\u00fcssen Sie die Zellen z\u00e4hlen, die keine Werte enthalten. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67105\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-avec-des-cellules-vides.png\" sizes=\"auto, \" srcset=\"\" alt=\"Strand-mit-leeren-Zellen\" width=\"354\" height=\"315\"><\/figure><\/div><p> Sie k\u00f6nnen die folgenden Schritte verwenden, um diese Formel zu schreiben:<\/p><ol><li> Beginnen Sie zun\u00e4chst in Zelle B1 mit der Eingabe der Funktion COUNTBLANK (=COUNTBLANK).<\/li><li> Geben Sie anschlie\u00dfend die Anfangsklammern ein.<\/li><li> Beziehen Sie sich nun auf den Bereich A1:A10 in der Funktion.<\/li><li> Geben Sie am Ende eine schlie\u00dfende Klammer ein und dr\u00fccken Sie die Eingabetaste. <\/li><\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67106\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/formule-a-2-chiffres.png\" sizes=\"auto, \" srcset=\"\" alt=\"countblank-Formel\" width=\"410\" height=\"314\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=COUNTBLANK(A1:A10)<\/code><\/pre><p> Sobald Sie die Eingabetaste dr\u00fccken, wird die Anzahl der leeren Zellen im angegebenen Bereich zur\u00fcckgegeben. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67107\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-valeur-de-resultat-a-blanc.png\" sizes=\"auto, \" srcset=\"\" alt=\"countblank-result-value\" width=\"424\" height=\"320\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Verwenden von COUNTIF zum Z\u00e4hlen leerer Zellen<\/h2><p> Sie k\u00f6nnen auch COUNTIF verwenden und eine Bedingung erstellen, um leere Zellen zu z\u00e4hlen. Anhand desselben Beispiels k\u00f6nnen Sie die folgenden Schritte ausf\u00fchren, um diese Formel zu schreiben:<\/p><ol type=\"1\"><li> Beginnen Sie zun\u00e4chst in Zelle B1 mit der Eingabe der Funktion Z\u00c4HLENWENN (=Z\u00c4HLENWENN) und geben Sie eine Startklammer ein.<\/li><li> Beziehen Sie sich nun auf den Bereich A1:A10, von dem aus Sie Zellen ohne Werte z\u00e4hlen m\u00f6chten.<\/li><li> Geben Sie dann im Kriterienargument \u201e=\u201c ein. Dieser Gleichheitsoperator weist Excel an, Zellen zu z\u00e4hlen, in denen Sie keinen Wert haben, da Sie mit dem =-Operator nichts angegeben haben.<\/li><li> Geben Sie anschlie\u00dfend die schlie\u00dfenden Klammern ein und dr\u00fccken Sie die Eingabetaste. <\/li><\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67108\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-countif-pour-compter-les-cellules-vides.png\" sizes=\"auto, \" srcset=\"\" alt=\"countif-to-count-leer-cells\" width=\"436\" height=\"312\"><\/figure><\/div><p> Und sobald Sie die Eingabetaste dr\u00fccken, wird die Anzahl der leeren Zellen zur\u00fcckgegeben. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67109\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-comptes-pour-les-cellules-vides.png\" sizes=\"auto, \" srcset=\"\" alt=\"z\u00e4hlen f\u00fcr leere Zellen\" width=\"466\" height=\"328\"><\/figure><\/div><p> Sie k\u00f6nnen eine solche Formel auch mit den Kriterien \u201e=\u201c&amp;\u201c verwenden. Wenn Sie es verwenden, wird Excel au\u00dferdem angewiesen, nur Zellen ohne Werte zu z\u00e4hlen. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67110\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-criteres-de-comptage-pour-les-cellules-vides.png\" sizes=\"auto, \" srcset=\"\" alt=\"Anzahl der Kriterien f\u00fcr leere Zellen\" width=\"478\" height=\"321\"><\/figure><\/div><div class=\"gb-container gb-container-52dfcee1 gb-container-sample-file\"><h2 class=\"gb-headline gb-headline-e289c143 gb-headline-text gb-headline-4f7959c2\"> Holen Sie sich die Excel-Datei<\/h2> <a class=\"gb-button gb-button-e88d6bee gb-button-text gb-button-button1\" href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/countif-cellules-vides-2.xlsx\" rel=\"nofollow\">Herunterladen<\/a><\/div><div class=\"gb-container gb-container-0df56012 gb-container-mt\"> <a class=\"gb-button gb-button-f9f432f4 gb-button-text gb-button-mt-button\" href=\"https:\/\/exceladvisor.org\/de\/formeln\/\">Liste der Excel-Formeln<\/a><h2 class=\"gb-headline gb-headline-233444e8 gb-headline-text gb-headline-mt-heading\"> Verwandte Formeln <\/h2><div class=\"gb-grid-wrapper gb-grid-wrapper-a16fa65c gb-grid-wrapper-mt-grid\"><div class=\"gb-grid-column gb-grid-column-50d07e0d\"><div class=\"gb-container gb-container-50d07e0d\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/de\/zwischen-zwei-zahlen-zahlen\/\">Z\u00e4hlen Sie zwischen zwei Zahlen (COUNTIFS) in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/zahlen-wenn-kleiner-als\/\">Z\u00e4hlen Sie in Excel Zellen, die kleiner als ein bestimmter Wert (COUNTIF) sind<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/anzahl-der-zellen-ungleich\/\">Zellen z\u00e4hlen, die in Excel ungleich sind (COUNTIF)<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/zahlen-sie-nicht-leere-zellen\/\">Z\u00e4hlen Sie Zellen, die in Excel nicht leer sind<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/konto-grosser-als-null\/\">Anzahl gr\u00f6\u00dfer als 0 (COUNTIF) in Excel<\/a> <\/li><\/ul><\/div><\/div><div class=\"gb-grid-column gb-grid-column-5b4a0cf9\"><div class=\"gb-container gb-container-5b4a0cf9\"><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"ub_ctt_via":"","footnotes":""},"class_list":["post-3047","page","type-page","status-publish","hentry"],"featured_image_src":null,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Wie z\u00e4hle ich leere Zellen in Excel? - Excel-Berater<\/title>\n<meta name=\"description\" content=\"In diesem Tutorial lernen Sie verschiedene M\u00f6glichkeiten zum Z\u00e4hlen leerer Zellen in Excel mithilfe verschiedener benutzerfreundlicher Formeln kennen.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wie z\u00e4hle ich leere Zellen in Excel? - Excel-Berater\" \/>\n<meta property=\"og:description\" content=\"In diesem Tutorial lernen Sie verschiedene M\u00f6glichkeiten zum Z\u00e4hlen leerer Zellen in Excel mithilfe verschiedener benutzerfreundlicher Formeln kennen.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-03T13:05:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-avec-des-cellules-vides.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/\",\"url\":\"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/\",\"name\":\"Wie z\u00e4hle ich leere Zellen in Excel? - Excel-Berater\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-avec-des-cellules-vides.png\",\"datePublished\":\"2023-11-17T07:33:43+00:00\",\"dateModified\":\"2023-12-03T13:05:52+00:00\",\"description\":\"In diesem Tutorial lernen Sie verschiedene M\u00f6glichkeiten zum Z\u00e4hlen leerer Zellen in Excel mithilfe verschiedener benutzerfreundlicher Formeln kennen.\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-avec-des-cellules-vides.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-avec-des-cellules-vides.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/exceladvisor.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wie z\u00e4hle ich leere zellen in excel?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/de\/#website\",\"url\":\"https:\/\/exceladvisor.org\/de\/\",\"name\":\"Excel Advisor\",\"description\":\"Ihr Leitfaden zur Datendominanz\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/de\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/exceladvisor.org\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/de\/wp-content\/uploads\/2023\/11\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/de\/wp-content\/uploads\/2023\/11\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wie z\u00e4hle ich leere Zellen in Excel? - Excel-Berater","description":"In diesem Tutorial lernen Sie verschiedene M\u00f6glichkeiten zum Z\u00e4hlen leerer Zellen in Excel mithilfe verschiedener benutzerfreundlicher Formeln kennen.","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:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/","og_locale":"de_DE","og_type":"article","og_title":"Wie z\u00e4hle ich leere Zellen in Excel? - Excel-Berater","og_description":"In diesem Tutorial lernen Sie verschiedene M\u00f6glichkeiten zum Z\u00e4hlen leerer Zellen in Excel mithilfe verschiedener benutzerfreundlicher Formeln kennen.","og_url":"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-03T13:05:52+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-avec-des-cellules-vides.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/","url":"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/","name":"Wie z\u00e4hle ich leere Zellen in Excel? - Excel-Berater","isPartOf":{"@id":"https:\/\/exceladvisor.org\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-avec-des-cellules-vides.png","datePublished":"2023-11-17T07:33:43+00:00","dateModified":"2023-12-03T13:05:52+00:00","description":"In diesem Tutorial lernen Sie verschiedene M\u00f6glichkeiten zum Z\u00e4hlen leerer Zellen in Excel mithilfe verschiedener benutzerfreundlicher Formeln kennen.","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-avec-des-cellules-vides.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-avec-des-cellules-vides.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/de\/anzahl-leerer-zellen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/exceladvisor.org\/de\/"},{"@type":"ListItem","position":2,"name":"Wie z\u00e4hle ich leere zellen in excel?"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/de\/#website","url":"https:\/\/exceladvisor.org\/de\/","name":"Excel Advisor","description":"Ihr Leitfaden zur Datendominanz","publisher":{"@id":"https:\/\/exceladvisor.org\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/de\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/exceladvisor.org\/de\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/de\/wp-content\/uploads\/2023\/11\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/de\/wp-content\/uploads\/2023\/11\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/de\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/pages\/3047","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/comments?post=3047"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/pages\/3047\/revisions"}],"predecessor-version":[{"id":4419,"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/pages\/3047\/revisions\/4419"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/media?parent=3047"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}