{"id":4943,"date":"2023-07-06T03:53:54","date_gmt":"2023-07-06T03:53:54","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-korting\/"},"modified":"2023-07-06T03:53:54","modified_gmt":"2023-07-06T03:53:54","slug":"excel-korting","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-korting\/","title":{"rendered":"Hoe de dcount-functie in excel te gebruiken (met voorbeelden)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de functie <b>DCOUNT<\/b> in Excel gebruiken om het totale aantal cellen te tellen dat een getal bevat in een kolom die aan een of meer specifieke voorwaarden voldoet.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Deze functie gebruikt de volgende basissyntaxis:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>DCOUNT(database, veld, criteria)<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">Goud:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>database<\/strong> : het cellenbereik waaruit de betreffende \u201cdatabase\u201d bestaat<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>field<\/strong> : De kolom waarin de cellen moeten worden geteld<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>criteria<\/strong> : het celbereik dat de voorwaarden bevat waaraan moet worden voldaan<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">De volgende voorbeelden laten zien hoe u de functie <strong>DCOUNT<\/strong> in de praktijk kunt gebruiken met de volgende gegevensset in Excel die informatie bevat over verschillende basketbalspelers:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38581 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/reduction1.png\" alt=\"\" width=\"494\" height=\"465\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 1: Gebruik DCOUNT met \u00e9\u00e9n voorwaarde<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we het aantal cellen willen tellen dat getallen bevat in de kolom &#8218;Rebounds&#8216;, waarbij de waarde in de kolom &#8218;Team&#8216; Mavs is.<\/span><\/p>\n<p> <span style=\"color: #000000;\">We kunnen onze criteria invoeren in het bereik <strong>A2:D3<\/strong> en vervolgens de volgende formule gebruiken met de functie <strong>DCOUNT<\/strong> in cel <strong>G2<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=DCOUNT( <span style=\"color: #3366ff;\">A5:D16<\/span> , \"Rebounds\", <span style=\"color: #ff0000;\">A2:D3<\/span> )\n<\/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=\"aligncenter wp-image-38582\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/reduction2.png\" alt=\"Excel DCOUNT-functie met een voorwaarde\" width=\"572\" height=\"440\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De formule retourneert een waarde van <strong>3<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dit vertelt ons dat er <strong>3<\/strong> cellen zijn die getallen bevatten in de kolom &#8222;Rebounds&#8220;, waarbij de overeenkomstige waarde in de kolom &#8222;Team&#8220; Mavs is.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 2: Gebruik DCOUNT met meerdere voorwaarden<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we het aantal cellen met getallen willen tellen in de kolom \u2018Bounces\u2019 waarbij aan de volgende voorwaarden wordt voldaan:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">De waarde in de kolom \u201cTeam\u201d is Mavs<\/span><\/li>\n<li> <span style=\"color: #000000;\">De waarde in de kolom \u201cPunten\u201d is groter dan 18<\/span><\/li>\n<li> <span style=\"color: #000000;\">De waarde in de kolom \u2018Helps\u2019 is groter dan 5<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">We kunnen onze criteria invoeren in het bereik <strong>A2:D3<\/strong> en vervolgens de volgende formule gebruiken met de functie <strong>DCOUNT<\/strong> in cel <strong>G2<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=DCOUNT( <span style=\"color: #3366ff;\">A5:D16<\/span> , \"Rebounds\", <span style=\"color: #ff0000;\">A2:D3<\/span> )\n<\/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=\"aligncenter wp-image-38583\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/reduction3.png\" alt=\"Excel DCOUNT-functie met meerdere voorwaarden\" width=\"545\" height=\"454\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De formule retourneert een waarde van <strong>2<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dit vertelt ons dat er <strong>twee<\/strong> cellen zijn met getallen in de kolom &#8218;Bounces&#8216; waarin aan elk van de drie door ons gespecificeerde voorwaarden is voldaan.<\/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> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/nl\/excel-telt-een-kolom-als-een-andere-kolom-aan-de-criteria-voldoet\/\" target=\"_blank\" rel=\"noopener\">Excel: telt een kolom als een andere kolom aan de criteria voldoet<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-telt-correspondenties-tussen-twee-kolommen\/\" target=\"_blank\" rel=\"noopener\">Excel: tel het aantal overeenkomsten tussen twee kolommen<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-telt-gefilterde-cellen-met-tekst\/\" target=\"_blank\" rel=\"noopener\">Excel: tel gefilterde cellen met tekst<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de functie DCOUNT in Excel gebruiken om het totale aantal cellen te tellen dat een getal bevat in een kolom die aan een of meer specifieke voorwaarden voldoet. Deze functie gebruikt de volgende basissyntaxis: DCOUNT(database, veld, criteria) Goud: database : het cellenbereik waaruit de betreffende \u201cdatabase\u201d bestaat field : De kolom waarin de [&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-4943","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>Hoe de DCOUNT-functie in Excel te gebruiken (met voorbeelden) - Statorials<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie wordt uitgelegd hoe u de functie DCOUNT in Excel gebruikt om het aantal rijen in een bereik te tellen dat aan een of meer voorwaarden voldoet.\" \/>\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-korting\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe de DCOUNT-functie in Excel te gebruiken (met voorbeelden) - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie wordt uitgelegd hoe u de functie DCOUNT in Excel gebruikt om het aantal rijen in een bereik te tellen dat aan een of meer voorwaarden voldoet.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-korting\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-06T03:53:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/reduction1.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-korting\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-korting\/\",\"name\":\"Hoe de DCOUNT-functie in Excel te gebruiken (met voorbeelden) - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-06T03:53:54+00:00\",\"dateModified\":\"2023-07-06T03:53:54+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze zelfstudie wordt uitgelegd hoe u de functie DCOUNT in Excel gebruikt om het aantal rijen in een bereik te tellen dat aan een of meer voorwaarden voldoet.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-korting\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-korting\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-korting\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe de dcount-functie in excel te gebruiken (met voorbeelden)\"}]},{\"@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":"Hoe de DCOUNT-functie in Excel te gebruiken (met voorbeelden) - Statorials","description":"In deze zelfstudie wordt uitgelegd hoe u de functie DCOUNT in Excel gebruikt om het aantal rijen in een bereik te tellen dat aan een of meer voorwaarden voldoet.","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-korting\/","og_locale":"de_DE","og_type":"article","og_title":"Hoe de DCOUNT-functie in Excel te gebruiken (met voorbeelden) - Statorials","og_description":"In deze zelfstudie wordt uitgelegd hoe u de functie DCOUNT in Excel gebruikt om het aantal rijen in een bereik te tellen dat aan een of meer voorwaarden voldoet.","og_url":"https:\/\/statorials.org\/nl\/excel-korting\/","og_site_name":"Statorials","article_published_time":"2023-07-06T03:53:54+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/reduction1.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-korting\/","url":"https:\/\/statorials.org\/nl\/excel-korting\/","name":"Hoe de DCOUNT-functie in Excel te gebruiken (met voorbeelden) - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-06T03:53:54+00:00","dateModified":"2023-07-06T03:53:54+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze zelfstudie wordt uitgelegd hoe u de functie DCOUNT in Excel gebruikt om het aantal rijen in een bereik te tellen dat aan een of meer voorwaarden voldoet.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-korting\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-korting\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-korting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe de dcount-functie in excel te gebruiken (met voorbeelden)"}]},{"@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\/4943","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=4943"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4943\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4943"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4943"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4943"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}