{"id":1756,"date":"2023-11-06T23:37:18","date_gmt":"2023-11-06T23:37:18","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/"},"modified":"2023-12-06T05:50:08","modified_gmt":"2023-12-06T05:50:08","slug":"rond-af-op-het-dichtstbijzijnde-duizendtal","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/","title":{"rendered":"Hoe rond je een getal af op de dichtstbijzijnde 100 en 10?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-3157912967\"><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>Als u een van die mensen bent die met statistische gegevens werkt of veel gegevens analyseert, kan deze formule op veel manieren nuttig voor u zijn. Hier zullen we leren hoe we een getal kunnen afronden op de dichtstbijzijnde 1000, 100 en 10.<\/p><h2 class=\"wp-block-heading\"> Rond een getal af op het dichtstbijzijnde duizendtal<\/h2><p> In Excel is er een functie genaamd ROUND die u kunt gebruiken om een getal af te ronden op het dichtstbijzijnde duizendtal. Hier heb ik het getal &#8220;123456789&#8221;, en ik wil dit getal afronden. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67143\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-valeur-numerique.png\" sizes=\"auto, \" srcset=\"\" alt=\"cel-met-numerieke-waarde\" width=\"457\" height=\"175\"><\/figure><\/div><p> U kunt de volgende stappen gebruiken.<\/p><ol type=\"1\"><li> <a href=\"https:\/\/exceladvisor.org\/nl\/cel-bewerken\/\">Bewerk eerst cel<\/a> B1 en begin met het typen van de ROUND-functie \u201c=ROND(\u201c.<\/li><li> Raadpleeg nu cel A1 waar we het getal hebben dat u wilt afronden.<\/li><li> Voer vervolgens in het tweede argument -3 in.<\/li><li> Voer aan het einde het haakje sluiten in en druk op Enter om het resultaat te krijgen. <\/li><\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67144\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-fonction-darrondi-au-1000-le-plus-proche.png\" sizes=\"auto, \" srcset=\"\" alt=\"afrondingsfunctie naar het dichtstbijzijnde duizendtal\" width=\"522\" height=\"209\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=ROUND(A1,-3)<\/code><\/pre><p> Op het moment dat je op Enter drukt, retourneert het 123457000, wat vervolgens wordt afgerond naar de 1000-versie van 123456789. Omdat je de laatste vier cijfers 6789 hebt, is het afgerond naar 7000. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67145\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/Resultat-de-la-fonction-3-tours.png\" sizes=\"auto, \" srcset=\"\" alt=\"resultaat van ronde functie\" width=\"544\" height=\"178\"><\/figure><\/div><p> Maar als je dit getal verandert in 123456489, waar je aan het einde 6489 hebt, rondt dezelfde functie het af naar 123456000. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67146\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-types-de-resultats-de-fonction-ronde.png\" sizes=\"auto, \" srcset=\"\" alt=\"ronde-functie-resultaattypen\" width=\"534\" height=\"192\"><\/figure><\/div><p> De ROUND-functie is slim genoeg om te bepalen naar welke kant het getal moet worden afgerond. Maar het kan voorkomen dat u een getal naar beneden of naar boven moet AFRONDEN naar het dichtstbijzijnde duizendtal.<\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=ROUNDDOWN(123456789,-3) = 123456000 =ROUNDUP(123456489,-3) = 123457000<\/code><\/pre><h2 class=\"wp-block-heading\"> Andere methoden om een getal af te ronden op het dichtstbijzijnde duizendtal<\/h2><p> Er zijn verschillende manieren om het te gebruiken:<\/p><ul><li> <strong>FLOOR-functie<\/strong> : FLOOR(123456789,1000) = 123457000<ul><li> In deze functie moet u een positieve 1000 gebruiken om een positief getal af te ronden en een negatieve -1000 om een negatief getal af te ronden.<\/li><\/ul><\/li><li> <strong>PLAFOND Functie<\/strong> : PLAFOND (C1,1000) = 123457000<ul><li> In deze functie moet u een positieve 1000 gebruiken om een positief getal af te ronden en een negatieve -1000 om een negatief getal af te ronden.<\/li><\/ul><\/li><\/ul><h2 class=\"wp-block-heading\"> Een getal AFRONDEN naar de dichtstbijzijnde 100<\/h2><p> Op dezelfde manier kunt u de functie RONDE gebruiken om een getal af te ronden naar het dichtstbijzijnde honderdtal. Om dit te doen, gebruikt u eenvoudigweg -2 in het num_digit argument. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=ROUND(A1,-2)<\/code><\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67147\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-arrondir-un-nombre-au-100-le-plus-proche.png\" sizes=\"auto, \" srcset=\"\" alt=\"getal afgerond op het dichtstbijzijnde 100\" width=\"466\" height=\"201\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Het afronden van een getal naar de dichtstbijzijnde 10<\/h2><p> En als u een getal wilt afronden naar het dichtstbijzijnde tiental, gebruikt u de functie AFRONDEN op de volgende manier. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-67148\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-arrondir-un-nombre-au-10-le-plus-proche.png\" sizes=\"auto, \" srcset=\"\" alt=\"rond een getal af op de dichtstbijzijnde 10\" width=\"483\" height=\"189\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=ROUND(A1,-1)<\/code><\/pre><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\/11\/arrondir-au-millier-le-plus-proche-100-10.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\/rond-af-naar-de-dichtstbijzijnde-5\/\">Rond af naar de dichtstbijzijnde 0,5, 5,50 (omlaag-omhoog) in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/rond-percentage-2\/\">Ronde waardenpercentage<\/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-1756","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 rond je een getal af op de dichtstbijzijnde 100 en 10?<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie leert u verschillende manieren om een getal in Excel af te ronden naar de dichtstbijzijnde 1000, 100 en 10.\" \/>\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\/rond-af-op-het-dichtstbijzijnde-duizendtal\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe rond je een getal af op de dichtstbijzijnde 100 en 10?\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie leert u verschillende manieren om een getal in Excel af te ronden naar de dichtstbijzijnde 1000, 100 en 10.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:50:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-valeur-numerique.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\/rond-af-op-het-dichtstbijzijnde-duizendtal\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/\",\"name\":\"Hoe rond je een getal af op de dichtstbijzijnde 100 en 10?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-valeur-numerique.png\",\"datePublished\":\"2023-11-06T23:37:18+00:00\",\"dateModified\":\"2023-12-06T05:50:08+00:00\",\"description\":\"In deze zelfstudie leert u verschillende manieren om een getal in Excel af te ronden naar de dichtstbijzijnde 1000, 100 en 10.\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-valeur-numerique.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-valeur-numerique.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe rond je een getal af op de dichtstbijzijnde 100 en 10?\"}]},{\"@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 rond je een getal af op de dichtstbijzijnde 100 en 10?","description":"In deze zelfstudie leert u verschillende manieren om een getal in Excel af te ronden naar de dichtstbijzijnde 1000, 100 en 10.","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\/rond-af-op-het-dichtstbijzijnde-duizendtal\/","og_locale":"nl_NL","og_type":"article","og_title":"Hoe rond je een getal af op de dichtstbijzijnde 100 en 10?","og_description":"In deze zelfstudie leert u verschillende manieren om een getal in Excel af te ronden naar de dichtstbijzijnde 1000, 100 en 10.","og_url":"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:50:08+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-valeur-numerique.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\/rond-af-op-het-dichtstbijzijnde-duizendtal\/","url":"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/","name":"Hoe rond je een getal af op de dichtstbijzijnde 100 en 10?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-valeur-numerique.png","datePublished":"2023-11-06T23:37:18+00:00","dateModified":"2023-12-06T05:50:08+00:00","description":"In deze zelfstudie leert u verschillende manieren om een getal in Excel af te ronden naar de dichtstbijzijnde 1000, 100 en 10.","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-valeur-numerique.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-cellule-avec-valeur-numerique.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/rond-af-op-het-dichtstbijzijnde-duizendtal\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe rond je een getal af op de dichtstbijzijnde 100 en 10?"}]},{"@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\/1756","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=1756"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1756\/revisions"}],"predecessor-version":[{"id":2677,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1756\/revisions\/2677"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1756"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}