{"id":1782,"date":"2023-11-05T07:22:56","date_gmt":"2023-11-05T07:22:56","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/"},"modified":"2023-12-06T05:55:25","modified_gmt":"2023-12-06T05:55:25","slug":"zoek-het-adres-van-cel-2","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/","title":{"rendered":"Celadres zoeken in plaats van waarde"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-2305721086\"><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>In Excel kunt u naar een cel zoeken en in plaats van de waarde van de cel kunt u het celadres opzoeken. Stel dat u de overeenkomstige waarde in cel B12 heeft. Met de formule kunt u het adres B12 hebben, niet de waarde ervan.<\/p><p> In deze tutorial wordt gekeken naar mogelijke manieren om hiervoor een formule te schrijven.<\/p><h2 class=\"wp-block-heading\"> Celadres ophalen in plaats van waarde (CEL + INDEX + MATCH)<\/h2><p> Volg de onderstaande stappen om deze formule te schrijven:<\/p><ol><li> Voer eerst de CEL-functie in een cel in en specificeer in het eerste argument &#8220;adres&#8221; als info_type. <br><img loading=\"lazy\" decoding=\"async\" title=\"1-krijg-cel-adres\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-ladresse-cellulaire.png\" sizes=\"auto, \" srcset=\"\" alt=\"get-cell-address\" width=\"493\" height=\"177\"><\/li><li> Voer daarna in het tweede argument de INDEX-functie in. <br><img loading=\"lazy\" decoding=\"async\" title=\"2-in-tweede-argument-enter-index\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-dans-le-deuxieme-argument-entrez-lindex.png\" sizes=\"auto, \" srcset=\"\" alt=\"in-second-argument-enter-index\" width=\"526\" height=\"179\"><\/li><li> Verwijs vervolgens in het array-argument van de INDEX naar de namen die u in kolom A hebt. Het bereik is A2:A1001. <br><img loading=\"lazy\" decoding=\"async\" title=\"3-array-argument-van-index\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-arguments-de-tableau-dindex.png\" sizes=\"auto, \" srcset=\"\" alt=\"array-argument-of-index\" width=\"642\" height=\"207\"><\/li><li> Voer nu in het tweede argument van de INDEX de MATCH-functie in. <br><img loading=\"lazy\" decoding=\"async\" title=\"4-enter-match-functie\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-entrez-la-fonction-de-correspondance.png\" sizes=\"auto, \" srcset=\"\" alt=\"enter-match-function\" width=\"663\" height=\"229\"><\/li><li> Van daaruit geeft u in MATCH de opzoekwaarde op in het argument lookup_value en verwijst u opnieuw naar het bereik A2:A1001 in het argument lookup_array. En gebruik 0 in het argument [match_type] om een exacte match uit te voeren. <br><img loading=\"lazy\" decoding=\"async\" title=\"5-match-specificeer-de-opzoekwaarde\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-match-specifiez-la-valeur-de-recherche.png\" sizes=\"auto, \" srcset=\"\" alt=\"match-specify-the-lookup-value\" width=\"762\" height=\"232\"><\/li><li> Voer aan het einde de afsluitende haakjes in en druk op Enter om het resultaat te krijgen.<\/li><\/ol><p> Wanneer u op Enter drukt, wordt het celadres geretourneerd van de waarde waarnaar u hebt gezocht. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80564\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-adresse-de-cellule-obtenue.png\" sizes=\"auto, \" srcset=\"\" alt=\"resulterend celadres\" width=\"489\" height=\"383\"><\/figure><\/div><p> De naam &#8220;Alec Wright&#8221; staat in cel A5, en dat is wat je ziet in het resultaat.<\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=CELL(\"address\",INDEX(A2:A1001,MATCH(C1,A2:A1001,0)))<\/code><\/pre><h2 class=\"wp-block-heading\"> Hoe werkt deze formule?<\/h2><p> Om deze formule te begrijpen, moet je <strong>deze in drie delen verdelen,<\/strong> omdat we drie functies hebben gebruikt. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80565\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/7-cracher-la-formule-en-trois-parties.png\" sizes=\"auto, \" srcset=\"\" alt=\"spuug de driedelige formule uit\" width=\"687\" height=\"116\"><\/figure><\/div><p> In het eerste deel hebben we de functie MATCH die overeenkomt met de zoekwaarde van celnaam A2:A1001 en het positienummer in het resultaat retourneert. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80566\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/8-premiere-partie-a-une-fonction-de-correspondance.png\" sizes=\"auto, \" srcset=\"\" alt=\"het eerste deel heeft een matchingfunctie\" width=\"560\" height=\"135\"><\/figure><\/div><p> Daarna neemt INDEX dit positienummer over van MACTH en krijgt de bereikwaarde op <sup>de 4e<\/sup> positie. Dit betekent cel A5. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80567\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/Lindex-9-prend-la-position-apres-le-match.png\" sizes=\"auto, \" srcset=\"\" alt=\"index-neemt-positie-na-wedstrijd\" width=\"341\" height=\"122\"><\/figure><\/div><div class=\"wp-block-group grey-note is-layout-constrained\"><div class=\"wp-block-group__inner-container\"><p> <strong>GEHEIM<\/strong> : INDEX retourneert de waarde van de 4e positie of cel A5 van het bereik in het bovenstaande voorbeeld. Maar INDEX retourneert als functie twee verschillende waarden. E\u00e9n is de celwaarde (die u hierboven kunt zien) en de tweede is het adres van de cel waarin de waarde is opgeslagen (A5). Je kunt het mobiele adres als gebruiker niet zien of verkrijgen, maar de CELL-functie is slim genoeg om het te verkrijgen en te gebruiken. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80568\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/10-index-renvoie-la-valeur.png\" sizes=\"auto, \" srcset=\"\" alt=\"index-rendement-waarde\" width=\"731\" height=\"160\"><\/figure><\/div><\/div><\/div><p> Uiteindelijk retourneert de CEL-functie het adres van de cel met behulp van een absolute verwijzing in het resultaat. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80569\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/11-fonction-de-cellule-renvoie-ladresse-de-la-cellule.png\" sizes=\"auto, \" srcset=\"\" alt=\"cel-functie-retourneert-cel-adres\" width=\"639\" height=\"257\"><\/figure><\/div><p> Als u dollartekens uit het celadres wilt verwijderen, kunt u SUBSTITUTE gebruiken. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=SUBSTITUTE(CELL(\"address\",INDEX(A2:A1001,MATCH(C1,A2:A1001,0))),\"$\",\"\")<\/code><\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80570\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/12-supprimer-le-signe-dollar-par-substitut.png\" sizes=\"auto, \" srcset=\"\" alt=\"verwijder-dollarteken-door-substituut\" width=\"763\" height=\"229\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Ontvang het mobiele adres met ADDRESS + MATCH<\/h2><p> Er is een andere manier om een formule te schrijven om het celadres te verkrijgen. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80571\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/13-adresse-de-cellule-par-adresse-plus-correspondance.png\" sizes=\"auto, \" srcset=\"\" alt=\"cel-adres-voor-adres-plus-match\" width=\"749\" height=\"251\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=ADDRESS(MATCH(C1,A1:A1001,0),1)<\/code><\/pre><p> Deze formule werkt in twee delen: In het eerste deel hebben we de MATCH-functie om het positienummer te krijgen van de cel waar u de zoekwaarde heeft. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80572\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/14-match-obtient-le-numero-de-position-de-la-cellule.png\" sizes=\"auto, \" srcset=\"\" alt=\"match-krijgt-positie-celnummer\" width=\"527\" height=\"123\"><\/figure><\/div><p> Daarna krijgt u in de ADDRESS-functie het getal geretourneerd door MATCH (in het eerste argument), wat het ROW-argument is om het rijnummer in te stellen.<\/p><p> En in het tweede argument hebben we het kolomnummer. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-80573\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/15-fonction-dadresse-ont-un-numero-renvoye-par-correspondance.png\" sizes=\"auto, \" srcset=\"\" alt=\"adres-functie-heeft-nummer-return-by-match\" width=\"433\" height=\"115\"><\/figure><\/div><p> Rij 5 en kolom 1 cre\u00ebren een celadres A5.<\/p><p> <strong>Aanbevolen: <sup>1e<\/sup> methode<\/strong> <\/p><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><p> <a class=\"gb-button gb-button-e88d6bee gb-button-text gb-button-button1\" href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/rechercher-ladresse-de-la-cellule.xlsx\" rel=\"nofollow\">Downloaden<\/a><\/p><\/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\/verschillende-criteria-opzoeken\/\">VERT.ZOEKEN met meerdere criteria in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/jokertekens-met-vlookup\/\">Jokertekens met VERT.ZOEKEN in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/zoekdata-v\/\">VLOOKUP-datums (VLOOKUP voor een datum uit gegevens)<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/zoek-de-laatste-waarde-2\/\">Zoek de laatste waarde in een kolom of rij<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/vlookup-van-een-ander-blad\/\">VERT.ZOEKEN vanaf een ander blad (tussen bladen)<\/a> <\/li><\/ul><\/div><\/div><div class=\"gb-grid-column gb-grid-column-5b4a0cf9\"><div class=\"gb-container gb-container-5b4a0cf9\"><\/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-1782","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>Celadres zoeken in plaats van waarde<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het celadres te vinden in plaats van de waarde. 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\/zoek-het-adres-van-cel-2\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Celadres zoeken in plaats van waarde\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het celadres te vinden in plaats van de waarde. Laten we dit controleren...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:55:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-ladresse-cellulaire.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\/zoek-het-adres-van-cel-2\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/\",\"name\":\"Celadres zoeken in plaats van waarde\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-ladresse-cellulaire.png\",\"datePublished\":\"2023-11-05T07:22:56+00:00\",\"dateModified\":\"2023-12-06T05:55:25+00:00\",\"description\":\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het celadres te vinden in plaats van de waarde. Laten we dit controleren...\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-ladresse-cellulaire.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-ladresse-cellulaire.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Celadres zoeken in plaats van waarde\"}]},{\"@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":"Celadres zoeken in plaats van waarde","description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het celadres te vinden in plaats van de waarde. 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\/zoek-het-adres-van-cel-2\/","og_locale":"nl_NL","og_type":"article","og_title":"Celadres zoeken in plaats van waarde","og_description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het celadres te vinden in plaats van de waarde. Laten we dit controleren...","og_url":"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:55:25+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-ladresse-cellulaire.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\/zoek-het-adres-van-cel-2\/","url":"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/","name":"Celadres zoeken in plaats van waarde","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-ladresse-cellulaire.png","datePublished":"2023-11-05T07:22:56+00:00","dateModified":"2023-12-06T05:55:25+00:00","description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om het celadres te vinden in plaats van de waarde. Laten we dit controleren...","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-ladresse-cellulaire.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-obtenir-ladresse-cellulaire.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/zoek-het-adres-van-cel-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Celadres zoeken in plaats van waarde"}]},{"@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\/1782","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=1782"}],"version-history":[{"count":2,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1782\/revisions"}],"predecessor-version":[{"id":2988,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1782\/revisions\/2988"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1782"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}