{"id":4962,"date":"2023-07-05T21:50:09","date_gmt":"2023-07-05T21:50:09","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/"},"modified":"2023-07-05T21:50:09","modified_gmt":"2023-07-05T21:50:09","slug":"excel-extraheer-tekst-tussen-twee-kommas","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/","title":{"rendered":"Excel: tekst tussen twee komma&#39;s extraheren"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de functies <strong>TEXTBEFORE<\/strong> en <strong>TEXTAFTER<\/strong> in Excel gebruiken om alle tekst in een cel tussen twee komma&#8217;s te extraheren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">U kunt hiervoor de volgende syntaxis gebruiken:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=TEXTBEFORE(TEXTAFTER( <span style=\"color: #3366ff;\">A2<\/span> , \",\"), \",\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">In dit specifieke voorbeeld wordt alle tekst tussen de twee komma&#8217;s in cel <strong>A2<\/strong> ge\u00ebxtraheerd.<\/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<h2> <span style=\"color: #000000;\"><strong>Voorbeeld: extraheer tekst tussen twee komma&#8217;s in Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende lijst met locaties in Excel hebben:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38716 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/bvirgule1.png\" alt=\"\" width=\"540\" height=\"424\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Stel nu dat we de statusnaam tussen de twee komma&#8217;s in elke cel willen extraheren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">We willen bijvoorbeeld het volgende extraheren:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>Ohio<\/strong> vanaf de eerste cel.<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>Florida<\/strong> vanuit de tweede cel.<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>Maine<\/strong> van de derde cel.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Enzovoort.<\/span><\/p>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel <strong>B2<\/strong> typen om de tekst tussen de komma&#8217;s in cel <strong>A2<\/strong> te extraheren:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=TEXTBEFORE(TEXTAFTER( <span style=\"color: #3366ff;\">A2<\/span> , \",\"), \",\")<\/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=\"aligncenter wp-image-38717\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/bvirgule2.png\" alt=\"Excel extraheert tekst tussen twee komma's\" width=\"569\" height=\"394\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom B bevat nu de tekst tussen komma&#8217;s voor elke overeenkomende cel in kolom A.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Hoe werkt deze formule?<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Onthoud de formule die we gebruikten om de tekst tussen de komma&#8217;s in cel <strong>A2<\/strong> te extraheren:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=TEXTBEFORE(TEXTAFTER( <span style=\"color: #3366ff;\">A2<\/span> , \",\"), \",\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Zo werkt deze formule:<\/span><\/p>\n<p> <span style=\"color: #000000;\">Eerst gebruiken we de functie <strong>TEXTAFTER<\/strong> om alle tekst na de komma in cel <strong>A2<\/strong> te extraheren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dit retourneert <strong>Ohio, Verenigde Staten<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Vervolgens gebruiken we de functie <strong>TEXTBEFORE<\/strong> om alle tekst v\u00f3\u00f3r de komma uit deze resterende tekst te extraheren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dit geeft <strong>Ohio<\/strong> terug.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking<\/strong> : als u wilt, kunt u de <strong>TRIM-<\/strong> functie rond deze formule wikkelen om alle voorloop- of volgspaties uit de resulterende tekst te verwijderen.<\/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-extraheer-tekst-voor-teken\/\" target=\"_blank\" rel=\"noopener\">Excel: tekst extraheren v\u00f3\u00f3r een teken<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-na-teken\/\" target=\"_blank\" rel=\"noopener\">Excel: tekst extraheren na een teken<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-verwijder-specifieke-tekst-uit-cel\/\" target=\"_blank\" rel=\"noopener\">Excel: specifieke tekst uit cellen verwijderen<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de functies TEXTBEFORE en TEXTAFTER in Excel gebruiken om alle tekst in een cel tussen twee komma&#8217;s te extraheren. U kunt hiervoor de volgende syntaxis gebruiken: =TEXTBEFORE(TEXTAFTER( A2 , &#8222;,&#8220;), &#8222;,&#8220;) In dit specifieke voorbeeld wordt alle tekst tussen de twee komma&#8217;s in cel A2 ge\u00ebxtraheerd. Het volgende voorbeeld laat zien hoe u [&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-4962","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: tekst tussen twee komma&#039;s extraheren - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt met een voorbeeld uitgelegd hoe u tekst tussen twee komma&#039;s in een cel in Excel kunt extraheren.\" \/>\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-extraheer-tekst-tussen-twee-kommas\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: tekst tussen twee komma&#039;s extraheren - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt met een voorbeeld uitgelegd hoe u tekst tussen twee komma&#039;s in een cel in Excel kunt extraheren.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-05T21:50:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/bvirgule1.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-extraheer-tekst-tussen-twee-kommas\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/\",\"name\":\"Excel: tekst tussen twee komma&#39;s extraheren - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-05T21:50:09+00:00\",\"dateModified\":\"2023-07-05T21:50:09+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt met een voorbeeld uitgelegd hoe u tekst tussen twee komma&#39;s in een cel in Excel kunt extraheren.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: tekst tussen twee komma&#39;s extraheren\"}]},{\"@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: tekst tussen twee komma&#39;s extraheren - Statorials","description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe u tekst tussen twee komma&#39;s in een cel in Excel kunt extraheren.","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-extraheer-tekst-tussen-twee-kommas\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: tekst tussen twee komma&#39;s extraheren - Statorials","og_description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe u tekst tussen twee komma&#39;s in een cel in Excel kunt extraheren.","og_url":"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/","og_site_name":"Statorials","article_published_time":"2023-07-05T21:50:09+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/bvirgule1.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-extraheer-tekst-tussen-twee-kommas\/","url":"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/","name":"Excel: tekst tussen twee komma&#39;s extraheren - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-05T21:50:09+00:00","dateModified":"2023-07-05T21:50:09+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe u tekst tussen twee komma&#39;s in een cel in Excel kunt extraheren.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-tussen-twee-kommas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: tekst tussen twee komma&#39;s extraheren"}]},{"@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\/4962","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=4962"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4962\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4962"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4962"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}