{"id":2812,"date":"2023-07-20T14:26:52","date_gmt":"2023-07-20T14:26:52","guid":{"rendered":"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/"},"modified":"2023-07-20T14:26:52","modified_gmt":"2023-07-20T14:26:52","slug":"rest-google-spreadsheets-mod-functie","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/","title":{"rendered":"Hoe u de rest in google spreadsheets kunt krijgen met behulp van de mod-functie"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Je kunt de <b>MOD-<\/b> functie in Google Spreadsheets gebruiken om het restant na een deling te berekenen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Deze functie gebruikt de volgende basissyntaxis:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">MOD<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">dividend, divisor)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Goud:<\/span><\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>dividend<\/strong> : het getal dat moet worden gedeeld<\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>deler<\/strong> : het getal waardoor moet worden gedeeld<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">De volgende voorbeelden tonen het gebruik van deze functie in verschillende scenario&#8217;s in Google Spreadsheets.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Voorbeeld 1: Gebruik van de MOD-functie zonder rest<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">De volgende schermafbeelding laat zien hoe u de <strong>MOD-<\/strong> functie gebruikt in een situatie waarin er geen rest is:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24695 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/mod1.jpg\" alt=\"\" width=\"482\" height=\"373\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Uit het resultaat kunnen we zien dat de rest van 36 gedeeld door 6 <strong>nul<\/strong> is.<\/span><\/p>\n<p> <span style=\"color: #000000;\">6 deelt zich namelijk precies 6 keer in 36 en er blijven geen resten over.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Voorbeeld 2: Gebruik van de MOD-functie met een rest<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">De volgende schermafbeelding laat zien hoe u de <strong>MOD-<\/strong> functie gebruikt in een situatie waarin er een rest is:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24696 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/mod2.jpg\" alt=\"\" width=\"499\" height=\"407\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Uit het resultaat kunnen we zien dat de rest van 36 gedeeld door 7 <strong>gelijk is aan \u00e9\u00e9n<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">7 is in totaal 5 keer verdeeld in 36 en er blijft 1 over.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Voorbeeld 3: Gebruik van de MOD-functie bij delen door nul<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">De volgende schermafbeelding toont het resultaat van het gebruik van de <strong>MOD-<\/strong> functie wanneer we proberen te delen door nul:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24697 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/mod3.jpg\" alt=\"\" width=\"504\" height=\"402\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Wij ontvangen een <strong>#DIV\/0!<\/strong> fout omdat het niet mogelijk is om door nul te delen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Als we deze fout willen verwijderen, kunnen we de volgende formule gebruiken:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=IFERROR(MOD( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> , <span dir=\"auto\" style=\"color: #800080;\">B2<\/span> ), <span class=\" string \" dir=\"auto\">\"\"<\/span> )\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">De volgende schermafbeelding laat zien hoe u deze formule in de praktijk kunt gebruiken:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24698 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/mod4.jpg\" alt=\"\" width=\"506\" height=\"394\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Omdat we probeerden door nul te delen, retourneerde de formule eenvoudigweg een lege waarde.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Let op<\/strong> : U kunt <a href=\"https:\/\/support.google.com\/docs\/answer\/3093497?hl=en\" target=\"_blank\" rel=\"noopener\">hier<\/a> de volledige online documentatie voor de <b>MOD-<\/b> functie vinden.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Aanvullende bronnen<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">In de volgende tutorials wordt uitgelegd hoe u andere veelgebruikte functies in Google Spreadsheets kunt gebruiken:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/nl\/google-spreadsheet-gemiddelden\/\" target=\"_blank\" rel=\"noopener\">Hoe u de AVERAGEIFS-functie in Google Spreadsheets gebruikt<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/is-een-fout-in-google-spreadsheets\/\" target=\"_blank\" rel=\"noopener\">Hoe de ISERROR-functie in Google Spreadsheets te gebruiken<\/a><br \/><a href=\"https:\/\/statorials.org\/nl\/google-spreadsheets-negeren-nvt\/\" target=\"_blank\" rel=\"noopener\">Hoe #N\/A-waarden te negeren met formules in Google Spreadsheets<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Je kunt de MOD- functie in Google Spreadsheets gebruiken om het restant na een deling te berekenen. Deze functie gebruikt de volgende basissyntaxis: = MOD ( dividend, divisor) Goud: dividend : het getal dat moet worden gedeeld deler : het getal waardoor moet worden gedeeld De volgende voorbeelden tonen het gebruik van deze functie in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-2812","post","type-post","status-publish","format-standard","hentry","category-gids"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hoe u de rest in Google Spreadsheets kunt krijgen met behulp van de MOD-functie - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt uitgelegd hoe u de rest van een delingsprobleem in Google Spreadsheets kunt berekenen met behulp van de MOD-functie.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe u de rest in Google Spreadsheets kunt krijgen met behulp van de MOD-functie - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt uitgelegd hoe u de rest van een delingsprobleem in Google Spreadsheets kunt berekenen met behulp van de MOD-functie.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-20T14:26:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/mod1.jpg\" \/>\n<meta name=\"author\" content=\"Dr.benjamin anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dr.benjamin anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/\",\"url\":\"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/\",\"name\":\"Hoe u de rest in Google Spreadsheets kunt krijgen met behulp van de MOD-functie - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-20T14:26:52+00:00\",\"dateModified\":\"2023-07-20T14:26:52+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt uitgelegd hoe u de rest van een delingsprobleem in Google Spreadsheets kunt berekenen met behulp van de MOD-functie.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe u de rest in google spreadsheets kunt krijgen met behulp van de mod-functie\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/nl\/#website\",\"url\":\"https:\/\/statorials.org\/nl\/\",\"name\":\"Statorials\",\"description\":\"Uw gids voor statistische competentie\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/nl\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\",\"name\":\"Dr.benjamin anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr.benjamin anderson\"},\"description\":\"Ik ben Benjamin, een gepensioneerde hoogleraar statistiek die nu een toegewijde Statorials-lesgever is. Ik heb uitgebreide ervaring en expertise op het gebied van statistiek en ik ben vastbesloten om mijn kennis te delen met studenten via Statorials. Lees verder\",\"sameAs\":[\"http:\/\/statorials.org\/nl\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hoe u de rest in Google Spreadsheets kunt krijgen met behulp van de MOD-functie - Statorials","description":"In deze tutorial wordt uitgelegd hoe u de rest van een delingsprobleem in Google Spreadsheets kunt berekenen met behulp van de MOD-functie.","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:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/","og_locale":"de_DE","og_type":"article","og_title":"Hoe u de rest in Google Spreadsheets kunt krijgen met behulp van de MOD-functie - Statorials","og_description":"In deze tutorial wordt uitgelegd hoe u de rest van een delingsprobleem in Google Spreadsheets kunt berekenen met behulp van de MOD-functie.","og_url":"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/","og_site_name":"Statorials","article_published_time":"2023-07-20T14:26:52+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/mod1.jpg"}],"author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr.benjamin anderson","Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/","url":"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/","name":"Hoe u de rest in Google Spreadsheets kunt krijgen met behulp van de MOD-functie - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-20T14:26:52+00:00","dateModified":"2023-07-20T14:26:52+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt uitgelegd hoe u de rest van een delingsprobleem in Google Spreadsheets kunt berekenen met behulp van de MOD-functie.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/rest-google-spreadsheets-mod-functie\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe u de rest in google spreadsheets kunt krijgen met behulp van de mod-functie"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/nl\/#website","url":"https:\/\/statorials.org\/nl\/","name":"Statorials","description":"Uw gids voor statistische competentie","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/nl\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"},{"@type":"Person","@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219","name":"Dr.benjamin anderson","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/image\/","url":"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"Dr.benjamin anderson"},"description":"Ik ben Benjamin, een gepensioneerde hoogleraar statistiek die nu een toegewijde Statorials-lesgever is. Ik heb uitgebreide ervaring en expertise op het gebied van statistiek en ik ben vastbesloten om mijn kennis te delen met studenten via Statorials. Lees verder","sameAs":["http:\/\/statorials.org\/nl"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/2812","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/comments?post=2812"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/2812\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=2812"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=2812"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=2812"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}