{"id":1615,"date":"2023-11-15T10:51:02","date_gmt":"2023-11-15T10:51:02","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/"},"modified":"2023-12-06T05:50:36","modified_gmt":"2023-12-06T05:50:36","slug":"tellen-tussen-twee-getallen","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/","title":{"rendered":"Hoe tel je tussen twee getallen?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-300929203\"><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> <div class=\"adthrive-video-player in-post\" data-video-id=\"ss6mCvLf\" data-player-type=\"default\"><\/div><p> In Excel kunt u tussen twee getallen tellen met behulp van de AANTAL.ALS-functie. Met de functie AANTAL.ALS kunt u een bovengrens voor getallen en een ondergrens opgeven om een bereik van te tellen getallen te cre\u00ebren. In het volgende voorbeeld hebben we een lijst met namen met leeftijd. Nu moeten we mensen van twee leeftijden tellen, dat wil zeggen twee cijfers. <\/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> <a class=\"gb-button gb-button-e88d6bee gb-button-text gb-button-button1\" href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/compter-entre-deux-nombres-2.xlsx\" rel=\"nofollow\">Downloaden<\/a> <\/div><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63808\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-liste-de-noms-et-dage.png\" sizes=\"auto, \" srcset=\"\" alt=\"lijst-van-namen-en-leeftijd\" width=\"491\" height=\"515\"><\/figure><\/div><h2 id=\"using-countifs-to-count-between-two-numbers\" class=\"wp-block-heading\"> Gebruik AANTAL.ALS om tussen twee getallen te tellen<\/h2><p> U kunt de volgende stappen gebruiken om formules te maken met AANTAL.ALS om getallen tussen 10 en 25 te tellen.<\/p><ol><li> Voer eerst \u201c=COUNTIS(\u201d in cel C1 in. <br><img loading=\"lazy\" decoding=\"async\" title=\"Functie 2-gebruik telt\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-utiliser-la-fonction-countifs.png\" sizes=\"auto, \" srcset=\"\" alt=\"use-countifs-function\" width=\"530\" height=\"193\"><\/li><li> Raadpleeg daarna het bereik waarbinnen u de waarden wilt tellen. <br><img loading=\"lazy\" decoding=\"async\" title=\"3-verwijzen naar een bereik\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-font-reference-a-une-gamme.png\" sizes=\"auto, \" srcset=\"\" alt=\"refer-to-a-range\" width=\"483\" height=\"273\"><\/li><li> Vervolgens moet u het bovenste getal opgeven met behulp van het bovenste en gelijkteken. <br><img loading=\"lazy\" decoding=\"async\" title=\"4-geef-het-bovenste-nummer op\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-specifiez-le-chiffre-superieur.png\" sizes=\"auto, \" srcset=\"\" alt=\"specify-the-upper-number\" width=\"574\" height=\"267\"><\/li><li> Vanaf hier moet u opnieuw verwijzen naar het bereik van getallen in criteria2. <br><img loading=\"lazy\" decoding=\"async\" title=\"5-verwijs-naar-het-bereik\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-se-referer-a-la-gamme.png\" sizes=\"auto, \" srcset=\"\" alt=\"refer-to-the-range\" width=\"653\" height=\"284\"><\/li><li> Gebruik aan het einde het teken &#8216;kleiner&#8217; en &#8216;is gelijk&#8217; om een getal kleiner dan 10 in het telbereik op te geven. <br><img loading=\"lazy\" decoding=\"async\" title=\"6-specificeer-nummer-hieronder\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-precisez-le-nombre-ci-dessous.png\" sizes=\"auto, \" srcset=\"\" alt=\"specify-the-number-below\" width=\"560\" height=\"260\"><\/li><\/ol><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=COUNTIFS(B2:B26,\"&lt;=25\",B2:B26,\"&gt;=10\")<\/code><\/pre><p> COUNTIFS kan meerdere criteria gebruiken en op basis daarvan waarden tellen, en om deze formule te begrijpen moeten we deze in twee delen verdelen. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63814\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/7-diviser-la-fonction-countifs.png\" sizes=\"auto, \" srcset=\"\" alt=\"split-the-countifs-functie\" width=\"614\" height=\"177\"><\/figure><\/div><ol type=\"1\"><li> Eerst geeft u het bereik op waarbinnen u getallen wilt tellen en het bovenste getal met behulp van de grotere en gelijktekens.<\/li><li> Daarna heeft u het onderste getal en het nummerbereik opgegeven. <\/li><\/ol><div class=\"gb-container gb-container-1b09ec6c gb-container-sample-file\"><h2 class=\"gb-headline gb-headline-176a8592 gb-headline-text gb-headline-4f7959c2\"> Haal het Excel-bestand op<\/h2> <a class=\"gb-button gb-button-c9e1c226 gb-button-text gb-button-button1\" href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/compter-entre-deux-nombres-2.xlsx\" rel=\"nofollow\">Downloaden<\/a><\/div><h2 id=\"using-sumproduct-to-count-cells-between-two-numbers\" class=\"wp-block-heading\"> SUMPRODUCT gebruiken om cellen tussen twee getallen te tellen<\/h2><p> U kunt ook de functie SUMPRODUCT gebruiken om het aantal cellen tussen twee getallen te tellen. In deze formule moeten we de INT-functie gebruiken met SUMPRODUCT. Zie de onderstaande formule: <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=SUMPRODUCT(INT(B2:B26&gt;=10), INT(B2:B26&lt;=25))<\/code><\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63815\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/8-sumproduct-pour-compter-les-cellules.png\" sizes=\"auto, \" srcset=\"\" alt=\"somproduct-naar-tel-cellen\" width=\"571\" height=\"264\"><\/figure><\/div><p> <strong>Om de formule te begrijpen, moeten we deze delen:<\/strong><\/p><p> In de eerste INT-functie hebben we het cellenbereik gebruikt waaruit we getallen willen tellen. En &gt;= tekens om alleen te verwijzen naar getallen groter dan of gelijk aan 10. En het retourneert een array waarin alle getallen groter dan 10 worden weergegeven met behulp van 1. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63816\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/9-formule-de-produit-de-somme-divisee.png\" sizes=\"auto, \" srcset=\"\" alt=\"formule voor fractioneel somproduct\" width=\"577\" height=\"280\"><\/figure><\/div><p> En in de tweede INT-functie heb je opnieuw hetzelfde bereik dat rekening houdt met getallen kleiner dan en gelijk aan 25. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63817\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/10-sumproduct-avec-differents-tableaux.png\" sizes=\"auto, \" srcset=\"\" alt=\"somproduct-met-verschillende-arrays\" width=\"593\" height=\"299\"><\/figure><\/div><p> Met de twee INT-functies heb je twee verschillende arrays. In de eerste heb je 1 voor elk getal groter dan of gelijk aan 10, en in de tweede 1 voor waarden kleiner dan of gelijk aan 25. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63818\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/11-int-avec-deux-tableaux-differents.png\" sizes=\"auto, \" srcset=\"\" alt=\"int-met-twee-verschillende-arrays\" width=\"633\" height=\"84\"><\/figure><\/div><p> Aan het einde,<\/p><ul><li> SUMPRODUCT vermenigvuldigt elke waarde in de eerste array met de waarde in de tweede array, en je krijgt een array met waarden die getallen tussen 10 en 25 vertegenwoordigen.<\/li><li> En retourneer daarna de som van deze waarden uit de array. <\/li><\/ul><div class=\"gb-container gb-container-6d5b6d9c gb-container-sample-file\"><h2 class=\"gb-headline gb-headline-acbdb120 gb-headline-text gb-headline-4f7959c2\"> Haal het Excel-bestand op<\/h2> <a class=\"gb-button gb-button-b1d8e62f gb-button-text gb-button-button1\" href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/compter-entre-deux-nombres-2.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\/aantal-lege-cellen\/\">Tel lege (lege) cellen met AANTAL.ALS in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tellen-indien-minder-dan\/\">Tel cellen kleiner dan een bepaalde waarde (AANTAL.ALS) in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tel-cellen-die-niet-gelijk-zijn-aan\/\">Tel cellen die niet gelijk zijn aan in Excel (AANTAL.ALS)<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tel-niet-lege-cellen\/\">Tel cellen die niet leeg zijn in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/rekening-groter-dan-nul\/\">Tel groter dan 0 (AANTAL.ALS) in Excel<\/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-1615","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 tel je tussen twee getallen? (2023-methoden)<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie over formules leert u hoe u de waarden tussen twee getallen kunt tellen met behulp van de functie AANTAL.ALS in Excel.\" \/>\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\/tellen-tussen-twee-getallen\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe tel je tussen twee getallen? (2023-methoden)\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie over formules leert u hoe u de waarden tussen twee getallen kunt tellen met behulp van de functie AANTAL.ALS in Excel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:50:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-liste-de-noms-et-dage.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=\"2 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/\",\"name\":\"Hoe tel je tussen twee getallen? (2023-methoden)\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-liste-de-noms-et-dage.png\",\"datePublished\":\"2023-11-15T10:51:02+00:00\",\"dateModified\":\"2023-12-06T05:50:36+00:00\",\"description\":\"In deze zelfstudie over formules leert u hoe u de waarden tussen twee getallen kunt tellen met behulp van de functie AANTAL.ALS in Excel.\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-liste-de-noms-et-dage.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-liste-de-noms-et-dage.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe tel je tussen twee getallen?\"}]},{\"@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 tel je tussen twee getallen? (2023-methoden)","description":"In deze zelfstudie over formules leert u hoe u de waarden tussen twee getallen kunt tellen met behulp van de functie AANTAL.ALS in Excel.","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\/tellen-tussen-twee-getallen\/","og_locale":"nl_NL","og_type":"article","og_title":"Hoe tel je tussen twee getallen? (2023-methoden)","og_description":"In deze zelfstudie over formules leert u hoe u de waarden tussen twee getallen kunt tellen met behulp van de functie AANTAL.ALS in Excel.","og_url":"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:50:36+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-liste-de-noms-et-dage.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"2 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/","url":"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/","name":"Hoe tel je tussen twee getallen? (2023-methoden)","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-liste-de-noms-et-dage.png","datePublished":"2023-11-15T10:51:02+00:00","dateModified":"2023-12-06T05:50:36+00:00","description":"In deze zelfstudie over formules leert u hoe u de waarden tussen twee getallen kunt tellen met behulp van de functie AANTAL.ALS in Excel.","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-liste-de-noms-et-dage.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-liste-de-noms-et-dage.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/tellen-tussen-twee-getallen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe tel je tussen twee getallen?"}]},{"@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\/1615","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=1615"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1615\/revisions"}],"predecessor-version":[{"id":2757,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1615\/revisions\/2757"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1615"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}