{"id":1788,"date":"2023-11-05T01:25:09","date_gmt":"2023-11-05T01:25:09","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/"},"modified":"2023-12-06T05:56:40","modified_gmt":"2023-12-06T05:56:40","slug":"tel-niet-lege-cellen","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/","title":{"rendered":"Hoe cellen tellen die niet leeg zijn?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-1615898532\"><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>Om cellen te tellen die niet leeg zijn, kunt u in Excel de functie AANTAL.ALS of AANTAL.ALS gebruiken, afhankelijk van de gegevens die u in uw werkblad hebt. U moet het bereik opgeven en vervolgens de niet-is-is-operator met een lege waarde om het aantal niet-lege (lege) cellen te krijgen.<\/p><p> In deze zelfstudie bekijken we de twee verschillende manieren om dit te doen.<\/p><h2 class=\"wp-block-heading\"> AANTAL.ALS niet leeg (cellen niet leeg)<\/h2><p> In het volgende voorbeeld hebben we een bereik (A1:A10) waarin we een paar lege cellen hebben. Maar nu moeten we alle cellen tellen die niet leeg zijn in dit bereik. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67123\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-de-cellules-avec-des-cellules-vides.png\" sizes=\"auto, \" srcset=\"\" alt=\"celbereik-met-lege-cellen\" width=\"293\" height=\"317\"><\/figure><\/div><p> U kunt de volgende stappen gebruiken om de formule te schrijven:<\/p><ol type=\"1\"><li> Typ eerst <strong>=AANTAL.ALS(<\/strong> in cel B1 om de functie te typen in de cel waar u het resultaat wilt hebben.<\/li><li> Raadpleeg daarna in het eerste argument het bereik A1:A10. Dit is het bereik waaruit u niet-lege cellen wilt tellen.<\/li><li> Voer vervolgens in het tweede argument \u201c&lt;&gt;\u201d in. Dit is een niet-is-gelijk-operator die Excel vertelt cellen te tellen die niet leeg zijn.<\/li><li> Voer aan het einde de afsluitende haakjes in en druk op Enter voor het resultaat. <\/li><\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67124\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-countif-avec-operateur-non-egal.png\" sizes=\"auto, \" srcset=\"\" alt=\"tel-met-niet-gelijke-operator\" width=\"405\" height=\"292\"><\/figure><\/div><p> Op het moment dat u op Enter drukt, krijgt u het aantal cellen dat niet leeg is. In ons voorbeeld hebben we 6 niet-lege cellen in het bereik.<\/p><p> Maar daarnaast kun je ook een formule gebruiken waarin je dezelfde operator kunt gebruiken en deze kunt combineren met een lege waarde. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=COUNTIF(A1:A10,\"&lt;&gt;\"&amp;\"\")<\/code><\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67125\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-countif-avec-un-resultat-doperateur-non-egal.png\" sizes=\"auto, \" srcset=\"\" alt=\"telals-met-niet-gelijk-operator-resultaat\" width=\"483\" height=\"298\"><\/figure><\/div><h2 class=\"wp-block-heading\"> COUNTA om niet-lege cellen te tellen<\/h2><p> In Excel kun je COUNTA gebruiken (die je kunt gebruiken voor een bepaald aantal cellen in een niet-leeg bereik). In de volgende voorbeelden gebruikten we hetzelfde bereik, A1:A10, maar hier gebruikten we de functie COUNTA. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67126\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-counta-pour-compter-les-cellules-non-vides.png\" sizes=\"auto, \" srcset=\"\" alt=\"counta-to-count-niet-lege-cellen\" width=\"454\" height=\"283\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Het probleem waarmee u te maken kunt krijgen<\/h2><p> Het kan voorkomen dat u een celbereik heeft waarin u \u00e9\u00e9n cel of meerdere cellen heeft met een spatie als waarde in de cel die eruitziet als een lege cel. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67127\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/Plage-de-5-cellules-avec-un-espace-comme-valeur.png\" sizes=\"auto, \" srcset=\"\" alt=\"cellenbereik-met-spatie-als-waarde\" width=\"365\" height=\"291\"><\/figure><\/div><p> In het bovenstaande voorbeeld hebben we opnieuw dezelfde lijst met waarden. Als je goed kijkt, zie je dat we 6 cellen hebben die niet leeg zijn, maar in het resultaat hebben we er 7 in alle drie de methoden.<\/p><p> De reden is dat we in cel A3 een spatie in de cel hebben waardoor de cel niet leeg is. De oplossing voor dit probleem is het gebruik van AANTAL.ALS. Net als het volgende voorbeeld. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=COUNTIFS(A1:A10,\"&lt;&gt;\"&amp;\"\",A1:A10,\"&lt;&gt;\"&amp;\" \")<\/code><\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67128\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/formule-6-comtes.png\" sizes=\"auto, \" srcset=\"\" alt=\"telt-formule\" width=\"473\" height=\"289\"><\/figure><\/div><p> Hier hebben we met behulp van de functie AANTAL.ALS twee criteria gemaakt die Excel vertellen om niet-lege cellen zonder ruimte te tellen. <\/p><div class=\"gb-container gb-container-52dfcee1 gb-container-sample-file\"><h2 class=\"gb-headline gb-headline-e289c143 gb-headline-text gb-headline-4f7959c2\"> Haal het Excel-bestand op<\/h2> <a class=\"gb-button gb-button-e88d6bee gb-button-text gb-button-button1\" href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/compte-si-non-vide.xlsx\" rel=\"nofollow\">Downloaden<\/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\/nl\/formules\/\">Lijst met Excel-formules<\/a><h2 class=\"gb-headline gb-headline-233444e8 gb-headline-text gb-headline-mt-heading\"> Gerelateerde formules <\/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\/nl\/tellen-tussen-twee-getallen\/\">Tel tussen twee getallen (COUNTIFS) in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/aantal-lege-cellen\/\">Tel lege (lege) cellen met AANTAL.ALS in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tellen-indien-minder-dan\/\">Tel cellen kleiner dan een bepaalde waarde (AANTAL.ALS) in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tel-cellen-die-niet-gelijk-zijn-aan\/\">Tel cellen die niet gelijk zijn aan in Excel (AANTAL.ALS)<\/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-1788","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>\u25b7 Hoe cellen tellen die niet leeg zijn?<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een formule\" \/>\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\/nl\/tel-niet-lege-cellen\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u25b7 Hoe cellen tellen die niet leeg zijn?\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een formule\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:56:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-de-cellules-avec-des-cellules-vides.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/\",\"name\":\"\u25b7 Hoe cellen tellen die niet leeg zijn?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-de-cellules-avec-des-cellules-vides.png\",\"datePublished\":\"2023-11-05T01:25:09+00:00\",\"dateModified\":\"2023-12-06T05:56:40+00:00\",\"description\":\"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een formule\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-de-cellules-avec-des-cellules-vides.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-de-cellules-avec-des-cellules-vides.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe cellen tellen die niet leeg zijn?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"name\":\"Excel Advisor\",\"description\":\"Uw gids voor datadominantie\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u25b7 Hoe cellen tellen die niet leeg zijn?","description":"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een formule","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\/nl\/tel-niet-lege-cellen\/","og_locale":"nl_NL","og_type":"article","og_title":"\u25b7 Hoe cellen tellen die niet leeg zijn?","og_description":"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een formule","og_url":"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:56:40+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-de-cellules-avec-des-cellules-vides.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"2 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/","url":"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/","name":"\u25b7 Hoe cellen tellen die niet leeg zijn?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-de-cellules-avec-des-cellules-vides.png","datePublished":"2023-11-05T01:25:09+00:00","dateModified":"2023-12-06T05:56:40+00:00","description":"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een formule","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-de-cellules-avec-des-cellules-vides.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-plage-de-cellules-avec-des-cellules-vides.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe cellen tellen die niet leeg zijn?"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/nl\/#website","url":"https:\/\/exceladvisor.org\/nl\/","name":"Excel Advisor","description":"Uw gids voor datadominantie","publisher":{"@id":"https:\/\/exceladvisor.org\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/nl\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1788","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/comments?post=1788"}],"version-history":[{"count":2,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1788\/revisions"}],"predecessor-version":[{"id":3067,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1788\/revisions\/3067"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1788"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}