{"id":4013,"date":"2023-07-14T04:37:39","date_gmt":"2023-07-14T04:37:39","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/"},"modified":"2023-07-14T04:37:39","modified_gmt":"2023-07-14T04:37:39","slug":"excel-voegt-een-teken-in-een-string-in","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/","title":{"rendered":"Excel: hoe u een teken in een tekenreeks invoegt"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Vaak wilt u misschien een teken invoegen op een specifieke positie van een tekenreeks in Excel.<\/span><\/p>\n<p> <span style=\"color: #000000;\">U kunt hiervoor de functie <b>REPLACE<\/b> gebruiken met de volgende syntaxis:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=REPLACE( <span style=\"color: #3366ff;\">A2,5,0<\/span> ,\"sometext\")\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule voegt &#8222;wat tekst&#8220; in de tekenreeks in cel <strong>A2<\/strong> in, beginnend op positie <strong>5<\/strong> van de tekenreeks.<\/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: voeg een teken in een tekenreeks in Excel in<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Laten we zeggen dat we de volgende gegevensset in Excel hebben die de conferentie en de naam van verschillende NBA-basketbalteams toont:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-32075 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/inserer1.jpg\" alt=\"\" width=\"459\" height=\"472\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Laten we zeggen dat we &#8218;Conference&#8216; onmiddellijk na &#8218;Oost&#8216; in elke string willen invoegen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Omdat \u201cOost\u201d 4 tekens lang is, gebruiken we de volgende formule om \u201cConferentie\u201d in de string in te voegen, beginnend op de vijfde positie:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=REPLACE( <span style=\"color: #3366ff;\">A2,5,0<\/span> ,\"Conference\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We typen deze formule in cel <strong>B2<\/strong> en klikken en slepen de formule vervolgens naar elke resterende cel in kolom B:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-32076\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/inserer2.jpg\" alt=\"Excel voegt teken in tekenreeks in\" width=\"515\" height=\"499\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Merk op dat \u201cConference\u201d in elke string is ingevoegd, beginnend op positie 5.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Merk ook op dat we opzettelijk een spatie hebben gelaten aan het begin van &#8222;Conference&#8220;, zodat er in elke string een spatie staat tussen &#8222;East&#8220; en &#8222;Conference&#8220;.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Hoe werkt deze formule?<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">De functie <strong>REPLACE()<\/strong> in Excel gebruikt de volgende syntaxis:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>REPLACE(oude_tekst, begin_getal, aantal_tekens, nieuwe_tekst)<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">Goud:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>old_text<\/strong> : De tekst die moet worden vervangen<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>start_num<\/strong> : Startlocatie in de tekst waarnaar moet worden gezocht<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>num_chars<\/strong> : Het aantal tekens dat moet worden vervangen<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>nieuwe_tekst<\/strong> : De tekst waarmee oude_tekst moet worden vervangen<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">In ons voorbeeld hebben we de volgende formule gebruikt:<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>VERVANGEN(A2, 5, 0, \u201dConferentie\u201d)<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">Dus onze formule verving <strong>0<\/strong> tekens beginnend op positie 5 in cel A2 en de tekst die we gebruikten was &#8222;Conferentie&#8220;, wat tot gevolg had dat die tekst werd <em>ingevoegd<\/em> vanaf positie 5 in plaats van <em>het vervangen van<\/em> n&#8216; importeert elke tekst in de originele string.<\/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> <a href=\"https:\/\/statorials.org\/nl\/excel-verwijder-specifieke-tekst-uit-cel\/\" target=\"_blank\" rel=\"noopener\">Excel: specifieke tekst uit cellen verwijderen<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-midden-rechts\/\">Excel: een formule voor MID van rechts<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/\">Excel: Hoe de MID-functie te gebruiken voor strings met variabele lengte<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Vaak wilt u misschien een teken invoegen op een specifieke positie van een tekenreeks in Excel. U kunt hiervoor de functie REPLACE gebruiken met de volgende syntaxis: =REPLACE( A2,5,0 ,&#8220;sometext&#8220;) Deze specifieke formule voegt &#8222;wat tekst&#8220; in de tekenreeks in cel A2 in, beginnend op positie 5 van de tekenreeks. Het volgende voorbeeld laat zien [&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-4013","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: Hoe een teken in een string in te voegen - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een teken in een tekenreeks in Excel invoegt.\" \/>\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-voegt-een-teken-in-een-string-in\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: Hoe een teken in een string in te voegen - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een teken in een tekenreeks in Excel invoegt.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-14T04:37:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/inserer1.jpg\" \/>\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-voegt-een-teken-in-een-string-in\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/\",\"name\":\"Excel: Hoe een teken in een string in te voegen - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-14T04:37:39+00:00\",\"dateModified\":\"2023-07-14T04:37:39+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een teken in een tekenreeks in Excel invoegt.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: hoe u een teken in een tekenreeks invoegt\"}]},{\"@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: Hoe een teken in een string in te voegen - Statorials","description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een teken in een tekenreeks in Excel invoegt.","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-voegt-een-teken-in-een-string-in\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: Hoe een teken in een string in te voegen - Statorials","og_description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een teken in een tekenreeks in Excel invoegt.","og_url":"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/","og_site_name":"Statorials","article_published_time":"2023-07-14T04:37:39+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/inserer1.jpg"}],"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-voegt-een-teken-in-een-string-in\/","url":"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/","name":"Excel: Hoe een teken in een string in te voegen - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-14T04:37:39+00:00","dateModified":"2023-07-14T04:37:39+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een teken in een tekenreeks in Excel invoegt.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-voegt-een-teken-in-een-string-in\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: hoe u een teken in een tekenreeks invoegt"}]},{"@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\/4013","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=4013"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4013\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4013"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4013"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4013"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}