{"id":5086,"date":"2023-07-03T23:51:11","date_gmt":"2023-07-03T23:51:11","guid":{"rendered":"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/"},"modified":"2023-07-03T23:51:11","modified_gmt":"2023-07-03T23:51:11","slug":"google-spreadsheets-extraheren-tekst-voor-teken","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/","title":{"rendered":"Google spreadsheets: tekst extraheren v\u00f3\u00f3r een teken"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende formule in Google Spreadsheets gebruiken om alle tekst v\u00f3\u00f3r een specifiek teken in een cel te extraheren:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">REGEXEXTRACT<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">(.*)our.*<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule extraheert alle tekst uit cel <strong>A2<\/strong> die verschijnt voordat de tekenreeks &#8222;onze&#8220; wordt aangetroffen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Deze formule gebruikt de <strong>REGEXTRACT-<\/strong> functie om alle tekens <strong>(.*)<\/strong> v\u00f3\u00f3r <strong>onze<\/strong> .<\/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: extraheer tekst v\u00f3\u00f3r teken in Google Spreadsheets<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende lijst met uitdrukkingen in Google Spreadsheets hebben:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39608 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/saf1.png\" alt=\"\" width=\"504\" height=\"394\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Stel nu dat we alle tekst uit elke cel willen extraheren voordat we de string &#8222;onze&#8220; tegenkomen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om dit te doen, kunnen we de volgende formule in cel <strong>B2<\/strong> typen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">REGEXEXTRACT<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">(.*)our.*<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/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-39614\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sbf1.png\" alt=\"Google Spreadsheets extraheert tekst v\u00f3\u00f3r tekens\" width=\"530\" height=\"352\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom B toont nu alle tekst v\u00f3\u00f3r &#8222;onze&#8220; voor elke zin in kolom A.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om tekst v\u00f3\u00f3r een ander specifiek teken te extraheren, vervangt u eenvoudigweg <strong>onze<\/strong> door iets anders.<\/span><\/p>\n<p> <span style=\"color: #000000;\">We kunnen bijvoorbeeld de volgende formule in cel <strong>B2<\/strong> typen om alle tekst v\u00f3\u00f3r &#8218;is&#8216; uit cel <strong>A2<\/strong> te extraheren:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">REGEXEXTRACT<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">(.*)is.*<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/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=\" wp-image-39615 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sbf2.png\" alt=\"\" width=\"521\" height=\"363\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom B toont nu alle tekst v\u00f3\u00f3r &#8222;is&#8220; voor elke zin in kolom A.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Aanvullende bronnen<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">In de volgende tutorials wordt uitgelegd hoe u andere veelvoorkomende taken in Google Spreadsheets kunt uitvoeren:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-na-teken\/\">Google Spreadsheets: tekst extraheren na een teken<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/google-spreadsheets-controleer-of-de-cel-lijsttekst-bevat\/\" target=\"_blank\" rel=\"noopener\">Google Spreadsheets: controleer of de cel lijsttekst bevat<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/google-spreadsheets-tellen-als-ze-niet-gelijk-zijn-aan-tekst\/\" target=\"_blank\" rel=\"noopener\">Google Spreadsheets: hoe AANTAL.ALS niet gelijk is aan tekst<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/voorwaardelijke-opmaak-van-google-spreadsheets-als-een-andere-cel-tekst-bevat\/\" target=\"_blank\" rel=\"noopener\">Google Spreadsheets: voorwaardelijke opmaak als een andere cel tekst bevat<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende formule in Google Spreadsheets gebruiken om alle tekst v\u00f3\u00f3r een specifiek teken in een cel te extraheren: = REGEXEXTRACT ( A2 , &#8220; (.*)our.* &#8220; ) Deze specifieke formule extraheert alle tekst uit cel A2 die verschijnt voordat de tekenreeks &#8222;onze&#8220; wordt aangetroffen. Deze formule gebruikt de REGEXTRACT- functie om alle [&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-5086","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>Google Spreadsheets: tekst extraheren v\u00f3\u00f3r een teken - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt uitgelegd hoe u tekst uit een tekenreeks in Excel kunt extraheren v\u00f3\u00f3r een specifiek teken, met 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\/google-spreadsheets-extraheren-tekst-voor-teken\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Spreadsheets: tekst extraheren v\u00f3\u00f3r een teken - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt uitgelegd hoe u tekst uit een tekenreeks in Excel kunt extraheren v\u00f3\u00f3r een specifiek teken, met voorbeelden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-03T23:51:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/saf1.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=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/\",\"url\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/\",\"name\":\"Google Spreadsheets: tekst extraheren v\u00f3\u00f3r een teken - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-03T23:51:11+00:00\",\"dateModified\":\"2023-07-03T23:51:11+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt uitgelegd hoe u tekst uit een tekenreeks in Excel kunt extraheren v\u00f3\u00f3r een specifiek teken, met voorbeelden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google spreadsheets: tekst extraheren v\u00f3\u00f3r een 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":"Google Spreadsheets: tekst extraheren v\u00f3\u00f3r een teken - Statorials","description":"In deze tutorial wordt uitgelegd hoe u tekst uit een tekenreeks in Excel kunt extraheren v\u00f3\u00f3r een specifiek teken, met 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\/google-spreadsheets-extraheren-tekst-voor-teken\/","og_locale":"de_DE","og_type":"article","og_title":"Google Spreadsheets: tekst extraheren v\u00f3\u00f3r een teken - Statorials","og_description":"In deze tutorial wordt uitgelegd hoe u tekst uit een tekenreeks in Excel kunt extraheren v\u00f3\u00f3r een specifiek teken, met voorbeelden.","og_url":"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/","og_site_name":"Statorials","article_published_time":"2023-07-03T23:51:11+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/saf1.png"}],"author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr.benjamin anderson","Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/","url":"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/","name":"Google Spreadsheets: tekst extraheren v\u00f3\u00f3r een teken - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-03T23:51:11+00:00","dateModified":"2023-07-03T23:51:11+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt uitgelegd hoe u tekst uit een tekenreeks in Excel kunt extraheren v\u00f3\u00f3r een specifiek teken, met voorbeelden.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/google-spreadsheets-extraheren-tekst-voor-teken\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Google spreadsheets: tekst extraheren v\u00f3\u00f3r een 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\/5086","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=5086"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/5086\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=5086"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=5086"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=5086"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}