{"id":3744,"date":"2023-07-15T19:37:31","date_gmt":"2023-07-15T19:37:31","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/"},"modified":"2023-07-15T19:37:31","modified_gmt":"2023-07-15T19:37:31","slug":"excel-mi-functie-variabele-lengte","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/","title":{"rendered":"Excel: hoe de mid-functie te gebruiken voor strings met variabele lengte"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Met de <strong>MID-<\/strong> functie in Excel kunt u een specifiek aantal tekens uit een string extraheren op basis van een startpositie aan de linkerkant van de string.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Soms wilt u echter de middelste tekens extraheren op basis van een specifiek begin- en eindteken.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Hiervoor kunt u de <strong>MID-<\/strong> functie in combinatie met de <strong>FIND-<\/strong> functie gebruiken:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=MID( <span style=\"color: #3366ff;\">A2<\/span> ,FIND(\"char1\", <span style=\"color: #3366ff;\">A2<\/span> )+2,FIND(\"char2\", <span style=\"color: #3366ff;\">A2,10<\/span> )-FIND(\"char1\", <span style=\"color: #3366ff;\">A2<\/span> )-2)\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Deze specifieke formule extraheert elk teken uit de tekenreeks in cel <strong>A2<\/strong> tussen de tekens <strong>char1<\/strong> en <strong>char2<\/strong> .<\/span><\/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: MID-functie voor tekenreeksen met variabele lengte in Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende lijst met website-URL&#8217;s hebben:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-30498 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/var1.jpg\" alt=\"\" width=\"525\" height=\"431\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Stel dat we alleen de websitenaam tussen de dubbele slashes ( <strong>\/\/<\/strong> ) en de <strong>.com<\/strong> aan het einde van de URL willen extraheren.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">Om dit te doen, kunnen we de volgende formule gebruiken:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=MID( <span style=\"color: #3366ff;\">A2<\/span> ,FIND(\"\/\/\", <span style=\"color: #3366ff;\">A2<\/span> )+2,FIND(\".com\", <span style=\"color: #3366ff;\">A2,10<\/span> )-FIND(\"\/\/\", <span style=\"color: #3366ff;\">A2<\/span> )-2)<\/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-30499\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/var2.jpg\" alt=\"Excel variabele lengte MID-functie\" width=\"675\" height=\"517\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom B toont nu alleen de tekens in de websitenaam tussen de dubbele schuine strepen <strong>\/\/<\/strong> en de <strong>.com<\/strong> aan het einde van de naam.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Merk op dat deze formule zelfs werkt als de lengte van elke websitenaam niet hetzelfde is.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">Zonder gebruik van de <strong>FIND-<\/strong> functie zou de <strong>MID-<\/strong> functie alleen deze taak niet kunnen uitvoeren.<\/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-midden-rechts\/\">Excel: een formule voor MID van rechts<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-indien-niet-leeg\/\" target=\"_blank\" rel=\"noopener\">Excel: een formule voor \u201cals het niet leeg is\u201d<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-negeert-lege-cellen\/\" target=\"_blank\" rel=\"noopener\">Excel: lege cellen negeren bij het gebruik van formules<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Met de MID- functie in Excel kunt u een specifiek aantal tekens uit een string extraheren op basis van een startpositie aan de linkerkant van de string. Soms wilt u echter de middelste tekens extraheren op basis van een specifiek begin- en eindteken. Hiervoor kunt u de MID- functie in combinatie met de FIND- functie [&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-3744","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 de MID-functie te gebruiken voor strings met variabele lengte - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de MID-functie in Excel gebruikt voor tekenreeksen met variabele lengte.\" \/>\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-mi-functie-variabele-lengte\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: Hoe de MID-functie te gebruiken voor strings met variabele lengte - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de MID-functie in Excel gebruikt voor tekenreeksen met variabele lengte.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-15T19:37:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/var1.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=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/\",\"name\":\"Excel: Hoe de MID-functie te gebruiken voor strings met variabele lengte - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-15T19:37:31+00:00\",\"dateModified\":\"2023-07-15T19:37:31+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 de MID-functie in Excel gebruikt voor tekenreeksen met variabele lengte.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: hoe de mid-functie te gebruiken voor strings met variabele lengte\"}]},{\"@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 de MID-functie te gebruiken voor strings met variabele lengte - Statorials","description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de MID-functie in Excel gebruikt voor tekenreeksen met variabele lengte.","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-mi-functie-variabele-lengte\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: Hoe de MID-functie te gebruiken voor strings met variabele lengte - Statorials","og_description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de MID-functie in Excel gebruikt voor tekenreeksen met variabele lengte.","og_url":"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/","og_site_name":"Statorials","article_published_time":"2023-07-15T19:37:31+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/var1.jpg"}],"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\/excel-mi-functie-variabele-lengte\/","url":"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/","name":"Excel: Hoe de MID-functie te gebruiken voor strings met variabele lengte - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-15T19:37:31+00:00","dateModified":"2023-07-15T19:37:31+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 de MID-functie in Excel gebruikt voor tekenreeksen met variabele lengte.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-mi-functie-variabele-lengte\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: hoe de mid-functie te gebruiken voor strings met variabele lengte"}]},{"@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\/3744","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=3744"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3744\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=3744"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=3744"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=3744"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}