{"id":1614,"date":"2023-11-15T10:56:18","date_gmt":"2023-11-15T10:56:18","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/"},"modified":"2023-12-06T05:57:01","modified_gmt":"2023-12-06T05:57:01","slug":"aparte-datum-en-tijd-2","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/","title":{"rendered":"Hoe datum en tijd scheiden in excel?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-2223296193\"><script type=\"text\/javascript\">\r\n\tatOptions = {\r\n\t\t'key' : 'c1158f160081d6540a8409e6925dab94',\r\n\t\t'format' : 'iframe',\r\n\t\t'height' : 250,\r\n\t\t'width' : 300,\r\n\t\t'params' : {}\r\n\t};\r\n<\/script>\r\n<script type=\"text\/javascript\" src=\"\/\/www.highperformanceformat.com\/c1158f160081d6540a8409e6925dab94\/invoke.js\"><\/script><\/div> <p>Als u in Excel een datum en tijd in \u00e9\u00e9n cel hebt gecombineerd, kunt u deze in twee verschillende waarden scheiden als datum en tijd. In deze tutorial zullen we enkele eenvoudige en nuttige methoden hiervoor bekijken.<\/p><p> Snelle formules om de datum te scheiden<\/p><ul><li> =INT(A1)<\/li><li> =AFRONDEN(A1,0)<\/li><li> =BOOM(A1)<\/li><\/ul><p> Snelle formules voor het scheiden van tijd<\/p><ul><li> =A1-INT(A1)<\/li><\/ul><p> In de bovenstaande formules is A1 de cel met de datum en tijd.<\/p><h2 id=\"understanding-date-and-time-in-excel\" class=\"wp-block-heading\"> Datum en tijd begrijpen in Excel<\/h2><p> Excel slaat een datum op als een numerieke waarde en de tijd als een breuk.<\/p><p> En in het volgende voorbeeld kun je zien dat je voor de datum in cel A1 de numerieke waarde 44541 hebt, voor de tijd in cel A2 is dit 0,52, en in cel A3 heb je een datum en tijd gecombineerd in de cellen en de numerieke waarde 44541,52. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63798\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-date-et-heure-dans-excel.png\" sizes=\"auto, \" srcset=\"\" alt=\"datum en tijd in Excel\" width=\"415\" height=\"283\"><\/figure><\/div><p> Dus als u de datum en tijd in twee afzonderlijke waarden wilt scheiden, moet u het gehele deel en het fractionele deel van de waarde scheiden. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63799\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-separer-la-partie-entiere.png\" sizes=\"auto, \" srcset=\"\" alt=\"scheid het hele deel\" width=\"342\" height=\"161\"><\/figure><\/div><h2 id=\"separate-date-from-time-in-excel\" class=\"wp-block-heading\"> Scheid datum en tijd in Excel<\/h2><p> Een van de beste manieren om een datum te scheiden van een datum- en tijdwaarde is door de functie INT te gebruiken. De INT-functie neemt een geheel getal uit een getal en laat het breukgedeelte weg. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=INT(A1)<\/code><\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63800\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-date-et-heure-distinctes.png\" sizes=\"auto, \" srcset=\"\" alt=\"afzonderlijke datum-van-tijd\" width=\"430\" height=\"258\"><\/figure><\/div><p> In het bovenstaande voorbeeld heb je de INT-functie die de referentie van cel A1 overneemt, waar je de datum en tijd in een numerieke waarde hebt. En het leverde 44541 op in het resultaat. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63801\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-format-de-valeur-comme-date.png\" sizes=\"auto, \" srcset=\"\" alt=\"formaat-waarde-als-datum\" width=\"577\" height=\"234\"><\/figure><\/div><p> En als u dit nu als datum formatteert, wordt alleen de datum weergegeven. Nu kunt u, naast de bovenstaande methoden, ook de volgende twee functies gebruiken om een aparte datum te krijgen.<\/p><p> Gebruik de ROUNDDOWN-functie om de tijd te verwijderen en de datum te splitsen. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63802\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-fonction-darrondi.png\" sizes=\"auto, \" srcset=\"\" alt=\"afrondingsfunctie\" width=\"576\" height=\"229\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=ROUNDDOWN(A1,0)<\/code><\/pre><p> En u kunt ook de TRUNC-functie gebruiken om de decimalen te verwijderen om de datum te scheiden. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=TRUNC(A1)<\/code><\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63803\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-fonction-tronc.png\" sizes=\"auto, \" srcset=\"\" alt=\"rompfunctie\" width=\"583\" height=\"231\"><\/figure><\/div><h2 id=\"separate-time-from-date-in-excel\" class=\"wp-block-heading\"> Scheid tijd en datum in Excel<\/h2><p> Om de tijd te scheiden, kunt u een formule gebruiken met behulp van de INT-functie. In het volgende voorbeeld hebt u het gehele deel van het re\u00eble getal afgetrokken en is de resterende waarde het uur. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63804\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/7-int-fonction-pour-separer-lheure-de-la-date.png\" sizes=\"auto, \" srcset=\"\" alt=\"int-functie-om-afzonderlijke-tijd-van-datum\" width=\"590\" height=\"269\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=A1-INT(A1)<\/code><\/pre><div class=\"gb-container gb-container-52dfcee1 gb-container-sample-file\"><h2 class=\"gb-headline gb-headline-e289c143 gb-headline-text gb-headline-4f7959c2\"> Haal het Excel-bestand op<\/h2><p> <a class=\"gb-button gb-button-e88d6bee gb-button-text gb-button-button1\" href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/date-et-heure-separees.xlsx\" rel=\"nofollow\">Downloaden<\/a> <\/p><\/div><div class=\"wp-block-group more-tutorials is-layout-flow\"><div class=\"wp-block-group__inner-container\"><h2 class=\"wp-block-heading\"> Meer formules <\/h2><div class=\"wp-block-columns is-layout-flex wp-container-15\"><div class=\"wp-block-column is-layout-flow\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/nl\/uren-toevoegen\/\">Voeg uren toe aan tijd in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/minuten-toevoegen-aan-de-tijd\/\">Voeg minuten toe aan tijd in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tijdsverschil-berekenen\/\">Verschil tussen twee keer in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tijdformaat-wijzigen\/\">Wijzig het tijdformaat in Excel<\/a><\/li><\/ul><\/div><div class=\"wp-block-column is-layout-flow\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tijd-in-minuten-2\/\">Converteer tijdwaarde naar minuten (Excel-formule)<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tijd-in-seconden-2\/\">Converteer tijdwaarde naar seconden<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/\">Krijg de huidige tijd (Excel-formule)<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/slaaptijd-2\/\">Somtijd in Excel (Excel-formule)<\/a><\/li><\/ul><\/div><\/div><p> \u21e0 Terug naar <a href=\"https:\/\/exceladvisor.org\/nl\/formules\/\">lijst met meer dan 100 Excel-formules (basis + geavanceerd)<\/a><\/p><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"ub_ctt_via":"","footnotes":""},"class_list":["post-1614","page","type-page","status-publish","hentry"],"featured_image_src":null,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hoe datum en tijd scheiden in Excel? - Excel-adviseur<\/title>\n<meta name=\"description\" content=\"In Excel kunt u verschillende functies gebruiken om datum en tijd te scheiden. En in deze tutorial zullen we deze allemaal bekijken\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe datum en tijd scheiden in Excel? - Excel-adviseur\" \/>\n<meta property=\"og:description\" content=\"In Excel kunt u verschillende functies gebruiken om datum en tijd te scheiden. En in deze tutorial zullen we deze allemaal bekijken\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:57:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-date-et-heure-dans-excel.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/\",\"name\":\"Hoe datum en tijd scheiden in Excel? - Excel-adviseur\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-date-et-heure-dans-excel.png\",\"datePublished\":\"2023-11-15T10:56:18+00:00\",\"dateModified\":\"2023-12-06T05:57:01+00:00\",\"description\":\"In Excel kunt u verschillende functies gebruiken om datum en tijd te scheiden. En in deze tutorial zullen we deze allemaal bekijken\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-date-et-heure-dans-excel.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-date-et-heure-dans-excel.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe datum en tijd scheiden in excel?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"name\":\"Excel Advisor\",\"description\":\"Uw gids voor datadominantie\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hoe datum en tijd scheiden in Excel? - Excel-adviseur","description":"In Excel kunt u verschillende functies gebruiken om datum en tijd te scheiden. En in deze tutorial zullen we deze allemaal bekijken","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:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/","og_locale":"nl_NL","og_type":"article","og_title":"Hoe datum en tijd scheiden in Excel? - Excel-adviseur","og_description":"In Excel kunt u verschillende functies gebruiken om datum en tijd te scheiden. En in deze tutorial zullen we deze allemaal bekijken","og_url":"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:57:01+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-date-et-heure-dans-excel.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"2 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/","url":"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/","name":"Hoe datum en tijd scheiden in Excel? - Excel-adviseur","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-date-et-heure-dans-excel.png","datePublished":"2023-11-15T10:56:18+00:00","dateModified":"2023-12-06T05:57:01+00:00","description":"In Excel kunt u verschillende functies gebruiken om datum en tijd te scheiden. En in deze tutorial zullen we deze allemaal bekijken","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-date-et-heure-dans-excel.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-date-et-heure-dans-excel.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe datum en tijd scheiden in excel?"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/nl\/#website","url":"https:\/\/exceladvisor.org\/nl\/","name":"Excel Advisor","description":"Uw gids voor datadominantie","publisher":{"@id":"https:\/\/exceladvisor.org\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/nl\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1614","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/comments?post=1614"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1614\/revisions"}],"predecessor-version":[{"id":2355,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1614\/revisions\/2355"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1614"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}