{"id":3381,"date":"2023-07-17T19:22:41","date_gmt":"2023-07-17T19:22:41","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/"},"modified":"2023-07-17T19:22:41","modified_gmt":"2023-07-17T19:22:41","slug":"excel-telt-specifieke-woorden","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/","title":{"rendered":"Hoe specifieke woorden in excel te tellen: met voorbeelden"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende formules gebruiken om het voorkomen van specifieke woorden in Excel te tellen:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 1: Tel het voorkomen van een specifiek woord in een cel<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=(LEN( <span style=\"color: #3366ff;\">A2<\/span> )-LEN(SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> , <span style=\"color: #000000;\">\"word\",\"\")))\/LEN(\"word\")\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule telt hoe vaak het &#8222;woord&#8220; in cel <strong>A2<\/strong> voorkomt.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 2: Tel het aantal keren dat een specifiek woord in het bereik voorkomt<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=SUMPRODUCT((LEN( <span style=\"color: #3366ff;\">A2:A8<\/span> )-LEN(SUBSTITUTE( <span style=\"color: #3366ff;\">A2:A8<\/span> ,\"word\",\"\")))\/LEN(\"word\"))\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule telt het aantal keren dat het &#8222;woord&#8220; voorkomt in het celbereik <strong>A2:A8<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">De volgende voorbeelden laten zien hoe u elke formule in de praktijk kunt gebruiken met de volgende tekstkolom in Excel:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-28355 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-specifique0.jpg\" alt=\"\" width=\"505\" height=\"473\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 1: Tel het aantal keren dat een specifiek woord in een cel voorkomt<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel B2 typen om te tellen hoe vaak het woord &#8218;Drie&#8216; in cel A2 voorkomt:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=(LEN( <span style=\"color: #3366ff;\">A2<\/span> )-LEN(SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> , <span style=\"color: #000000;\">\"Three\",\"\")))\/LEN(\"Three\")\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen deze formule vervolgens naar elke resterende cel in kolom B slepen en invullen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-28356 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-specifique1.jpg\" alt=\"\" width=\"565\" height=\"447\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom B laat zien hoe vaak het woord &#8218;Drie&#8216; in de overeenkomstige cel in kolom A voorkomt.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking<\/strong> : deze formule is hoofdlettergevoelig. Het woord &#8218;drie&#8216; wordt bijvoorbeeld niet meegeteld.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 2: Tel het aantal keren dat een specifiek woord in het bereik voorkomt<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel B10 typen om te tellen hoe vaak het woord &#8218;Drie&#8216; voorkomt in celbereik A2:A8:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=SUMPRODUCT((LEN( <span style=\"color: #3366ff;\">A2:A8<\/span> )-LEN(SUBSTITUTE( <span style=\"color: #3366ff;\">A2:A8<\/span> ,\"Three\",\"\")))\/LEN(\"Three\"))<\/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-28357 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-specifique2.jpg\" alt=\"\" width=\"595\" height=\"466\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen zien dat het woord &#8222;Drie&#8220; in totaal <strong>6<\/strong> keer voorkomt in het celbereik <strong>A2:A8<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om een hoofdletterongevoelige formule te maken, kunnen we de <strong>UPPER-<\/strong> functie in Excel als volgt gebruiken:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=SUMPRODUCT((LEN( <span style=\"color: #3366ff;\">A2:A8<\/span> )-LEN(SUBSTITUTE(UPPER( <span style=\"color: #3366ff;\">A2:A8<\/span> ),UPPER(\"Three\"),\"\")))\/LEN(\"Three\"))<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen deze formule in cel B10 typen om te tellen hoe vaak &#8218;Drie&#8216; (hoe dan ook) voorkomt in het celbereik A2:A8.<br \/><\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-28359 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-specifique3.jpg\" alt=\"\" width=\"652\" height=\"504\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen zien dat het woord &#8222;Drie&#8220; (ongeacht het hoofdlettergebruik) in totaal <strong>8<\/strong> keer voorkomt in het celbereik <strong>A2:A8<\/strong> .<\/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-countif-bevat-tekst\/\" target=\"_blank\" rel=\"noopener\">Excel: hoe tel je of cellen tekst bevatten<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-telt-als-meerdere-bereiken\/\" target=\"_blank\" rel=\"noopener\">Excel: AANTAL.ALS gebruiken met meerdere bereiken<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-telt-unieke-waarden-met-meerdere-criteria\/\" target=\"_blank\" rel=\"noopener\">Excel: hoe u unieke waarden kunt tellen op basis van meerdere criteria<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende formules gebruiken om het voorkomen van specifieke woorden in Excel te tellen: Methode 1: Tel het voorkomen van een specifiek woord in een cel =(LEN( A2 )-LEN(SUBSTITUTE( A2 , &#8222;word&#8220;,&#8220;&#8220;)))\/LEN(&#8222;word&#8220;) Deze specifieke formule telt hoe vaak het &#8222;woord&#8220; in cel A2 voorkomt. Methode 2: Tel het aantal keren dat een specifiek [&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-3381","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>Specifieke woorden tellen in Excel (met voorbeelden) - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt uitgelegd hoe u specifieke woorden in Excel kunt tellen, met verschillende 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-telt-specifieke-woorden\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Specifieke woorden tellen in Excel (met voorbeelden) - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt uitgelegd hoe u specifieke woorden in Excel kunt tellen, met verschillende voorbeelden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-17T19:22:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-specifique0.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=\"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-telt-specifieke-woorden\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/\",\"name\":\"Specifieke woorden tellen in Excel (met voorbeelden) - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-17T19:22:41+00:00\",\"dateModified\":\"2023-07-17T19:22:41+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt uitgelegd hoe u specifieke woorden in Excel kunt tellen, met verschillende voorbeelden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe specifieke woorden in excel te tellen: 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":"Specifieke woorden tellen in Excel (met voorbeelden) - Statorials","description":"In deze tutorial wordt uitgelegd hoe u specifieke woorden in Excel kunt tellen, met verschillende 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-telt-specifieke-woorden\/","og_locale":"de_DE","og_type":"article","og_title":"Specifieke woorden tellen in Excel (met voorbeelden) - Statorials","og_description":"In deze tutorial wordt uitgelegd hoe u specifieke woorden in Excel kunt tellen, met verschillende voorbeelden.","og_url":"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/","og_site_name":"Statorials","article_published_time":"2023-07-17T19:22:41+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/compte-specifique0.jpg"}],"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-telt-specifieke-woorden\/","url":"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/","name":"Specifieke woorden tellen in Excel (met voorbeelden) - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-17T19:22:41+00:00","dateModified":"2023-07-17T19:22:41+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt uitgelegd hoe u specifieke woorden in Excel kunt tellen, met verschillende voorbeelden.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-telt-specifieke-woorden\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe specifieke woorden in excel te tellen: 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\/3381","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=3381"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3381\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=3381"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=3381"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=3381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}