{"id":1553,"date":"2023-11-17T07:57:05","date_gmt":"2023-11-17T07:57:05","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/"},"modified":"2023-12-06T05:50:21","modified_gmt":"2023-12-06T05:50:21","slug":"specifieke-karakters-tellen","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/","title":{"rendered":"Hoe specifieke karakters tellen?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-244020667\"><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 in Excel een specifiek teken te tellen, moet u een combinatie van de functies SUBSTITUTE en LEN gebruiken.<\/p><p> LEN telt het totale aantal tekens, waarna de vervangingsfunctie het teken dat u wilt tellen uit de hoofdwaarde verwijdert.<\/p><p> Daarna kunt u opnieuw het totale aantal tekens tellen en deze vergelijken met de oorspronkelijke telling om de telling van dat specifieke teken te krijgen.<\/p><p> In het volgende voorbeeld heb je een lange zin in cel A1, en nu moet je uit de zin tellen hoe vaak de letter &#8216;e&#8217; voorkomt. We schrijven deze formule in cel B1. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67133\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-longue-phrase.png\" sizes=\"auto, \" srcset=\"\" alt=\"cel-met-lange-zin\" width=\"479\" height=\"290\"><\/figure><\/div><p> U kunt de volgende stappen gebruiken om deze formule te schrijven:<\/p><ol type=\"1\"><li> Voer eerst in cel B1 de LEN-functie in en raadpleeg cel A1.<\/li><li> Voer daarna een minteken in en voer de LEN-functie opnieuw in.<\/li><li> Vervolgens moet u de SUBSTITUTE-functie invoeren in de LEN-functie.<\/li><li> Voer nu de vervangingsfunctie in en raadpleeg opnieuw cel A1.<\/li><li> Vanaf hier moet u het teken opgeven dat u in het tweede argument wilt vervangen<\/li><li> En dan een leeg teken in het derde argument van de SUBSTITUTE-functie.<\/li><li> Druk aan het einde op Enter tussen de sluitende haakjes en druk op Enter. <\/li><\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67134\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-len-et-formule-de-substitution.png\" sizes=\"auto, \" srcset=\"\" alt=\"len-en-substituut-formule\" width=\"665\" height=\"188\"><\/figure><\/div><p> En op het moment dat u op Enter drukt, retourneert het het telteken \u201ce\u201d in het resultaat, dat is vierentwintig. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=LEN(A1)-LEN(SUBSTITUTE(A1,\"e\",\"\"))<\/code><\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67135\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/Valeur-resultante-de-3-caracteres-speciaux.png\" sizes=\"auto, \" srcset=\"\" alt=\"speciaal-karakter-resultaatwaarde\" width=\"639\" height=\"196\"><\/figure><\/div><p> Om deze formule te verifi\u00ebren, heb ik de volgende code gebruikt om alle tekens in cel A1 te doorlopen.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub LoopString() Dim Counter As Integer Dim MyString As String Dim i As Integer MyString = Range(\"A1\").Value For Counter = 1 To Len(MyString) If Mid(MyString, Counter, 1) = \"e\" Then i = i + 1 End If Next MsgBox i End Sub<\/code><\/pre><h2 class=\"wp-block-heading\"> Hoe werkt deze formule?<\/h2><p> Nu is het tijd om te begrijpen hoe deze formule werkt, en daarvoor moeten we deze formule in drie delen verdelen. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67136\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-comprendre-la-formule-len-et-substitut.png\" sizes=\"auto, \" srcset=\"\" alt=\"begrijp-de-len-formule-en-vervang deze\" width=\"613\" height=\"144\"><\/figure><\/div><ol type=\"1\"><li> In het eerste deel hebben we de LEN-functie die het totale aantal tekens in cel A1 telt en 199 retourneert in het resultaat.<\/li><li> In het tweede deel gebruikten we een substitutiefunctie om \u201ce\u201d te vervangen door een nulwaarde.<\/li><li> In het derde deel hebben we de substitutiefunctie gebruikt om de tekens van de for-waarde te tellen waar het teken &#8220;e&#8221; niet voorkomt. <\/li><\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67137\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-comprendre-la-combinaison-len-et-substitut.png\" sizes=\"auto, \" srcset=\"\" alt=\"combinatie van begrijpen en vervangen\" width=\"611\" height=\"184\"><\/figure><\/div><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 href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/compter-les-caracteres-2.xlsx\">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\/tel-cellen-met-tekst\/\">Tel cellen met tekst in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tel-het-totale-aantal-cellen\/\">Tel het totale aantal cellen in een bereik in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/unieke-waarden-tellen-1\/\">Tel unieke waarden in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tel-de-woorden\/\">Tel woorden in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tel-gefilterde-lijnen\/\">Tel gefilterde rijen in Excel<\/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-1553","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 specifieke tekens tellen in Excel?<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een eenvoudig te gebruiken 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\/specifieke-karakters-tellen\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u25b7 Hoe specifieke tekens tellen in Excel?\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een eenvoudig te gebruiken formule.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:50:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-longue-phrase.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\/specifieke-karakters-tellen\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/\",\"name\":\"\u25b7 Hoe specifieke tekens tellen in Excel?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-longue-phrase.png\",\"datePublished\":\"2023-11-17T07:57:05+00:00\",\"dateModified\":\"2023-12-06T05:50:21+00:00\",\"description\":\"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een eenvoudig te gebruiken formule.\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-longue-phrase.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-longue-phrase.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe specifieke karakters tellen?\"}]},{\"@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 specifieke tekens tellen in Excel?","description":"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een eenvoudig te gebruiken 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\/specifieke-karakters-tellen\/","og_locale":"nl_NL","og_type":"article","og_title":"\u25b7 Hoe specifieke tekens tellen in Excel?","og_description":"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een eenvoudig te gebruiken formule.","og_url":"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:50:21+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-longue-phrase.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\/specifieke-karakters-tellen\/","url":"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/","name":"\u25b7 Hoe specifieke tekens tellen in Excel?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-longue-phrase.png","datePublished":"2023-11-17T07:57:05+00:00","dateModified":"2023-12-06T05:50:21+00:00","description":"In deze zelfstudie leert u verschillende manieren om specifieke tekens in Excel te tellen met behulp van een eenvoudig te gebruiken formule.","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-longue-phrase.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-longue-phrase.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/specifieke-karakters-tellen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe specifieke karakters tellen?"}]},{"@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\/1553","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=1553"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1553\/revisions"}],"predecessor-version":[{"id":2713,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1553\/revisions\/2713"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}