{"id":4920,"date":"2023-07-06T10:34:05","date_gmt":"2023-07-06T10:34:05","guid":{"rendered":"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/"},"modified":"2023-07-06T10:34:05","modified_gmt":"2023-07-06T10:34:05","slug":"blink-uit-als-het-met-de-tijd-functioneert","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/","title":{"rendered":"Excel: een als-functie in de loop van de tijd gebruiken"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende formules gebruiken om een ALS-functie met tijden in Excel te maken:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 1: Maak een ALS-functie om de tijd in de cel te vergelijken met een specifieke tijd<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #3366ff;\">B2<\/span> &lt;=TIMEVALUE(\"9:00\"), \"Yes\", \"No\")\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze formule controleert of de tijd in cel <strong>B2<\/strong> gelijk is aan of v\u00f3\u00f3r 09:00 uur en retourneert dienovereenkomstig &#8218;Ja&#8216; of &#8218;Nee&#8216;.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 2: Maak een ALS-functie om tijden 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;\">Deze formule controleert of de tijd in cel <strong>B2<\/strong> gelijk is aan of groter is dan de tijd in cel <strong>C2<\/strong> en retourneert dienovereenkomstig &#8222;Ja&#8220; of &#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 tijd in de cel te vergelijken met een specifieke tijd<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Laten we zeggen dat we in Excel een lijst met tijden hebben die aangeven wanneer een taak is voltooid en we willen weten of elke taak v\u00f3\u00f3r 9.00 uur is voltooid:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38394 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/siheure1.png\" alt=\"\" width=\"464\" height=\"400\" 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>B2<\/strong> v\u00f3\u00f3r 9.00 uur is voltooid, of anders &#8218;Nee&#8216; retourneren:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #3366ff;\">B2<\/span> &lt;=TIMEVALUE(\"9:00\"), \"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-38395 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/siheure2.png\" alt=\"\" width=\"527\" height=\"387\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De formule retourneert &#8218;Ja&#8216; of &#8218;Nee&#8216;, afhankelijk van of de tijd in kolom B v\u00f3\u00f3r of gelijk is aan 9:00 uur<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking<\/strong> : de functie <b>TIJDWAARDE<\/b> in Excel converteert een tijd die is opgeslagen als tekstwaarde naar een tijd die herkenbaar is aan Excel-formules.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 2: ALS-functie om tijden in twee cellen te vergelijken<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Laten we zeggen dat we twee tijdkolommen 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-38396 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sitime3.png\" alt=\"\" width=\"490\" height=\"388\" 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 het afsluittijdstip 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-38397 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sitemps4.png\" alt=\"\" width=\"487\" height=\"376\" 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 wel of niet op tijd is voltooid.<\/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> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/nl\/excel-minuten-aftrekken-van-de-tijd\/\" target=\"_blank\" rel=\"noopener\">Hoe minuten van tijd af te trekken in Excel<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-extraheert-de-tijd-uit-datetime\/\" target=\"_blank\" rel=\"noopener\">Hoe tijd uit datum en tijd te extraheren in Excel<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-verwijder-datum-tijd\/\" target=\"_blank\" rel=\"noopener\">Hoe de tijd van de datum in Excel te verwijderen<\/a><br \/><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende formules gebruiken om een ALS-functie met tijden in Excel te maken: Methode 1: Maak een ALS-functie om de tijd in de cel te vergelijken met een specifieke tijd =IF( B2 &lt;=TIMEVALUE(&#8222;9:00&#8220;), &#8222;Yes&#8220;, &#8222;No&#8220;) Deze formule controleert of de tijd in cel B2 gelijk is aan of v\u00f3\u00f3r 09:00 uur en retourneert [&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-4920","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 in de loop van de tijd te gebruiken \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u een IF-functie met tijd in Excel gebruikt.\" \/>\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\/blink-uit-als-het-met-de-tijd-functioneert\/\" \/>\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 in de loop van de tijd te gebruiken \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u een IF-functie met tijd in Excel gebruikt.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-06T10:34:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/siheure1.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\/blink-uit-als-het-met-de-tijd-functioneert\/\",\"url\":\"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/\",\"name\":\"Excel: Hoe een ALS-functie in de loop van de tijd te gebruiken \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-06T10:34:05+00:00\",\"dateModified\":\"2023-07-06T10:34:05+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u een IF-functie met tijd in Excel gebruikt.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: een als-functie in de loop van de tijd gebruiken\"}]},{\"@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 in de loop van de tijd te gebruiken \u2013 Statorials","description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u een IF-functie met tijd in Excel gebruikt.","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\/blink-uit-als-het-met-de-tijd-functioneert\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: Hoe een ALS-functie in de loop van de tijd te gebruiken \u2013 Statorials","og_description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u een IF-functie met tijd in Excel gebruikt.","og_url":"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/","og_site_name":"Statorials","article_published_time":"2023-07-06T10:34:05+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/siheure1.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\/blink-uit-als-het-met-de-tijd-functioneert\/","url":"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/","name":"Excel: Hoe een ALS-functie in de loop van de tijd te gebruiken \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-06T10:34:05+00:00","dateModified":"2023-07-06T10:34:05+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u een IF-functie met tijd in Excel gebruikt.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/blink-uit-als-het-met-de-tijd-functioneert\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: een als-functie in de loop van de tijd gebruiken"}]},{"@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\/4920","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=4920"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4920\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4920"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4920"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4920"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}