{"id":5010,"date":"2023-07-05T05:27:40","date_gmt":"2023-07-05T05:27:40","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/"},"modified":"2023-07-05T05:27:40","modified_gmt":"2023-07-05T05:27:40","slug":"excel-extraheer-de-bestandsnaam-uit-het-pad","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/","title":{"rendered":"Excel: hoe de bestandsnaam uit het volledige pad te extraheren"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende syntaxis gebruiken om de bestandsnaam uit een volledig bestandspad in Excel te extraheren:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=TEXTAFTER( <span style=\"color: #3366ff;\">A2<\/span> , \"\\\", -1)<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule extraheert de bestandsnaam uit het volledige pad van het bestand in cel <strong>A2<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Stel bijvoorbeeld dat cel <strong>A2<\/strong> het volgende volledige bestandspad bevat:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>C:\\Gebruikers\\bob\\Documenten\\current_data\\baseball_data.xlsx<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Deze formule retourneert:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>honkbal_data.xlsx<\/strong><\/span><\/li>\n<\/ul>\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 de bestandsnaam uit het volledige pad in Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende kolom met volledige bestandspaden in Excel hebben:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39060 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/fpath1.png\" alt=\"\" width=\"573\" height=\"386\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Stel dat we alleen de bestandsnaam uit elk bestandspad in kolom A willen extraheren.<\/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>=TEXTAFTER( <span style=\"color: #3366ff;\">A2<\/span> , \"\\\", -1)<\/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-39062\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/fpath3.png\" alt=\"Excel extraheert de bestandsnaam uit het pad\" width=\"629\" height=\"373\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom B bevat nu alleen de bestandsnaam van elk volledig bestandspad 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;\">De <strong>TEXTAFTER-<\/strong> functie in Excel extraheert alle tekst uit een cel na een specifiek teken of subtekenreeks.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Deze functie gebruikt de volgende syntaxis:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>TEXTAFTER(tekst, scheidingsteken, [instantienummer], [match_modus], [match_end], [if_not_found])<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">Goud:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>tekst<\/strong> : tekst waarnaar moet worden gezocht<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>scheidingsteken<\/strong> : teken of subtekenreeks waarnaar de tekst moet worden ge\u00ebxtraheerd<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>instance_num (optioneel)<\/strong> : instantie van het scheidingsteken waarna de tekst moet worden ge\u00ebxtraheerd (standaard is 1)<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>match_mode (optioneel)<\/strong> : 0 = hoofdlettergevoelig (standaard), 1 = hoofdletterongevoelig<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>match_end (optioneel)<\/strong> : behandel het einde van de tekst als scheidingsteken (standaard uitgeschakeld)<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>if_not_found (optioneel)<\/strong> : Waarde die moet worden geretourneerd als het scheidingsteken niet wordt gevonden<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Bedenk dat we de volgende syntaxis hebben gebruikt om de tekst na de laatste spatie in een cel te extraheren:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=TEXTAFTER( <span style=\"color: #3366ff;\">A2<\/span> , \"\\\", -1)<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Door een waarde van <strong>-1<\/strong> te gebruiken voor het argument <strong>instance_number<\/strong> konden we specificeren dat we tekst wilden extraheren na de <strong>laatste<\/strong> instantie van een schuine streep.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dit komt overeen met het extraheren van alleen de bestandsnaam uit het pad, aangezien de bestandsnaam na de laatste schuine streep in de tekenreeks verschijnt.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking<\/strong> : u kunt <a href=\"https:\/\/support.microsoft.com\/en-us\/office\/textafter-function-c8db2546-5b51-416a-9690-c7e6722e90b4\" target=\"_blank\" rel=\"noopener\">hier<\/a> de volledige documentatie van de <b>TEXTAFTER-<\/b> functie in Excel vinden.<\/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 bewerkingen in Excel uitvoert:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/nl\/excel-extraheer-tekst-na-de-laatste-spatie\/\" target=\"_blank\" rel=\"noopener\">Excel: tekst extraheren na de laatste spatie<\/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\" target=\"_blank\" rel=\"noopener\">Excel: Hoe de URL uit een hyperlink te extraheren<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-uittreksel-e-mailadres\/\" target=\"_blank\" rel=\"noopener\">Excel: hoe u een e-mailadres uit een tekstreeks kunt extraheren<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende syntaxis gebruiken om de bestandsnaam uit een volledig bestandspad in Excel te extraheren: =TEXTAFTER( A2 , &#8222;\\&#8220;, -1) Deze specifieke formule extraheert de bestandsnaam uit het volledige pad van het bestand in cel A2 . Stel bijvoorbeeld dat cel A2 het volgende volledige bestandspad bevat: C:\\Gebruikers\\bob\\Documenten\\current_data\\baseball_data.xlsx Deze formule retourneert: honkbal_data.xlsx Het [&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-5010","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 bestandsnaam uit het volledige pad te extraheren - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u een bestandsnaam uit een volledig bestandspad 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-de-bestandsnaam-uit-het-pad\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: Hoe de bestandsnaam uit het volledige pad te extraheren - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u een bestandsnaam uit een volledig bestandspad in Excel kunt extraheren.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-05T05:27:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/fpath1.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-de-bestandsnaam-uit-het-pad\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/\",\"name\":\"Excel: Hoe de bestandsnaam uit het volledige pad te extraheren - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-05T05:27:40+00:00\",\"dateModified\":\"2023-07-05T05:27:40+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 een bestandsnaam uit een volledig bestandspad in Excel kunt extraheren.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: hoe de bestandsnaam uit het volledige pad te 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: Hoe de bestandsnaam uit het volledige pad te extraheren - Statorials","description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u een bestandsnaam uit een volledig bestandspad 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-de-bestandsnaam-uit-het-pad\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: Hoe de bestandsnaam uit het volledige pad te extraheren - Statorials","og_description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u een bestandsnaam uit een volledig bestandspad in Excel kunt extraheren.","og_url":"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/","og_site_name":"Statorials","article_published_time":"2023-07-05T05:27:40+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/fpath1.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-de-bestandsnaam-uit-het-pad\/","url":"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/","name":"Excel: Hoe de bestandsnaam uit het volledige pad te extraheren - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-05T05:27:40+00:00","dateModified":"2023-07-05T05:27:40+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 een bestandsnaam uit een volledig bestandspad in Excel kunt extraheren.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-extraheer-de-bestandsnaam-uit-het-pad\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: hoe de bestandsnaam uit het volledige pad te 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\/5010","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=5010"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/5010\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=5010"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=5010"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=5010"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}