{"id":5098,"date":"2023-07-03T17:53:40","date_gmt":"2023-07-03T17:53:40","guid":{"rendered":"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/"},"modified":"2023-07-03T17:53:40","modified_gmt":"2023-07-03T17:53:40","slug":"blink-uit-in-het-karakter","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/","title":{"rendered":"Excel: een formule voor rechts tot een specifiek teken"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de functie <b>RECHTS<\/b> in Excel gebruiken om een aantal tekens uit de rechterkant van een string te extraheren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Indien gewenst kunt u de volgende formule gebruiken om de functie <b>RECHTS<\/b> te gebruiken om alle tekens aan de rechterkant van een tekenreeks te extraheren totdat u een specifiek teken tegenkomt:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>=RIGHT( <span style=\"color: #3366ff;\">A2<\/span> ,LEN( <span style=\"color: #3366ff;\">A2<\/span> )-SEARCH(\"^\",SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> ,\"_\",\"^\",LEN( <span style=\"color: #3366ff;\">A2<\/span> )-LEN(SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> ,\"_\",\"\")))))\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">In dit specifieke voorbeeld worden alle tekens uit de rechterkant van de tekenreeks in cel <strong>A2<\/strong> ge\u00ebxtraheerd totdat er een onderstrepingsteken wordt aangetroffen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Het volgende voorbeeld laat zien hoe u deze formule in de praktijk kunt gebruiken.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld: RIGHT gebruiken tot een specifiek teken in Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende lijst met basketbalteamnamen in Excel hebben:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39712 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/droitu1.png\" alt=\"\" width=\"463\" height=\"395\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel <strong>B2<\/strong> typen om alle tekens rechts van de teamnaam uit cel <strong>A2<\/strong> te extraheren totdat er een onderstrepingsteken wordt aangetroffen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>=RIGHT( <span style=\"color: #3366ff;\">A2<\/span> ,LEN( <span style=\"color: #3366ff;\">A2<\/span> )-SEARCH(\"^\",SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> ,\"_\",\"^\",LEN( <span style=\"color: #3366ff;\">A2<\/span> )-LEN(SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> ,\"_\",\"\")))))\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen vervolgens op deze formule klikken en deze naar elke resterende cel in kolom B slepen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39713 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/droitu2.png\" alt=\"\" width=\"539\" height=\"400\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom B toont nu alle tekens aan de rechterkant van elke cel in kolom B totdat u een onderstrepingsteken tegenkomt.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Houd er rekening mee dat als er meerdere onderstrepingstekens in een cel aanwezig zijn, de formule het laatste onderstrepingsteken kan identificeren en alleen de tekens rechts ervan kan extraheren.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">Houd er rekening mee dat als er geen onderstrepingsteken wordt gevonden in de teamnaam, de formule <strong>#WAARDE retourneert!<\/strong> daarom.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om een andere waarde te retourneren, gebruikt u eenvoudigweg de functie <strong>IFERROR()<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">We kunnen bijvoorbeeld de volgende functie <strong>IFERROR()<\/strong> gebruiken om &#8218;None Found&#8216; te retourneren als er geen onderstrepingstekens worden gevonden in een bepaalde teamnaam:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong>=IFERROR(RIGHT( <span style=\"color: #3366ff;\">A2<\/span> ,LEN( <span style=\"color: #3366ff;\">A2<\/span> )-SEARCH(\"^\",SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> ,\"_\",\"^\",LEN( <span style=\"color: #3366ff;\">A2<\/span> )-LEN(SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> ,\"_\",\"\"))) )), \"None Found\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Houd er rekening mee dat u ook een andere waarde kunt retourneren door eenvoudigweg &#8222;Geen gevonden&#8220; te vervangen door een andere waarde in de functie <strong>ALS<\/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 bewerkingen in Excel uitvoert:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/nl\/excel-mi-functie-aan-het-einde-van-de-string\/\" target=\"_blank\" rel=\"noopener\">Excel: Hoe de MID-functie te gebruiken om de string te be\u00ebindigen<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/\" target=\"_blank\" rel=\"noopener\">Excel: hoe u de MID-functie gebruikt voor strings met variabele lengte<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-verwijder-de-eerste-3-tekens\/\" target=\"_blank\" rel=\"noopener\">Excel: Hoe de eerste 3 tekens uit een string te verwijderen<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de functie RECHTS in Excel gebruiken om een aantal tekens uit de rechterkant van een string te extraheren. Indien gewenst kunt u de volgende formule gebruiken om de functie RECHTS te gebruiken om alle tekens aan de rechterkant van een tekenreeks te extraheren totdat u een specifiek teken tegenkomt: =RIGHT( A2 ,LEN( A2 [&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-5098","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: Een formule voor LINE naar specifiek karakter - Statorials<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een formule maakt om RECHTS te gebruiken voor een specifiek teken in Excel.\" \/>\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\/blink-uit-in-het-karakter\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: Een formule voor LINE naar specifiek karakter - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een formule maakt om RECHTS te gebruiken voor een specifiek teken in Excel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-03T17:53:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/droitu1.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\/blink-uit-in-het-karakter\/\",\"url\":\"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/\",\"name\":\"Excel: Een formule voor LINE naar specifiek karakter - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-03T17:53:40+00:00\",\"dateModified\":\"2023-07-03T17:53:40+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een formule maakt om RECHTS te gebruiken voor een specifiek teken in Excel.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: een formule voor rechts tot een specifiek teken\"}]},{\"@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: Een formule voor LINE naar specifiek karakter - Statorials","description":"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een formule maakt om RECHTS te gebruiken voor een specifiek teken in Excel.","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\/blink-uit-in-het-karakter\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: Een formule voor LINE naar specifiek karakter - Statorials","og_description":"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een formule maakt om RECHTS te gebruiken voor een specifiek teken in Excel.","og_url":"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/","og_site_name":"Statorials","article_published_time":"2023-07-03T17:53:40+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/droitu1.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\/blink-uit-in-het-karakter\/","url":"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/","name":"Excel: Een formule voor LINE naar specifiek karakter - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-03T17:53:40+00:00","dateModified":"2023-07-03T17:53:40+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een formule maakt om RECHTS te gebruiken voor een specifiek teken in Excel.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/blink-uit-in-het-karakter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: een formule voor rechts tot een specifiek teken"}]},{"@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\/5098","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=5098"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/5098\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=5098"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=5098"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=5098"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}