{"id":4146,"date":"2023-07-13T07:24:34","date_gmt":"2023-07-13T07:24:34","guid":{"rendered":"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/"},"modified":"2023-07-13T07:24:34","modified_gmt":"2023-07-13T07:24:34","slug":"google-spreadsheets-splitsen-tekst-op-in-rijen","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/","title":{"rendered":"Google spreadsheets: tekst in regels verdelen"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende formule in Google Spreadsheets gebruiken om de tekst in een cel in rijen te verdelen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=TRANSPOSE(SPLIT( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> , <span class=\" string \" dir=\"auto\">\" \"<\/span> ))\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">In dit specifieke voorbeeld wordt de tekst in cel <strong>A2<\/strong> in regels verdeeld, waarbij een spatie als scheidingsteken wordt gebruikt.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">Als de tekst in uw cel wordt gescheiden door een ander scheidingsteken, zoals een komma, kunt u de volgende formule gebruiken:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=TRANSPOSE(SPLIT( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> , <span class=\" string \" dir=\"auto\">\",\"<\/span> ))<\/span><\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">En als u meerdere cellen heeft die tekst bevatten die u in rijen wilt opsplitsen, kunt u een <strong>ARRAYFORMULA<\/strong> rond de functie <strong>SPLIT<\/strong> plaatsen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=ARRAYFORMULA(TRANSPOSE(SPLIT( <span dir=\"auto\" style=\"color: #ff6600;\">A2:A7<\/span> , <span class=\" string \" dir=\"auto\">\" \"<\/span> )))<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">De volgende voorbeelden laten zien hoe u elk van deze formules in de praktijk kunt gebruiken.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 1: Tekst in regels verdelen (spatiescheidingsteken)<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Laten we zeggen dat we de volgende cel in Google Spreadsheets hebben die meerdere tekstwaarden bevat, gescheiden door spaties:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-32917 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignes-divisees1.png\" alt=\"\" width=\"528\" height=\"437\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel <strong>B2<\/strong> typen om de tekst in cel <strong>A2<\/strong> in meerdere regels te splitsen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=TRANSPOSE(SPLIT( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> , <span class=\" string \" dir=\"auto\">\" \"<\/span> ))<\/span><\/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=\"aligncenter wp-image-32918\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignes-divisees2.png\" alt=\"Google Spreadsheets verdeelt tekst in regels\" width=\"529\" height=\"470\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Merk op dat de tekst in cel <strong>A2<\/strong> in regels is opgesplitst.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 2: verdeel de tekst in regels (kommascheidingsteken)<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Als een cel meerdere tekstwaarden bevat, gescheiden door komma&#8217;s, kunnen we de volgende formule gebruiken om de celtekst in<\/span> <span style=\"color: #000000;\">meerdere regels te splitsen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=TRANSPOSE(SPLIT( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> , <span class=\" string \" dir=\"auto\">\",\"<\/span> ))<\/span><\/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-32919 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignes-divisees3.png\" alt=\"\" width=\"546\" height=\"467\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Merk op dat de tekst in cel <strong>A2<\/strong> in regels is opgesplitst.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 3: Splits meerdere cellen met tekst in regels<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Laten we zeggen dat we een kolom met cellen in Google Spreadsheets hebben, die elk verschillende tekstwaarden bevatten, gescheiden door spaties:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-32920 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignes-divisees4.png\" alt=\"\" width=\"528\" height=\"477\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel <strong>C2<\/strong> typen om de tekst in elk van de cellen in kolom A in rijen te verdelen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=ARRAYFORMULA(TRANSPOSE(SPLIT( <span dir=\"auto\" style=\"color: #ff6600;\">A2:A7<\/span> , <span class=\" string \" dir=\"auto\">\" \"<\/span> )))<\/span><\/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=\"aligncenter wp-image-32921 \" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignes-divisees5.png\" alt=\"Google Spreadsheets verdeelt tekst uit meerdere cellen in rijen\" width=\"668\" height=\"391\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Merk op dat de tekst in elke cel in kolom A in regels is verdeeld.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">Houd er ook rekening mee dat de formule zelfs werkt als elke cel in kolom A niet hetzelfde aantal tekstwaarden heeft.<\/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> <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\/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-bevat-geen\/\" target=\"_blank\" rel=\"noopener\">Google Spreadsheets: filter cellen die geen tekst bevatten<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende formule in Google Spreadsheets gebruiken om de tekst in een cel in rijen te verdelen: =TRANSPOSE(SPLIT( A2 , &#8220; &#8220; )) In dit specifieke voorbeeld wordt de tekst in cel A2 in regels verdeeld, waarbij een spatie als scheidingsteken wordt gebruikt. Als de tekst in uw cel wordt gescheiden door een [&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-4146","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 in regels splitsen - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u tekst in regels kunt splitsen in Google Spreadsheets met behulp van de SPLIT-functie.\" \/>\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-splitsen-tekst-op-in-rijen\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Spreadsheets: tekst in regels splitsen - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u tekst in regels kunt splitsen in Google Spreadsheets met behulp van de SPLIT-functie.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-13T07:24:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignes-divisees1.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\/google-spreadsheets-splitsen-tekst-op-in-rijen\/\",\"url\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/\",\"name\":\"Google Spreadsheets: tekst in regels splitsen - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-13T07:24:34+00:00\",\"dateModified\":\"2023-07-13T07:24:34+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u tekst in regels kunt splitsen in Google Spreadsheets met behulp van de SPLIT-functie.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google spreadsheets: tekst in regels verdelen\"}]},{\"@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 in regels splitsen - Statorials","description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u tekst in regels kunt splitsen in Google Spreadsheets met behulp van de SPLIT-functie.","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-splitsen-tekst-op-in-rijen\/","og_locale":"de_DE","og_type":"article","og_title":"Google Spreadsheets: tekst in regels splitsen - Statorials","og_description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u tekst in regels kunt splitsen in Google Spreadsheets met behulp van de SPLIT-functie.","og_url":"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/","og_site_name":"Statorials","article_published_time":"2023-07-13T07:24:34+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/lignes-divisees1.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\/google-spreadsheets-splitsen-tekst-op-in-rijen\/","url":"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/","name":"Google Spreadsheets: tekst in regels splitsen - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-13T07:24:34+00:00","dateModified":"2023-07-13T07:24:34+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u tekst in regels kunt splitsen in Google Spreadsheets met behulp van de SPLIT-functie.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/google-spreadsheets-splitsen-tekst-op-in-rijen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Google spreadsheets: tekst in regels verdelen"}]},{"@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\/4146","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=4146"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4146\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}