{"id":2787,"date":"2023-07-20T17:08:32","date_gmt":"2023-07-20T17:08:32","guid":{"rendered":"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/"},"modified":"2023-07-20T17:08:32","modified_gmt":"2023-07-20T17:08:32","slug":"google-spreadsheets-tellen-tussen-twee-waarden","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/","title":{"rendered":"Google spreadsheets: cellen tussen twee waarden tellen"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende basissyntaxis gebruiken om het aantal cellen tussen twee waarden in Google Spreadsheets te tellen:<\/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\">COUNTIFS<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">A:A<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">&gt;10<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">A:A<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">&lt;15<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span>\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule telt het aantal cellen in kolom <strong>A<\/strong> groter dan <strong>10<\/strong> of kleiner dan <strong>15<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Het volgende voorbeeld laat zien hoe u deze syntaxis in de praktijk kunt gebruiken.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Voorbeeld: Tel cellen tussen twee waarden in Google Spreadsheets<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende gegevens in Google Spreadsheets hebben:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24468 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compter-entre1.jpg\" alt=\"\" width=\"530\" height=\"434\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule gebruiken om het aantal cellen in kolom <strong>B<\/strong> te tellen met een waarde groter dan <strong>10<\/strong> en kleiner dan <strong>20<\/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\">COUNTIFS<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">B:B<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">&gt;10<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">B:B<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">&lt;20<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">De volgende schermafbeelding laat zien hoe u deze formule in de praktijk kunt gebruiken:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24469 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compter-entre2.jpg\" alt=\"\" width=\"473\" height=\"393\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Er zijn <strong>4<\/strong> puntwaarden groter dan 10 <em>en<\/em> kleiner dan 20.<\/span><\/p>\n<p> <span style=\"color: #000000;\">We kunnen elk van deze vier waarden handmatig tellen in kolom B:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24470 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compter-entre3.jpg\" alt=\"\" width=\"472\" height=\"390\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Merk op dat we <strong>&gt;=<\/strong> en <strong>&lt;=<\/strong> ook in de formule kunnen gebruiken om waarden tussen 10 en 20 te <strong>tellen<\/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\">COUNTIFS<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">B:B<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">&gt;=10<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">B:B<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">&lt;=20<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">De volgende schermafbeelding laat zien hoe u deze formule in de praktijk kunt gebruiken:<\/span><\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24471 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compter-entre-4.jpg\" alt=\"\" width=\"476\" height=\"389\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Er zijn <strong>6<\/strong> puntwaarden groter dan of gelijk aan 10 <em>en<\/em> kleiner dan of gelijk aan 20.<\/span><\/p>\n<p> <span style=\"color: #000000;\">We kunnen elk van deze zes waarden handmatig tellen in kolom B:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24472 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-entre5.jpg\" alt=\"\" width=\"469\" height=\"409\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking<\/strong> : u kunt <a href=\"https:\/\/support.google.com\/docs\/answer\/3256550?hl=en\" target=\"_blank\" rel=\"noopener\">hier<\/a> de volledige documentatie voor de <b>COUNTIFS-<\/b> functie in Google Spreadsheets vinden.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Aanvullende bronnen<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">In de volgende tutorials wordt uitgelegd hoe u andere veelvoorkomende <strong>COUNTIF()-<\/strong> bewerkingen kunt uitvoeren in Google Spreadsheets:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-datumbereik\/\" target=\"_blank\" rel=\"noopener\">Hoe u COUNTIFS gebruikt met een datumbereik in Google Spreadsheets<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/countif-of-google-spreadsheets\/\" target=\"_blank\" rel=\"noopener\">COUNTIF gebruiken met OR in Google Spreadsheets<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/countif-uit-een-ander-google-spreadsheet-spreadsheet\/\" target=\"_blank\" rel=\"noopener\">Hoe u AANTAL.ALS van een ander blad in Google Spreadsheets kunt gebruiken<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-als-er-meerdere-bereiken-zijn\/\" target=\"_blank\" rel=\"noopener\">Hoe u AANTAL.ALS gebruikt met meerdere bereiken in Google Spreadsheets<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende basissyntaxis gebruiken om het aantal cellen tussen twee waarden in Google Spreadsheets te tellen: = COUNTIFS ( A:A , &#8220; &gt;10 &#8220; , A:A , &#8220; &lt;15 &#8220; ) Deze specifieke formule telt het aantal cellen in kolom A groter dan 10 of kleiner dan 15 . Het volgende voorbeeld laat [&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-2787","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>Google Spreadsheets: cellen tussen twee waarden tellen - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt met voorbeelden uitgelegd hoe je het aantal cellen tussen twee waarden in Google Spreadsheets kunt tellen.\" \/>\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\/google-spreadsheets-tellen-tussen-twee-waarden\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Spreadsheets: cellen tussen twee waarden tellen - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt met voorbeelden uitgelegd hoe je het aantal cellen tussen twee waarden in Google Spreadsheets kunt tellen.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-20T17:08:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compter-entre1.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=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/\",\"url\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/\",\"name\":\"Google Spreadsheets: cellen tussen twee waarden tellen - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-20T17:08:32+00:00\",\"dateModified\":\"2023-07-20T17:08:32+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt met voorbeelden uitgelegd hoe je het aantal cellen tussen twee waarden in Google Spreadsheets kunt tellen.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google spreadsheets: cellen tussen twee waarden tellen\"}]},{\"@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":"Google Spreadsheets: cellen tussen twee waarden tellen - Statorials","description":"In deze tutorial wordt met voorbeelden uitgelegd hoe je het aantal cellen tussen twee waarden in Google Spreadsheets kunt tellen.","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\/google-spreadsheets-tellen-tussen-twee-waarden\/","og_locale":"de_DE","og_type":"article","og_title":"Google Spreadsheets: cellen tussen twee waarden tellen - Statorials","og_description":"In deze tutorial wordt met voorbeelden uitgelegd hoe je het aantal cellen tussen twee waarden in Google Spreadsheets kunt tellen.","og_url":"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/","og_site_name":"Statorials","article_published_time":"2023-07-20T17:08:32+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compter-entre1.jpg"}],"author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr.benjamin anderson","Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/","url":"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/","name":"Google Spreadsheets: cellen tussen twee waarden tellen - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-20T17:08:32+00:00","dateModified":"2023-07-20T17:08:32+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt met voorbeelden uitgelegd hoe je het aantal cellen tussen twee waarden in Google Spreadsheets kunt tellen.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-tussen-twee-waarden\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Google spreadsheets: cellen tussen twee waarden tellen"}]},{"@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\/2787","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=2787"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/2787\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=2787"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=2787"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=2787"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}