{"id":3738,"date":"2023-07-15T20:36:09","date_gmt":"2023-07-15T20:36:09","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/"},"modified":"2023-07-15T20:36:09","modified_gmt":"2023-07-15T20:36:09","slug":"excel-als-functie-met-datums","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/","title":{"rendered":"Excel: hoe u een als-functie met datums gebruikt"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende formules gebruiken om een ALS-functie met datums in Excel te maken:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 1: Maak een ALS-functie om de datum in de cel te vergelijken met een specifieke datum<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #3366ff;\">A2<\/span> &lt;=DATEVALUE(\"10\/15\/2022\"), \"Yes\", \"No\")\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Voor deze formule retourneert de functie &#8218;Ja&#8216; als de waarde in cel <strong>A2<\/strong> gelijk is aan of eerder is dan 15-10-2022. Anders retourneert het &#8222;Nee&#8220;.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 2: Maak een ALS-functie om datums in twee cellen te vergelijken<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #3366ff;\">A2<\/span> &lt;= <span style=\"color: #ff0000;\">B2<\/span> , \"Yes\", \"No\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Voor deze formule retourneert de functie &#8218;Ja&#8216; als de datum in cel <strong>A2<\/strong> gelijk is aan of eerder is dan de datum in cel <strong>B2<\/strong> . Anders retourneert het &#8222;Nee&#8220;.<\/span><\/p>\n<p> <span style=\"color: #000000;\">De volgende voorbeelden laten zien hoe u elke formule in de praktijk kunt gebruiken.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 1: ALS-functie om de datum in de cel te vergelijken met een specifieke datum<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Stel dat we in Excel een lijst met datums hebben die aangeven wanneer een taak is voltooid en we willen weten of elke taak v\u00f3\u00f3r 15-10-2022 is voltooid:<\/span><\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-30452 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/dateif1.jpg\" alt=\"\" width=\"506\" height=\"496\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel <strong>B2<\/strong> typen om &#8218;Ja&#8216; te retourneren als de taak in cel <strong>A2<\/strong> v\u00f3\u00f3r of op 15-10-2022 is voltooid, of om anders &#8218;Nee&#8216; te retourneren:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #3366ff;\">A2<\/span> &lt;=DATEVALUE(\"10\/15\/2022\"), \"Yes\", \"No\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen deze formule vervolgens naar elke resterende cel in kolom B slepen en invullen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-30453\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/dateif2.jpg\" alt=\"Excel ALS-functie met datums\" width=\"613\" height=\"442\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De formule retourneert &#8218;Ja&#8216; of &#8218;Nee&#8216;, afhankelijk van of de datum in kolom A v\u00f3\u00f3r of gelijk is aan 15-10-2022.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking<\/strong> : de functie <strong>DATUMWAARDE<\/strong> in Excel converteert een datum die is opgeslagen als tekstwaarde naar een datum die herkenbaar is aan Excel-formules.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 2: ALS-functie om datums in twee cellen te vergelijken<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Laten we zeggen dat we twee datumkolommen in Excel hebben die aangeven wanneer een taak is voltooid, evenals de vervaldatum van de taak:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-30454 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/dateif3.jpg\" alt=\"\" width=\"507\" height=\"468\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel <strong>C2<\/strong> typen om &#8218;Ja&#8216; te retourneren als de taak in cel <strong>A2<\/strong> v\u00f3\u00f3r of op de deadline in cel <strong>B2<\/strong> is voltooid, of om &#8218;Nee&#8216; te retourneren als dit niet het geval is:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #3366ff;\">A2<\/span> &lt;= <span style=\"color: #ff0000;\">B2<\/span> , \"Yes\", \"No\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen deze formule vervolgens naar elke resterende cel in kolom C slepen en invullen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-30455 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/dateif4.jpg\" alt=\"\" width=\"525\" height=\"499\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De formule retourneert &#8218;Ja&#8216; of &#8218;Nee&#8216;, afhankelijk van of de taak in elke rij op tijd is voltooid.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking<\/strong> : bij deze formule wordt ervan uitgegaan dat beide kolommen in Excel zijn opgemaakt als datums (niet als tekst).<\/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-maand-tussen-datums\/\" target=\"_blank\" rel=\"noopener\">Excel: bereken het aantal maanden tussen datums<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-optellen-op-datum\/\" target=\"_blank\" rel=\"noopener\">Excel: hoe u de som op datum berekent<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-gemiddelde-op-datum\/\" target=\"_blank\" rel=\"noopener\">Excel: hoe het gemiddelde op datum te berekenen<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende formules gebruiken om een ALS-functie met datums in Excel te maken: Methode 1: Maak een ALS-functie om de datum in de cel te vergelijken met een specifieke datum =IF( A2 &lt;=DATEVALUE(&#8222;10\/15\/2022&#8220;), &#8222;Yes&#8220;, &#8222;No&#8220;) Voor deze formule retourneert de functie &#8218;Ja&#8216; als de waarde in cel A2 gelijk is aan of eerder [&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-3738","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 een ALS-functie met datums te gebruiken - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt uitgelegd hoe u een IF-functie met datums in Excel gebruikt, met verschillende voorbeelden.\" \/>\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-met-datums\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: Hoe een ALS-functie met datums te gebruiken - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt uitgelegd hoe u een IF-functie met datums in Excel gebruikt, met verschillende voorbeelden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-15T20:36:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/dateif1.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\/excel-als-functie-met-datums\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/\",\"name\":\"Excel: Hoe een ALS-functie met datums te gebruiken - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-15T20:36:09+00:00\",\"dateModified\":\"2023-07-15T20:36:09+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt uitgelegd hoe u een IF-functie met datums in Excel gebruikt, met verschillende voorbeelden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: hoe u een als-functie met datums gebruikt\"}]},{\"@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 een ALS-functie met datums te gebruiken - Statorials","description":"In deze tutorial wordt uitgelegd hoe u een IF-functie met datums in Excel gebruikt, met verschillende voorbeelden.","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-met-datums\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: Hoe een ALS-functie met datums te gebruiken - Statorials","og_description":"In deze tutorial wordt uitgelegd hoe u een IF-functie met datums in Excel gebruikt, met verschillende voorbeelden.","og_url":"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/","og_site_name":"Statorials","article_published_time":"2023-07-15T20:36:09+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/dateif1.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\/excel-als-functie-met-datums\/","url":"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/","name":"Excel: Hoe een ALS-functie met datums te gebruiken - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-15T20:36:09+00:00","dateModified":"2023-07-15T20:36:09+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt uitgelegd hoe u een IF-functie met datums in Excel gebruikt, met verschillende voorbeelden.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-als-functie-met-datums\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: hoe u een als-functie met datums gebruikt"}]},{"@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\/3738","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=3738"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3738\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=3738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=3738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=3738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}