{"id":5094,"date":"2023-07-03T20:06:51","date_gmt":"2023-07-03T20:06:51","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/"},"modified":"2023-07-03T20:06:51","modified_gmt":"2023-07-03T20:06:51","slug":"excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/","title":{"rendered":"Excel: hoe u kunt controleren of de tijd tussen twee uur ligt"},"content":{"rendered":"<p><span style=\"color: #000000;\">U kunt de volgende formule in Excel gebruiken om te controleren of de tijd in een bepaalde cel tussen twee specifieke tijden valt:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span style=\"color: #000000;\"><span class=\" default-formula-text-color\" dir=\"auto\">=IF(AND( <span style=\"color: #3366ff;\">C2<\/span> &gt;=MIN( <span style=\"color: #ff0000;\">A2:B2<\/span> ), <span style=\"color: #3366ff;\">C2<\/span> &lt;=MAX( <span style=\"color: #ff0000;\">A2:B2<\/span> )),\"Yes\",\"No\")\n<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule controleert of de tijd in cel <strong>C2<\/strong> tussen de starttijd in cel <strong>A2<\/strong> en de eindtijd in cel <strong>B2<\/strong> ligt en retourneert vervolgens dienovereenkomstig &#8222;Ja&#8220; of &#8222;Nee&#8220;.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Het volgende voorbeeld laat zien hoe u deze formule in de praktijk kunt gebruiken.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld: Controleer of de tijd in Excel tussen twee uur ligt<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Laten we zeggen dat we de volgende gegevensset in Excel hebben die de begin- en eindtijden weergeeft, evenals de tijd waarop een specifieke gebeurtenis plaatsvond:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39677 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/temps-dans1.png\" alt=\"\" width=\"447\" height=\"377\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Stel dat we willen bepalen of elke gebeurtenis heeft plaatsgevonden tussen de begin- en eindtijd van elke rij.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om dit te doen, kunnen we de volgende formule in cel <strong>D2<\/strong> typen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span style=\"color: #000000;\"><span class=\" default-formula-text-color\" dir=\"auto\">=IF(AND( <span style=\"color: #3366ff;\">C2<\/span> &gt;=MIN( <span style=\"color: #ff0000;\">A2:B2<\/span> ), <span style=\"color: #3366ff;\">C2<\/span> &lt;=MAX( <span style=\"color: #ff0000;\">A2:B2<\/span> )),\"Yes\",\"No\")<\/span><\/span><\/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=\"aligncenter wp-image-39678\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/temps-dans2.png\" alt=\"Excel controleert of de tijd tussen twee uur ligt\" width=\"624\" height=\"369\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom D toont nu &#8222;Ja&#8220; of &#8222;Nee&#8220; om aan te geven of elke gebeurtenistijd binnen de start- en eindtijd van elke rij valt.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Bijvoorbeeld:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">De tijd van de eerste gebeurtenis, 7:54, ligt tussen de starttijd van 1:15 en 8:12, dus kolom D retourneert <strong>Yes<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De tijd van de tweede gebeurtenis, 10:40, ligt tussen de starttijd van 2:12 en 10:40, dus kolom D retourneert <strong>Yes<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">De tijd van de derde gebeurtenis, 05:18 uur, ligt niet tussen de starttijd van 03:15 uur en 05:15 uur, dus kolom D retourneert <strong>Nee.<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Enzovoort.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking 1:<\/strong> Als de gebeurtenistijd gelijk is aan de begin- of eindtijd, retourneert de functie <strong>Ja,<\/strong> omdat we de symbolen <strong>&lt;=<\/strong> en <strong>&gt;=<\/strong> in onze <strong>ALS-<\/strong> functie hebben gebruikt.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking #2:<\/strong> U kunt andere waarden dan &#8222;Ja&#8220; of &#8222;Nee&#8220; kiezen in de <strong>ALS-<\/strong> functie als u andere waarden wilt retourneren.<\/span><\/p>\n<h2> <strong><span style=\"color: #000000;\">Aanvullende bronnen<\/span><\/strong><\/h2>\n<p> <span style=\"color: #000000;\">In de volgende zelfstudies wordt uitgelegd hoe u andere veelvoorkomende bewerkingen in Excel uitvoert:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/nl\/gemiddelde-tijd-in-excel\/\" target=\"_blank\" rel=\"noopener\">Hoe de gemiddelde tijd in Excel te berekenen<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-plottijd-over-meerdere-dagen\/\" target=\"_blank\" rel=\"noopener\">Hoe tijd over meerdere dagen in Excel te plotten<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-optellen-aftrekken-uren-tijd\/\" target=\"_blank\" rel=\"noopener\">Hoe u uren kunt optellen en aftrekken van de tijd in Excel<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende formule in Excel gebruiken om te controleren of de tijd in een bepaalde cel tussen twee specifieke tijden valt: =IF(AND( C2 &gt;=MIN( A2:B2 ), C2 &lt;=MAX( A2:B2 )),&#8220;Yes&#8220;,&#8220;No&#8220;) Deze specifieke formule controleert of de tijd in cel C2 tussen de starttijd in cel A2 en de eindtijd in cel B2 ligt [&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-5094","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: Controleren of de tijd tussen twee uur ligt - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt met een voorbeeld uitgelegd hoe je kunt controleren of een tijd in Excel tussen de twee uur ligt.\" \/>\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-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: Controleren of de tijd tussen twee uur ligt - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt met een voorbeeld uitgelegd hoe je kunt controleren of een tijd in Excel tussen de twee uur ligt.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-03T20:06:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/temps-dans1.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-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/\",\"name\":\"Excel: Controleren of de tijd tussen twee uur ligt - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-03T20:06:51+00:00\",\"dateModified\":\"2023-07-03T20:06:51+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt met een voorbeeld uitgelegd hoe je kunt controleren of een tijd in Excel tussen de twee uur ligt.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: hoe u kunt controleren of de tijd tussen twee uur ligt\"}]},{\"@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: Controleren of de tijd tussen twee uur ligt - Statorials","description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe je kunt controleren of een tijd in Excel tussen de twee uur ligt.","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-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: Controleren of de tijd tussen twee uur ligt - Statorials","og_description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe je kunt controleren of een tijd in Excel tussen de twee uur ligt.","og_url":"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/","og_site_name":"Statorials","article_published_time":"2023-07-03T20:06:51+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/temps-dans1.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-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/","url":"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/","name":"Excel: Controleren of de tijd tussen twee uur ligt - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-03T20:06:51+00:00","dateModified":"2023-07-03T20:06:51+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe je kunt controleren of een tijd in Excel tussen de twee uur ligt.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-controleert-of-de-tijd-tussen-twee-tijdstippen-ligt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: hoe u kunt controleren of de tijd tussen twee uur ligt"}]},{"@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\/5094","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=5094"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/5094\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=5094"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=5094"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=5094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}