{"id":4924,"date":"2023-07-06T09:32:54","date_gmt":"2023-07-06T09:32:54","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/"},"modified":"2023-07-06T09:32:54","modified_gmt":"2023-07-06T09:32:54","slug":"excel-is-een-leeg-bereik","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/","title":{"rendered":"Excel: isblank gebruiken met een celbereik"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende formules gebruiken om te controleren of cellen in een bereik leeg zijn in Excel:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 1: Controleer of alle cellen in het bereik leeg zijn<\/strong><\/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\">AND<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">ISBLANK<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #3366ff;\">A2:C2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Als <strong>alle cellen<\/strong> in het bereik <strong>A2:C2<\/strong> leeg zijn, retourneert dit de formule <strong>TRUE<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Anders wordt <strong>FALSE<\/strong> geretourneerd.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 2: Controleer of cellen in het bereik leeg zijn<\/strong><\/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\">OR<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">ISBLANK<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #3366ff;\">A2:C2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span>\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Als <strong>er cellen<\/strong> in het bereik <strong>A2:C2<\/strong> leeg zijn, retourneert deze formule <strong>TRUE<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Anders wordt <strong>FALSE<\/strong> geretourneerd.<\/span><\/p>\n<p> <span style=\"color: #000000;\">De volgende voorbeelden laten zien hoe u elke methode in Excel kunt gebruiken.<\/span><\/p>\n<h2> <strong><span style=\"color: #000000;\">Voorbeeld 1: Controleer of alle cellen in het bereik leeg zijn<\/span><\/strong><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende gegevensset in Excel hebben die informatie bevat over verschillende basketbalspelers:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38423 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/isb1-1.png\" alt=\"\" width=\"471\" height=\"421\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We typen de volgende formule in cel <strong>D2<\/strong> om te controleren of elke cel in rij 2 leeg is:<\/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\">AND<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">ISBLANK<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #3366ff;\">A2:C2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Vervolgens klikken en slepen we deze formule naar elke resterende cel in kolom D:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-38424\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/isb2.png\" alt=\"Excel ISBLANK-bereik\" width=\"484\" height=\"391\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Uit het resultaat kunnen we zien dat de enige rij die <strong>WAAR<\/strong> retourneert rij 8 is, die in elke kolom blanco waarden bevat.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Alle andere rijen retourneren <strong>FALSE<\/strong> omdat geen enkele andere rij alle lege waarden bevat.<\/span><\/p>\n<h2> <strong><span style=\"color: #000000;\">Voorbeeld 2: Controleer of er cellen in het bereik leeg zijn<\/span><\/strong><\/h2>\n<p> <span style=\"color: #000000;\">Laten we opnieuw aannemen dat we de volgende gegevensset in Excel hebben:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38423 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/isb1-1.png\" alt=\"\" width=\"471\" height=\"421\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We typen de volgende formule in cel <strong>D2<\/strong> om te controleren of een cel in rij 2 leeg is:<\/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\">OR<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">ISBLANK<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #3366ff;\">A2:C2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Vervolgens klikken en slepen we deze formule naar elke resterende cel in kolom D:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38425 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/isb3.png\" alt=\"\" width=\"480\" height=\"408\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Uit het resultaat kunnen we zien dat drie rijen <strong>TRUE<\/strong> retourneren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Elk van deze regels heeft minstens \u00e9\u00e9n lege cel.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Aanvullende bronnen<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">In de volgende zelfstudies wordt uitgelegd hoe u andere veelvoorkomende taken in Excel kunt uitvoeren:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/nl\/excel-indien-leeg-ga-dan-naar-de-volgende-cel\/\" target=\"_blank\" rel=\"noopener\">Excel: als de cel leeg is, ga naar de volgende cel<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-vul-lege-cellen-in\/\" target=\"_blank\" rel=\"noopener\">Excel: hoe lege cellen te vullen<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-gemiddelde-negeer-nul-en-spaties\/\" target=\"_blank\" rel=\"noopener\">Excel: bereken het gemiddelde en negeer nul- en lege cellen<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende formules gebruiken om te controleren of cellen in een bereik leeg zijn in Excel: Methode 1: Controleer of alle cellen in het bereik leeg zijn = AND ( ISBLANK ( A2:C2 ) ) Als alle cellen in het bereik A2:C2 leeg zijn, retourneert dit de formule TRUE . Anders wordt FALSE [&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":[],"class_list":["post-4924","post","type-post","status-publish","format-standard","hentry","category-gids"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Excel: ISBLANK gebruiken met celbereik - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt uitgelegd hoe u de ISBLANK-functie in Excel kunt gebruiken om te controleren of een of alle cellen in een bereik leeg zijn, met voorbeelden.\" \/>\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\/nl\/excel-is-een-leeg-bereik\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: ISBLANK gebruiken met celbereik - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt uitgelegd hoe u de ISBLANK-functie in Excel kunt gebruiken om te controleren of een of alle cellen in een bereik leeg zijn, met voorbeelden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-06T09:32:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/isb1-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=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/\",\"name\":\"Excel: ISBLANK gebruiken met celbereik - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-06T09:32:54+00:00\",\"dateModified\":\"2023-07-06T09:32:54+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt uitgelegd hoe u de ISBLANK-functie in Excel kunt gebruiken om te controleren of een of alle cellen in een bereik leeg zijn, met voorbeelden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: isblank gebruiken met een celbereik\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/nl\/#website\",\"url\":\"https:\/\/statorials.org\/nl\/\",\"name\":\"Statorials\",\"description\":\"Uw gids voor statistische competentie\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/nl\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\",\"name\":\"Dr.benjamin anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr.benjamin anderson\"},\"description\":\"Ik ben Benjamin, een gepensioneerde hoogleraar statistiek die nu een toegewijde Statorials-lesgever is. Ik heb uitgebreide ervaring en expertise op het gebied van statistiek en ik ben vastbesloten om mijn kennis te delen met studenten via Statorials. Lees verder\",\"sameAs\":[\"http:\/\/statorials.org\/nl\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Excel: ISBLANK gebruiken met celbereik - Statorials","description":"In deze tutorial wordt uitgelegd hoe u de ISBLANK-functie in Excel kunt gebruiken om te controleren of een of alle cellen in een bereik leeg zijn, met voorbeelden.","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\/nl\/excel-is-een-leeg-bereik\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: ISBLANK gebruiken met celbereik - Statorials","og_description":"In deze tutorial wordt uitgelegd hoe u de ISBLANK-functie in Excel kunt gebruiken om te controleren of een of alle cellen in een bereik leeg zijn, met voorbeelden.","og_url":"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/","og_site_name":"Statorials","article_published_time":"2023-07-06T09:32:54+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/isb1-1.png"}],"author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr.benjamin anderson","Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/","url":"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/","name":"Excel: ISBLANK gebruiken met celbereik - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-06T09:32:54+00:00","dateModified":"2023-07-06T09:32:54+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt uitgelegd hoe u de ISBLANK-functie in Excel kunt gebruiken om te controleren of een of alle cellen in een bereik leeg zijn, met voorbeelden.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-is-een-leeg-bereik\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: isblank gebruiken met een celbereik"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/nl\/#website","url":"https:\/\/statorials.org\/nl\/","name":"Statorials","description":"Uw gids voor statistische competentie","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/nl\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"},{"@type":"Person","@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219","name":"Dr.benjamin anderson","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/image\/","url":"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"Dr.benjamin anderson"},"description":"Ik ben Benjamin, een gepensioneerde hoogleraar statistiek die nu een toegewijde Statorials-lesgever is. Ik heb uitgebreide ervaring en expertise op het gebied van statistiek en ik ben vastbesloten om mijn kennis te delen met studenten via Statorials. Lees verder","sameAs":["http:\/\/statorials.org\/nl"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4924","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/comments?post=4924"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4924\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4924"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4924"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}