{"id":1688,"date":"2023-11-11T12:42:47","date_gmt":"2023-11-11T12:42:47","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/"},"modified":"2023-12-06T05:55:59","modified_gmt":"2023-12-06T05:55:59","slug":"bestandspad-2","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/","title":{"rendered":"Haal het bestandspad op in excel"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-2674684350\"><script type=\"text\/javascript\">\r\n\tatOptions = {\r\n\t\t'key' : 'c1158f160081d6540a8409e6925dab94',\r\n\t\t'format' : 'iframe',\r\n\t\t'height' : 250,\r\n\t\t'width' : 300,\r\n\t\t'params' : {}\r\n\t};\r\n<\/script>\r\n<script type=\"text\/javascript\" src=\"\/\/www.highperformanceformat.com\/c1158f160081d6540a8409e6925dab94\/invoke.js\"><\/script><\/div> <p>Om het pad van een Excel-bestand te achterhalen, moet u de CEL-functie gebruiken samen met drie andere functies (LEN, SEARCH en SUBSTITUTE). CELL helpt u het volledige bestandspad te verkrijgen, inclusief de bestandsnaam en de werkbladnaam. En u moet de rest van de functies gebruiken om alleen het bestandspad eruit te extraheren. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80216\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-le-chemin-du-fichier.png\" sizes=\"auto, \" srcset=\"\" alt=\"get-bestand-pad\" width=\"709\" height=\"259\"><\/figure><\/div><p> In deze zelfstudie zullen we zien hoe u het bestandspad op drie verschillende manieren kunt verkrijgen.<\/p><p class=\"qt-tip\"> <strong>Belangrijk:<\/strong> Zorg ervoor dat u uw Excel-bestand opslaat voordat u een van deze formules gebruikt. Het is niet mogelijk om het bestandspad te achterhalen, tenzij u het ergens opslaat.<\/p><h2 id=\"h-get-path-with-the-file-and-sheet-name\" class=\"wp-block-heading\"> Haal het pad op met de bestands- en bladnaam<\/h2><p> U kunt de onderstaande stappen gebruiken:<\/p><ol type=\"1\"><li> Sla eerst uw werkmap op en geef deze een naam.<\/li><li> Voer daarna de CEL-functie in de cel in.<\/li><li> Van daaruit selecteert u het info_type \u201cbestandsnaam\u201d en laat u de referentie leeg.<\/li><li> Sluit aan het einde de functie en druk op Enter om het resultaat te krijgen.<\/li><\/ol><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=CELL(\"filename\")<\/code><\/pre><p> Op het moment dat u op Enter drukt, retourneert het het bestandspad met de naam van de werkmap en de bladnaam in het resultaat. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80217\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-obtenir-le-chemin-avec-le-nom-du-fichier-et-de-la-feuille.png\" sizes=\"auto, \" srcset=\"\" alt=\"haal-pad-met-bestands-en-bladnaam op\" width=\"543\" height=\"232\"><\/figure><\/div><h2 id=\"h-get-path-only-with-workbook-name\" class=\"wp-block-heading\"> Haal alleen pad op met de naam van de werkmap<\/h2><p> In deze situatie moet u de bladnaam uit het pad verwijderen. En daarvoor moet je LINKS, ZOEKEN en VERVANGEN gebruiken. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80218\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-obtenir-le-chemin-uniquement-avec-le-nom-du-classeur.png\" sizes=\"auto, \" srcset=\"\" alt=\"haal-pad-alleen-met-werkmapnaam op\" width=\"771\" height=\"210\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=SUBSTITUTE(LEFT(CELL(\"filename\"),SEARCH(\"]\",CELL(\"filename\"))-1),\"[\",\"\")<\/code><\/pre><p> Om deze formule te begrijpen, moet je deze delen:<\/p><ol><li> Voer in het eerste deel de CEL-functie in een cel in en gebruik de bestandsnaam in het info_type-argument. <br><img loading=\"lazy\" decoding=\"async\" title=\"4-cel invoerfunctie\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-entrez-la-fonction-de-cellule.png\" sizes=\"auto, \" srcset=\"\" alt=\"enter-cell-function\" width=\"615\" height=\"212\"><\/li><li> Gebruik nu de SEARCH-functie om de positie van het sluithaakje \u201c]\u201d uit het volledige pad te bepalen. <br><img loading=\"lazy\" decoding=\"async\" title=\"5-zoekfunctie-om-positie te krijgen\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-fonction-de-recherche-pour-obtenir-la-position.png\" sizes=\"auto, \" srcset=\"\" alt=\"search-function-to-get-the-position\" width=\"656\" height=\"220\"><\/li><li> Daarna moet u, gebruikmakend van de positie die door SEARCH wordt geretourneerd, LINKS gebruiken om de rest van het deel van het pad te verkrijgen, exclusief het deel na de eindbeugel. <br><img loading=\"lazy\" decoding=\"async\" title=\"6-gebruik-het-links-om-de-rest-deel-te-krijgen\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-utilisez-la-gauche-pour-obtenir-la-partie-de-repos.png\" sizes=\"auto, \" srcset=\"\" alt=\"use-left-to-get-rest-part\" width=\"664\" height=\"226\"><\/li><li> Vervolgens moeten we REPLACEMENT gebruiken om de startmedia te vervangen. <br><img loading=\"lazy\" decoding=\"async\" title=\"7-vervang-om-het-onderdeel-steun te vervangen\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/7-substitut-pour-remplacer-le-support-de-depart.png\" sizes=\"auto, \" srcset=\"\" alt=\"substitute-to-replace-starting-bracket\" width=\"724\" height=\"240\"><\/li><li> Uiteindelijk, in plaats van naar cel A1 te verwijzen, vervangt u deze door de huidige CEL-functie. <br><img loading=\"lazy\" decoding=\"async\" title=\"8-vervang-referentie-met-cel-functie\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/8-remplacer-la-reference-par-la-fonction-de-cellule.png\" sizes=\"auto, \" srcset=\"\" alt=\"replace-reference-with-cell-function\" width=\"716\" height=\"203\"><\/li><\/ol><h2 id=\"h-get-file-path-only\" class=\"wp-block-heading\"> Alleen bestandspad ophalen<\/h2><p> Laten we nu zeggen dat u alleen het pad naar de mapnaam nodig heeft. Om dit te doen, moet u de CEL gebruiken met de functies SUBSTITUTE, LEN, RIGHT en SEARCH. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=SUBSTITUTE(CELL(\"filename\"), RIGHT(CELL(\"filename\"),LEN(CELL(\"filename\"))-SEARCH(\"[\",CELL(\"filename\"))+1),\"\")<\/code><\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80224\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/9-obtenir-le-chemin-du-fichier-uniquement.png\" sizes=\"auto, \" srcset=\"\" alt=\"alleen-bestandspad ophalen\" width=\"722\" height=\"254\"><\/figure><\/div><p> Om deze formule te begrijpen, moet je deze delen:<\/p><ol><li> Voer eerst de CEL-functie in een cel in en gebruik de bestandsnaam info_type. <br><img loading=\"lazy\" decoding=\"async\" title=\"10-eerste-enter-cel-functie\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/10-premiere-fonction-de-cellule-dentree.png\" sizes=\"auto, \" srcset=\"\" alt=\"first-enter-cell-function\" width=\"576\" height=\"215\"><\/li><li> Gebruik nu de ZOEK-functie om de positie van het starthaakje te achterhalen en tel daar vervolgens 1 bij op. <br><img loading=\"lazy\" decoding=\"async\" title=\"11-gebruik-zoeken-om-positie te krijgen\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/11-utiliser-la-recherche-pour-obtenir-la-position.png\" sizes=\"auto, \" srcset=\"\" alt=\"use-search-to-get-the-position\" width=\"570\" height=\"229\"><\/li><li> Gebruik daarna de LEN-functie om het totale aantal tekens in het pad te verkrijgen. En trek het af van het positienummer dat wordt geretourneerd door SEARCH. <br><img loading=\"lazy\" decoding=\"async\" title=\"12 len-om-totaal-aantal-tekens te krijgen\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/12-len-pour-obtenir-le-nombre-total-de-caracteres.png\" sizes=\"auto, \" srcset=\"\" alt=\"len-to-get-total-characters-number\" width=\"605\" height=\"242\"><\/li><li> Gebruik vervolgens de RECHTS-functie om de bestandsnaam en bladnaam uit het volledige pad te halen. RECHTS, raadpleeg het volledige pad en gebruik het getal dat wordt geretourneerd door LEN en SEARCH af te trekken voor [char_num]. <br><img loading=\"lazy\" decoding=\"async\" title=\"13-rechts-functie-om-bestandsnaam op te halen\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/13-bonne-fonction-pour-obtenir-le-nom-du-fichier.png\" sizes=\"auto, \" srcset=\"\" alt=\"right-function-to-get-the-file-name\" width=\"615\" height=\"249\"><\/li><li> Gebruik vanaf daar REPLACEMENT om de bestands- en werkbladnaam te vervangen door een lege waarde uit het oorspronkelijke pad. <br><img loading=\"lazy\" decoding=\"async\" title=\"14-vervang-te-vervangen-fila-en-werkbladnaam\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/14-substitut-pour-remplacer-fila-et-le-nom-de-la-feuille-de-calcul.png\" sizes=\"auto, \" srcset=\"\" alt=\"substitute-to-replace-file-and-worksheet-name\" width=\"564\" height=\"243\"><\/li><li> Vervang aan het einde de celverwijzing A1 van de formule door de CEL-functie die u in cel A1 hebt om deze in \u00e9\u00e9n formule te krijgen. <br><img loading=\"lazy\" decoding=\"async\" title=\"15-vervang-celreferentie-door-cel-functie1\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/15-remplacer-la-reference-de-cellule-par-la-fonction-de-cellule1.png\" sizes=\"auto, \" srcset=\"\" alt=\"replace-cell-reference-with-cell-function\" width=\"621\" height=\"155\"><\/li><\/ol><div class=\"gb-container gb-container-52dfcee1 gb-container-sample-file\"><h2 class=\"gb-headline gb-headline-e289c143 gb-headline-text gb-headline-4f7959c2\"> Haal het Excel-bestand op<\/h2> <a class=\"gb-button gb-button-e88d6bee gb-button-text gb-button-button1\" href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/chemin-du-fichier.xlsx\" rel=\"nofollow\">Downloaden<\/a><\/div><div class=\"gb-container gb-container-0df56012 gb-container-mt\"> <a class=\"gb-button gb-button-f9f432f4 gb-button-text gb-button-mt-button\" href=\"https:\/\/exceladvisor.org\/nl\/formules\/\">Lijst met Excel-formules<\/a><h2 class=\"gb-headline gb-headline-233444e8 gb-headline-text gb-headline-mt-heading\"> Gerelateerde formules <\/h2><div class=\"gb-grid-wrapper gb-grid-wrapper-a16fa65c gb-grid-wrapper-mt-grid\"><div class=\"gb-grid-column gb-grid-column-50d07e0d\"><div class=\"gb-container gb-container-50d07e0d\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/nl\/horizontaal-filter\/\">Maak een horizontaal filter in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/sterrenwaardering\/\">Maak een sterrenbeoordelingssjabloon in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/bestandsnaam-ophalen\/\">Bestandsnaam ophalen in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/bladnaam-ophalen\/\">Haal de bladnaam op in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/willekeurige-letters-genereren\/\">Genereer snel willekeurige letters in Excel<\/a><\/li><\/ul><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"ub_ctt_via":"","footnotes":""},"class_list":["post-1688","page","type-page","status-publish","hentry"],"featured_image_src":null,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Haal het bestandspad op in Excel<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het pad te vinden waar het bestand is opgeslagen. Laten we dit controleren...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Haal het bestandspad op in Excel\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het pad te vinden waar het bestand is opgeslagen. Laten we dit controleren...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:55:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-le-chemin-du-fichier.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/\",\"name\":\"Haal het bestandspad op in Excel\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-le-chemin-du-fichier.png\",\"datePublished\":\"2023-11-11T12:42:47+00:00\",\"dateModified\":\"2023-12-06T05:55:59+00:00\",\"description\":\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het pad te vinden waar het bestand is opgeslagen. Laten we dit controleren...\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-le-chemin-du-fichier.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-le-chemin-du-fichier.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Haal het bestandspad op in excel\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"name\":\"Excel Advisor\",\"description\":\"Uw gids voor datadominantie\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Haal het bestandspad op in Excel","description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het pad te vinden waar het bestand is opgeslagen. Laten we dit controleren...","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:\/\/exceladvisor.org\/nl\/bestandspad-2\/","og_locale":"nl_NL","og_type":"article","og_title":"Haal het bestandspad op in Excel","og_description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het pad te vinden waar het bestand is opgeslagen. Laten we dit controleren...","og_url":"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:55:59+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-le-chemin-du-fichier.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"3 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/","url":"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/","name":"Haal het bestandspad op in Excel","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-le-chemin-du-fichier.png","datePublished":"2023-11-11T12:42:47+00:00","dateModified":"2023-12-06T05:55:59+00:00","description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het pad te vinden waar het bestand is opgeslagen. Laten we dit controleren...","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/bestandspad-2\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-le-chemin-du-fichier.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-le-chemin-du-fichier.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/bestandspad-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Haal het bestandspad op in excel"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/nl\/#website","url":"https:\/\/exceladvisor.org\/nl\/","name":"Excel Advisor","description":"Uw gids voor datadominantie","publisher":{"@id":"https:\/\/exceladvisor.org\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/nl\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1688","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/comments?post=1688"}],"version-history":[{"count":2,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1688\/revisions"}],"predecessor-version":[{"id":3025,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1688\/revisions\/3025"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}