{"id":1633,"date":"2023-11-14T17:21:13","date_gmt":"2023-11-14T17:21:13","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/"},"modified":"2023-12-06T05:50:42","modified_gmt":"2023-12-06T05:50:42","slug":"countives-countif-of-logisch","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/","title":{"rendered":"Hoe or-logica gebruiken in aantal.als\/counifs in excel?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-3178701880\"><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>Een paar dagen geleden schreef ik over hoe we <a style=\"outline: none;\" href=\"https:\/\/exceladvisor.org\/nl\/sumif-sumifs-of-logica\/\">SUMIF OR<\/a> kunnen gebruiken. En vandaag wil ik laten zien dat we met dezelfde logica een COUNT OR-formule kunnen maken.<\/p><p> Zelfs wij kunnen dynamische criteria in deze formule cre\u00ebren. Maar eerst wil ik je iets vragen.<\/p><p> Heeft u ooit te maken gehad met een situatie waarin u meerdere waarden uit \u00e9\u00e9n kolom of celbereik moest tellen?<\/p><p> Zo ja, dan kan het gebruik van deze OR-logica in COUNTIF\/COUNTIFS een game changer voor u zijn.<\/p><p> Het punt is dat we normaal gesproken, wanneer we AANTAL.ALS zijn, gewoon cellen kunnen tellen door een enkele voorwaarde op te geven en met COUNIFS kunnen we meerdere voorwaarden specificeren, maar het gebruikt EN-logica om waarden te tellen.<\/p><p> Dit betekent dat we deze functies niet kunnen gebruiken om meer dan \u00e9\u00e9n waarde uit \u00e9\u00e9n kolom of bereik te tellen.<\/p><p> Maar vandaag wil ik in dit artikel een eenvoudige maar krachtige manier met u delen om de OR-voorwaarde in COUNIF toe te passen.<\/p><p> Zorg ervoor dat <a href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/ou-logique-dans-les-donnees-countif-et-countifs.xlsx\" rel=\"nofollow\">u dit gegevensbestand hier downloadt<\/a> en laten we nu aan de slag gaan&#8230;<\/p><h2 class=\"wp-block-heading\"> COUNTIF\/COUNTIFS OF gebruiken<\/h2><p> Bekijk de onderstaande gegevens eens, waar u een lijst met mensen en hun favoriete sociale-mediaplatforms heeft. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/donnees-a-utiliser-ou-logique-dans-countif-et-countifs-1.png\" sizes=\"\" srcset=\"\" alt=\"te gebruiken gegevens of logica in countif en countifs\"><\/figure><\/div><p> Nu moet je uit deze lijst van 50 mensen tellen hoeveel mensen \u2018Facebook\u2019 en \u2018Twitter\u2019 leuk vinden. Als u COUNIF wilt gebruiken, plaatst u de onderstaande formule in een cel en drukt u op Enter. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=SUM(COUNTIF(B2:B51,{\"Facebook\",\"Twitter\"}))<\/code><\/pre><p class=\"has-text-align-center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/formule-countif-a-utiliser-ou-logique-dans-countif-et-countifs-1.png\" sizes=\"auto, \" srcset=\"\" alt=\"countif-formule om te gebruiken of logica in countif en countifs\" width=\"721\" height=\"278\" data-id=\"11715\"><\/p><p> En als u COUNIFS wilt gebruiken, voegt u de onderstaande formule in een cel in en drukt u op Enter. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=SUM(COUNTIFS(B2:B51,{\"Twitter\",\"Facebook\"}))<\/code><\/pre><p class=\"has-text-align-center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/formule-countifs-a-utiliser-ou-logique-dans-countif-et-countifs-1.png\" sizes=\"auto, \" srcset=\"\" alt=\"countifs-formule die moet worden gebruikt of logica in countif en countifs\" width=\"716\" height=\"277\" data-id=\"11716\"><\/p><p> Met beide bovenstaande formules krijg je 25 in het resultaat, wat het aantal Facebook (17) + Twitter (8) gecombineerd is.<\/p><h2 class=\"wp-block-heading\"> Hoe het werkt<\/h2><p> Zoals ik eerder al zei, gebruikt COUNTIFS EN-logica en aan de andere kant kun je in COUNIF slechts \u00e9\u00e9n waarde opgeven om te tellen.<\/p><p> Om de toepassing van OR met deze functies te begrijpen, moet u deze formule in drie delen verdelen. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/comment-fonctionne-countif-ou-formule.png\" sizes=\"\" srcset=\"\" alt=\"hoe countif of formule werkt\"><\/figure><\/div><ol><li> Allereerst hebben we in deze formule twee verschillende criteria gebruikt, waarbij we gebruik maakten van het concept van een tabel.<\/li><li> En daarna gebruikten we AANTAL.ALS om deze twee waarden te vinden.<\/li><li> Uiteindelijk hebben we de volledige formule in de SUM-functie opgenomen om het gezamenlijke getal van de twee waarden te verkrijgen.<\/li><\/ol><p> Hier heb ik dit concept uitgelegd in AANTAL.ALS, maar de AANTAL.ALS-formule werkt op dezelfde manier.<\/p><h2 class=\"wp-block-heading\"> Dynamische OK-conditie<\/h2><p> Toen ik het gebruik <a href=\"https:\/\/exceladvisor.org\/nl\/sumif-sumifs-of-logica\/\">van OR in SUMIF\/SUMIFS<\/a> uitlegde, vroeg Shay me hoe ik dynamische waarden moest gebruiken in plaats van hardcore waarden in deze formule. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/utiliser-ou-logique-dans-countif-et-countifs-shay-comment-1.png\" sizes=\"\" srcset=\"\" alt=\"gebruik of logica in countif en countifs shay commentaar\"><\/figure><\/div><p> En om dit te doen, hoeft u slechts twee kleine wijzigingen in uw formule aan te brengen.<\/p><ol><li> De eerste is dat u in plaats van accolades een benoemd bereik van uw waarden moet gebruiken (de beste manier is om een array te gebruiken).<\/li><li> En daarna moet u deze formule invoeren met Ctrl+Shift+Enter als juiste matrixformule.<\/li><\/ol><p> Dus nu wordt je formule: <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">{=SUM(COUNTIFS(B2:B51,Named_Range))}<\/code><\/pre><p class=\"has-text-align-center\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/plage-dynamique-a-utiliser-ou-logique-dans-countif-et-countifs-1.png\" sizes=\"auto, \" srcset=\"\" alt=\"dynamisch bereik om te gebruiken of logica in countif en countifs\" width=\"724\" height=\"368\" data-id=\"11718\"><\/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\/ou-logique-dans-countif-et-countifs.xlsx\" rel=\"nofollow\">Downloaden<\/a><\/div><h2 class=\"wp-block-heading\"> Conclusie<\/h2><p> Het gebruik van OR-logica in COUNIF\/COUNIFS kan de kracht ervan vergroten en u behoeden voor het schrijven van lange formules.<\/p><p> En het gebruik van dynamische criteria is super geweldig. U kunt de waarden op elk moment wijzigen, zonder de formule te wijzigen.<\/p><p> Ik hoop dat u deze formuletips nuttig vond en dat ze u zullen helpen effectiever te worden in uw werk.<\/p><p> Dus, wat vind je van deze?<\/p><p> <strong>Heb je dit ooit eerder geprobeerd?<\/strong><\/p><p> Deel uw mening met mij in het opmerkingengedeelte, ik hoor graag van u. En vergeet deze tip niet met je vrienden te delen.<\/p><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\/tellen-tussen-twee-getallen\/\">Tel tussen twee getallen (COUNTIFS) in Excel<\/a><\/li><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><\/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-1633","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 OR-logica gebruiken in AANTAL.ALS\/COUNIFS in Excel?<\/title>\n<meta name=\"description\" content=\"In dit artikel leert u hoe u meerdere waarden kunt tellen met behulp van OR-logica in de functies AANTAL.ALS en AANTAL.ALS.\" \/>\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\/countives-countif-of-logisch\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe OR-logica gebruiken in AANTAL.ALS\/COUNIFS in Excel?\" \/>\n<meta property=\"og:description\" content=\"In dit artikel leert u hoe u meerdere waarden kunt tellen met behulp van OR-logica in de functies AANTAL.ALS en AANTAL.ALS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:50:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/donnees-a-utiliser-ou-logique-dans-countif-et-countifs-1.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\/countives-countif-of-logisch\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/\",\"name\":\"Hoe OR-logica gebruiken in AANTAL.ALS\/COUNIFS in Excel?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/donnees-a-utiliser-ou-logique-dans-countif-et-countifs-1.png\",\"datePublished\":\"2023-11-14T17:21:13+00:00\",\"dateModified\":\"2023-12-06T05:50:42+00:00\",\"description\":\"In dit artikel leert u hoe u meerdere waarden kunt tellen met behulp van OR-logica in de functies AANTAL.ALS en AANTAL.ALS.\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/donnees-a-utiliser-ou-logique-dans-countif-et-countifs-1.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/donnees-a-utiliser-ou-logique-dans-countif-et-countifs-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe or-logica gebruiken in aantal.als\/counifs 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 OR-logica gebruiken in AANTAL.ALS\/COUNIFS in Excel?","description":"In dit artikel leert u hoe u meerdere waarden kunt tellen met behulp van OR-logica in de functies AANTAL.ALS en AANTAL.ALS.","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\/countives-countif-of-logisch\/","og_locale":"nl_NL","og_type":"article","og_title":"Hoe OR-logica gebruiken in AANTAL.ALS\/COUNIFS in Excel?","og_description":"In dit artikel leert u hoe u meerdere waarden kunt tellen met behulp van OR-logica in de functies AANTAL.ALS en AANTAL.ALS.","og_url":"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:50:42+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/donnees-a-utiliser-ou-logique-dans-countif-et-countifs-1.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\/countives-countif-of-logisch\/","url":"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/","name":"Hoe OR-logica gebruiken in AANTAL.ALS\/COUNIFS in Excel?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/donnees-a-utiliser-ou-logique-dans-countif-et-countifs-1.png","datePublished":"2023-11-14T17:21:13+00:00","dateModified":"2023-12-06T05:50:42+00:00","description":"In dit artikel leert u hoe u meerdere waarden kunt tellen met behulp van OR-logica in de functies AANTAL.ALS en AANTAL.ALS.","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/donnees-a-utiliser-ou-logique-dans-countif-et-countifs-1.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/donnees-a-utiliser-ou-logique-dans-countif-et-countifs-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/countives-countif-of-logisch\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe or-logica gebruiken in aantal.als\/counifs 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\/1633","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=1633"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1633\/revisions"}],"predecessor-version":[{"id":2774,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1633\/revisions\/2774"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}