{"id":4099,"date":"2023-07-13T15:03:00","date_gmt":"2023-07-13T15:03:00","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/"},"modified":"2023-07-13T15:03:00","modified_gmt":"2023-07-13T15:03:00","slug":"excel-als-functie-groter-dan-of-gelijk-is-aan","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/","title":{"rendered":"Excel: hoe groter dan of gelijk aan te gebruiken in de als-functie"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">In Excel kunt u de operator <strong>&gt;=<\/strong> gebruiken om te controleren of een waarde in een bepaalde cel groter is dan of gelijk is aan een bepaalde waarde.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om deze operator in een IF-functie te gebruiken, kunt u de volgende syntaxis gebruiken:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #3366ff;\">C2<\/span> &gt;=20, \"Yes\", \"No\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Voor deze specifieke formule retourneert de functie &#8218;Ja&#8216; als de waarde in cel <strong>C2<\/strong> groter is dan of gelijk is aan 20.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Anders retourneert het &#8222;Nee&#8220;.<\/span><\/p>\n<p> <span style=\"color: #000000;\">De volgende voorbeelden laten zien hoe u deze syntaxis in de praktijk kunt gebruiken.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld: Maak een ALS-functie om Ja of Nee te retourneren in Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende gegevensset in Excel hebben die informatie bevat over verschillende basketbalspelers:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-32576 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/superieur-a-1-1.png\" alt=\"\" width=\"496\" height=\"503\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel <b>D2<\/b> typen om &#8218;Ja&#8216; te retourneren als het aantal punten in cel <strong>C2<\/strong> gelijk is aan of groter is dan 20:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #3366ff;\">C2<\/span> &gt;=20, \"Yes\", \"No\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen deze formule vervolgens naar elke resterende cel in kolom D slepen en invullen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-32578 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/superieur-a-2.png\" alt=\"\" width=\"549\" height=\"504\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De formule retourneert &#8218;Ja&#8216; of &#8218;Nee&#8216; in elke rij, afhankelijk van of de puntwaarde in kolom C groter is dan of gelijk is aan 20.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Houd er rekening mee dat u ook het teken groter dan of gelijk aan ( <strong>&gt;=<\/strong> ) kunt gebruiken om de waarde in twee cellen te vergelijken.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Stel dat we bijvoorbeeld de volgende gegevensset hebben die het aantal punten weergeeft dat door verschillende basketbalspelers is gescoord en toegestaan:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-32579 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/superieur-a-3.png\" alt=\"\" width=\"523\" height=\"482\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel <b>E2<\/b> typen om &#8218;Ja&#8216; te retourneren als het aantal punten in cel <strong>C2<\/strong> gelijk is aan of groter is dan het toegestane aantal punten in cel <strong>D2<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #3366ff;\">C2<\/span> &gt;= <span style=\"color: #ff0000;\">D2<\/span> , \"Yes\", \"No\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen deze formule vervolgens naar elke resterende cel in kolom E slepen en invullen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-32580 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/superieur-a-4.png\" alt=\"\" width=\"573\" height=\"494\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De formule retourneert &#8218;Ja&#8216; of &#8218;Nee&#8216; in elke rij, afhankelijk van of de puntwaarde in kolom C groter is dan of gelijk is aan de overeenkomstige puntwaarde in kolom D.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Aanvullende bronnen<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">In de volgende zelfstudies wordt uitgelegd hoe u andere veelvoorkomende taken in Excel kunt uitvoeren:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/nl\/excel-als-functie-met-3-voorwaarden\/\" target=\"_blank\" rel=\"noopener\">Excel: een ALS-functie gebruiken met 3 voorwaarden<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-als-functiebereik-van-waarden\/\" target=\"_blank\" rel=\"noopener\">Excel: een ALS-functie gebruiken met een bereik aan waarden<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/\" target=\"_blank\" rel=\"noopener\">Excel: hoe u een ALS-functie met datums gebruikt<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Excel kunt u de operator &gt;= gebruiken om te controleren of een waarde in een bepaalde cel groter is dan of gelijk is aan een bepaalde waarde. Om deze operator in een IF-functie te gebruiken, kunt u de volgende syntaxis gebruiken: =IF( C2 &gt;=20, &#8222;Yes&#8220;, &#8222;No&#8220;) Voor deze specifieke formule retourneert de functie &#8218;Ja&#8216; [&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-4099","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>Excel: hoe u groter dan of gelijk aan gebruikt in de ALS-functie - Statorialen<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een operator groter dan of gelijk aan gebruikt in een IF-functie 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:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: hoe u groter dan of gelijk aan gebruikt in de ALS-functie - Statorialen\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een operator groter dan of gelijk aan gebruikt in een IF-functie in Excel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-13T15:03:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/superieur-a-1-1.png\" \/>\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\/excel-als-functie-groter-dan-of-gelijk-is-aan\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/\",\"name\":\"Excel: hoe u groter dan of gelijk aan gebruikt in de ALS-functie - Statorialen\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-13T15:03:00+00:00\",\"dateModified\":\"2023-07-13T15:03:00+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een operator groter dan of gelijk aan gebruikt in een IF-functie in Excel.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: hoe groter dan of gelijk aan te gebruiken in de als-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":"Excel: hoe u groter dan of gelijk aan gebruikt in de ALS-functie - Statorialen","description":"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een operator groter dan of gelijk aan gebruikt in een IF-functie 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:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: hoe u groter dan of gelijk aan gebruikt in de ALS-functie - Statorialen","og_description":"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een operator groter dan of gelijk aan gebruikt in een IF-functie in Excel.","og_url":"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/","og_site_name":"Statorials","article_published_time":"2023-07-13T15:03:00+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/superieur-a-1-1.png"}],"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\/excel-als-functie-groter-dan-of-gelijk-is-aan\/","url":"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/","name":"Excel: hoe u groter dan of gelijk aan gebruikt in de ALS-functie - Statorialen","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-13T15:03:00+00:00","dateModified":"2023-07-13T15:03:00+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u een operator groter dan of gelijk aan gebruikt in een IF-functie in Excel.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-als-functie-groter-dan-of-gelijk-is-aan\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: hoe groter dan of gelijk aan te gebruiken in de als-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\/4099","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=4099"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4099\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4099"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4099"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4099"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}