{"id":1754,"date":"2023-11-07T01:38:23","date_gmt":"2023-11-07T01:38:23","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/"},"modified":"2023-12-06T05:48:48","modified_gmt":"2023-12-06T05:48:48","slug":"subtotaal-als-2","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/","title":{"rendered":"Hoe gebruik je subtotaal met if in excel?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-2414964865\"><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><strong>DEZE FORMULE IS PURE MAGISCH.<\/strong><\/p><p> Als u in Excel een SUBTOTAAL-formule met IF (voorwaarde) wilt schrijven, moet u daarvoor verschillende functies gebruiken. Maar voordat we dat doen, moeten we eerst de gegevens begrijpen die we voor dit voorbeeld hebben. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82611\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-sous-total-avec-if.png\" sizes=\"auto, \" srcset=\"\" alt=\"subtotaal-met-als\" width=\"720\" height=\"334\"><\/figure><\/div><p> In het bovenstaande voorbeeld heb je drie kolommen:<\/p><ul><li> Naam<\/li><li> Leeftijd plaat<\/li><li> Geslacht<\/li><\/ul><p> En wanneer u een plaat uit de kolom Leeftijdsplaat filtert, wordt het aantal vrouwen in cel F1 weergegeven. Dit betekent dus dat we een formule hebben die het aantal gefilterde waarden weergeeft, maar met een voorwaarde.<\/p><p> De formule die we hebben:<\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=SUMPRODUCT((C2:C41=E1)*(SUBTOTAL(3,OFFSET(C2,ROW(C2:C41)-MIN(ROW(C2:C41)),0))))<\/code><\/pre><h2 class=\"wp-block-heading\"> De SUBTOTAAL ALS-formule begrijpen<\/h2><p> Deze formule gebruikt vijf functies: SOMPRODUCT, SUBTOTAAL, OFFSET, RIJ en MAX. Om deze formule te begrijpen, moeten we deze daarom in verschillende delen verdelen.<\/p><h3 class=\"wp-block-heading\"> 1.LIJN(C2:C41)-2.0)<\/h3><p> Dit deel van de formule gebruikt de functies MIN en ROW. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82621\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-min-et-fonction-rangee1.png\" sizes=\"auto, \" srcset=\"\" alt=\"min-en-rij-functie\" width=\"780\" height=\"110\"><\/figure><\/div><ul><li> In de RIJ hebben we verwezen naar de kolommen &#8216;Geslacht&#8217; en wordt een array met rijnummers geretourneerd.<\/li><li> Daarna neemt MIN die array- of rijnummers en retourneert het minimale rijnummer. Daarom hebben we er 2 in dit deel van de formule.<\/li><\/ul><h3 class=\"wp-block-heading\"> 2.LIJN(C2:C41)<\/h3><p> In dit deel hebben we alleen de functie RIJ, die een array met rijnummers retourneert. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82612\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/Fonction-a-3-lignes-pour-renvoyer-un-tableau-de-numeros-de-lignes.png\" sizes=\"auto, \" srcset=\"\" alt=\"rij-functie-om-return-array-van-rij-getallen\" width=\"726\" height=\"136\"><\/figure><\/div><h3 class=\"wp-block-heading\"> 3. OFFSET(C2,LIJN(C2:C41)-MIN(LIJN(C2:C41)),0)<\/h3><p> We hebben nu de OFFSET-functie. Hiermee kunt u een verwijzing naar een bereik maken met een celverwijzing als uitgangspunt. In het <strong>referentieargument<\/strong> verwezen we naar cel C2, de eerste cel van waaruit ons geslachtsbereik begint. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82613\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-fonction-decalage.png\" sizes=\"auto, \" srcset=\"\" alt=\"offset-functie\" width=\"489\" height=\"94\"><\/figure><\/div><p> In het lijnenargument hebben we dit deel van de formule dat hierboven in de eerste twee delen is besproken. Daarna gebruikten we in het cols-argument 0. Met dit alles retourneert OFFSET een array van alle waarden in de kolom &#8216;Geslacht&#8217;. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82614\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-decalage-renvoie-la-valeur-des-colonnes-de-sexe.png\" sizes=\"auto, \" srcset=\"\" alt=\"offset-retouren-waarde-van-geslachtskolommen\" width=\"619\" height=\"207\"><\/figure><\/div><h3 class=\"wp-block-heading\"> 4. SUBTOTAAL(3,OFFSET(C2,LIJN(C2:C41)-MIN(LIJN(C2:C41)),0))<\/h3><p> We gebruikten de array die werd geretourneerd door de OFFSET in het SUBTOTAAL. En in de functie_num hebben we 3 gebruikt, wat SUBTOTAAL vertelt om de functie COUNTA te gebruiken voor berekeningen.<\/p><p> Wanneer u een filter gebruikt in de kolom &#8216;Leeftijdsplaat&#8217;, retourneert dit SUBTOTAAL-gedeelte van de formule een array met 0 en 1. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82615\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-sous-total-a-utiliser-counta.png\" sizes=\"auto, \" srcset=\"\" alt=\"subtotaal te gebruiken\" width=\"635\" height=\"140\"><\/figure><\/div><p> In deze tabel hebben we 1 voor waarden die gelijkwaardig zijn aan de waarde waarvoor we het filter hebben toegepast. Zie het onderstaande voorbeeld: <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82616\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/7-valeurs-equivalentes-aux-valeurs-appliquees.png\" sizes=\"auto, \" srcset=\"\" alt=\"waarden-equivalent-aan-toegepaste-waarden\" width=\"552\" height=\"247\"><\/figure><\/div><h3 class=\"wp-block-heading\"> 5. (C2:C41=E1)<\/h3><p> Dit deel van de formule retourneert een array door een voorwaarde te testen. In deze situatie testen we of de bereikwaarde &#8216;Vrouwelijk&#8217; is en retourneert TRUE en FALSE in de array. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82617\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/8-renvoie-vrai-et-faux-dans-le-tableau.png\" sizes=\"auto, \" srcset=\"\" alt=\"retourneert-waar-en-onwaar-in-array\" width=\"448\" height=\"320\"><\/figure><\/div><p> In deze tabel hebben we TRUE voor de \u201cVrouwelijke\u201d waarde en FALSE voor de andere.<\/p><h3 class=\"wp-block-heading\"> 7. Laatste deel<\/h3><p> Uiteindelijk hebben we twee tabellen in SUMPRODUCT. En we hebben ook een asterisk-operator tussen deze arrays. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82618\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/9-deux-tableaux-en-sumproduct.png\" sizes=\"auto, \" srcset=\"\" alt=\"twee schilderijen in totaal geproduceerd\" width=\"659\" height=\"151\"><\/figure><\/div><p> Wanneer we de twee tabellen met elkaar vermenigvuldigen, krijgen we \u00e9\u00e9n tabel met 0 en 1. In deze tabel is \u00e9\u00e9n (1) voor de waarde &#8216;Vrouw&#8217; in geslacht en 21-30 voor &#8216;Leeftijdsplaat&#8217;. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82619\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/10-tableau-unique-avec-zero-et-un.png\" sizes=\"auto, \" srcset=\"\" alt=\"enkele array met nul en \u00e9\u00e9n\" width=\"572\" height=\"84\"><\/figure><\/div><p> Uiteindelijk retourneert SUMPRODUCT de som met behulp van deze array. En deze som is het aantal cellen met de waarde &#8216;Vrouw&#8217; in de kolom &#8216;Geslacht&#8217; wanneer u filtert op 21-30 in de kolom &#8216;Leeftijdsbereik&#8217;. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-82620\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/11-sumproduct-renvoie-la-somme-en-utilisant-arroay1.png\" sizes=\"auto, \" srcset=\"\" alt=\"somproduct-retourneert-som-door-array te gebruiken\" width=\"733\" height=\"340\"><\/figure><\/div><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\/sous-total-si.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\/indien-nul-dan-leeg\/\">Controleer IF 0 (nul) en leeg vervolgens in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/controleer-of-er-een-waarde-bestaat-in-een-bereik\/\">Controleer of er een waarde bestaat in een bereik in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/als-en-1\/\">Combineer ALS- en EN-functies in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/als-of-1\/\">Combineer ALS- en OF-functies in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/als-de-cel-leeg-is\/\">IF Cel is leeg (leeg) met IF + ISBLANK 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-1754","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>Hoe gebruik je SUBTOTAAL met IF in Excel? (Tutorial 2023)<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om SUBTOTAAL met IF (Voorwaardelijk SUBTOTAAL) te gebruiken. 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\/subtotaal-als-2\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe gebruik je SUBTOTAAL met IF in Excel? (Tutorial 2023)\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om SUBTOTAAL met IF (Voorwaardelijk SUBTOTAAL) te gebruiken. Laten we dit controleren...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:48:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-sous-total-avec-if.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\/subtotaal-als-2\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/\",\"name\":\"Hoe gebruik je SUBTOTAAL met IF in Excel? (Tutorial 2023)\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-sous-total-avec-if.png\",\"datePublished\":\"2023-11-07T01:38:23+00:00\",\"dateModified\":\"2023-12-06T05:48:48+00:00\",\"description\":\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om SUBTOTAAL met IF (Voorwaardelijk SUBTOTAAL) te gebruiken. Laten we dit controleren...\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-sous-total-avec-if.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-sous-total-avec-if.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe gebruik je subtotaal met if 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":"Hoe gebruik je SUBTOTAAL met IF in Excel? (Tutorial 2023)","description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om SUBTOTAAL met IF (Voorwaardelijk SUBTOTAAL) te gebruiken. 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\/subtotaal-als-2\/","og_locale":"nl_NL","og_type":"article","og_title":"Hoe gebruik je SUBTOTAAL met IF in Excel? (Tutorial 2023)","og_description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om SUBTOTAAL met IF (Voorwaardelijk SUBTOTAAL) te gebruiken. Laten we dit controleren...","og_url":"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:48:48+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-sous-total-avec-if.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\/subtotaal-als-2\/","url":"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/","name":"Hoe gebruik je SUBTOTAAL met IF in Excel? (Tutorial 2023)","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-sous-total-avec-if.png","datePublished":"2023-11-07T01:38:23+00:00","dateModified":"2023-12-06T05:48:48+00:00","description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om SUBTOTAAL met IF (Voorwaardelijk SUBTOTAAL) te gebruiken. Laten we dit controleren...","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-sous-total-avec-if.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-sous-total-avec-if.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/subtotaal-als-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe gebruik je subtotaal met if 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\/1754","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=1754"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1754\/revisions"}],"predecessor-version":[{"id":2563,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1754\/revisions\/2563"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1754"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}