{"id":5063,"date":"2023-07-04T08:49:09","date_gmt":"2023-07-04T08:49:09","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/"},"modified":"2023-07-04T08:49:09","modified_gmt":"2023-07-04T08:49:09","slug":"excel-combineert-datum-en-tijd","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/","title":{"rendered":"Datum en tijd combineren in excel (2 methoden)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende formules in Excel gebruiken om een datum en tijd in afzonderlijke cellen te combineren tot \u00e9\u00e9n cel in Excel:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Methode 1: gebruik toevoeging<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><b>= <span style=\"color: #3366ff;\">A2<\/span> + <span style=\"color: #ff0000;\">B2<\/span><\/b><\/span><\/pre>\n<p> <span style=\"color: #000000;\"><strong>Methode 2: Gebruik CONCAT en TEKST<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=CONCAT(TEXT( <span style=\"color: #3366ff;\">A2<\/span> ,\"mm\/dd\/yyyy\"),\" \",TEXT( <span style=\"color: #ff0000;\">B2<\/span> ,\"h:mm:ss AM\/PM\"))<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Het voordeel van het gebruik van de <strong>TEKST-<\/strong> functie is dat u het exacte formaat van de resulterende datum en tijd kunt opgeven.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking<\/strong> : Beide formules gaan ervan uit dat de datum in cel <strong>A2<\/strong> staat en de tijd in cel <strong>B2<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">De volgende voorbeelden laten zien hoe u elke methode in de praktijk kunt gebruiken met de volgende datum- en tijdkolommen in Excel:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39454 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/combine1.png\" alt=\"\" width=\"452\" height=\"396\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 1: Datum en tijd combineren met optelling<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel <strong>C2<\/strong> typen om de datum in cel <strong>A2<\/strong> te combineren met de tijd in cel <strong>B2<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><b>= <span style=\"color: #3366ff;\">A2<\/span> + <span style=\"color: #ff0000;\">B2<\/span><\/b><\/span><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen vervolgens op deze formule klikken en deze naar elke resterende cel in kolom C slepen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-39453\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/combine2.png\" alt=\"Excel combineert datum en tijd met optellen\" width=\"509\" height=\"436\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom C toont nu voor elke rij de datum en tijd in een cel.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Standaard geeft Excel niet elk uur de AM- of PM-tijd weer, maar de tijden op een 24-uursklok.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld 2: Combineer datum en tijd met CONCAT en TEXT<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">We kunnen de volgende formule in cel <strong>C2<\/strong> typen om de datum in cel <strong>A2<\/strong> te combineren met de tijd in cel <strong>B2<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=CONCAT(TEXT( <span style=\"color: #3366ff;\">A2<\/span> ,\"mm\/dd\/yyyy\"),\" \",TEXT( <span style=\"color: #ff0000;\">B2<\/span> ,\"h:mm:ss AM\/PM\"))<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen vervolgens op deze formule klikken en deze naar elke resterende cel in kolom C slepen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-39455\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/combine3.png\" alt=\"Excel combineerde datum en tijd met CONCAT en TEXT\" width=\"674\" height=\"335\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom C toont nu voor elke rij de datum en tijd in een cel.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Houd er rekening mee dat we <strong>mm\/dd\/jjjj<\/strong> hebben opgegeven als datumnotatie en <strong>u:mm:ss AM\/PM<\/strong> als tijdnotatie.<\/span><\/p>\n<p> <span style=\"color: #000000;\">We kunnen ook de functie <strong>TEXT<\/strong> gebruiken om een ander formaat voor de resulterende datum en tijd op te geven.<\/span><\/p>\n<p> <span style=\"color: #000000;\">We zouden bijvoorbeeld in plaats daarvan de volgende formule in cel <strong>C2<\/strong> kunnen typen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=CONCAT(TEXT( <span style=\"color: #3366ff;\">A2<\/span> ,\"dd-mm-yyyy\"),\" \",TEXT( <span style=\"color: #ff0000;\">B2<\/span> ,\"h:mm AM\/PM\"))<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen vervolgens op deze formule klikken en deze naar elke resterende cel in kolom C slepen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39456 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/combine4.png\" alt=\"\" width=\"679\" height=\"327\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Kolom C toont nu de datum met eerst de dag, dan de maand en dan het jaar met streepjes ertussen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">De tijd wordt ook weergegeven met alleen uren en minuten.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Voel je vrij om welke opmaak dan ook te gebruiken in de <strong>TEKST-<\/strong> functies van de formule om de resulterende datum en tijd op te maken zoals jij dat wilt.<\/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\/excel-verschil-tussen-tijd-in-uren\/\" target=\"_blank\" rel=\"noopener\">Excel: bereken het verschil tussen twee keer in uren<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-verschil-tussen-tijd-in-minuten\/\" target=\"_blank\" rel=\"noopener\">Excel: bereken het verschil tussen twee keer in minuten<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/gemiddelde-tijd-in-excel\/\" target=\"_blank\" rel=\"noopener\">Excel: hoe bereken je de gemiddelde tijd<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende formules in Excel gebruiken om een datum en tijd in afzonderlijke cellen te combineren tot \u00e9\u00e9n cel in Excel: Methode 1: gebruik toevoeging = A2 + B2 Methode 2: Gebruik CONCAT en TEKST =CONCAT(TEXT( A2 ,&#8220;mm\/dd\/yyyy&#8220;),&#8220; &#8222;,TEXT( B2 ,&#8220;h:mm:ss AM\/PM&#8220;)) Het voordeel van het gebruik van de TEKST- functie is dat [&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-5063","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>Datum en tijd combineren in Excel (2 methoden) - Statorials<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie wordt uitgelegd hoe u datum en tijd in Excel combineert in \u00e9\u00e9n cel, 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-combineert-datum-en-tijd\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Datum en tijd combineren in Excel (2 methoden) - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie wordt uitgelegd hoe u datum en tijd in Excel combineert in \u00e9\u00e9n cel, met verschillende voorbeelden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-04T08:49:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/combine1.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-combineert-datum-en-tijd\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/\",\"name\":\"Datum en tijd combineren in Excel (2 methoden) - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-04T08:49:09+00:00\",\"dateModified\":\"2023-07-04T08:49:09+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze zelfstudie wordt uitgelegd hoe u datum en tijd in Excel combineert in \u00e9\u00e9n cel, met verschillende voorbeelden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Datum en tijd combineren in excel (2 methoden)\"}]},{\"@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":"Datum en tijd combineren in Excel (2 methoden) - Statorials","description":"In deze zelfstudie wordt uitgelegd hoe u datum en tijd in Excel combineert in \u00e9\u00e9n cel, 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-combineert-datum-en-tijd\/","og_locale":"de_DE","og_type":"article","og_title":"Datum en tijd combineren in Excel (2 methoden) - Statorials","og_description":"In deze zelfstudie wordt uitgelegd hoe u datum en tijd in Excel combineert in \u00e9\u00e9n cel, met verschillende voorbeelden.","og_url":"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/","og_site_name":"Statorials","article_published_time":"2023-07-04T08:49:09+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/combine1.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-combineert-datum-en-tijd\/","url":"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/","name":"Datum en tijd combineren in Excel (2 methoden) - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-04T08:49:09+00:00","dateModified":"2023-07-04T08:49:09+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze zelfstudie wordt uitgelegd hoe u datum en tijd in Excel combineert in \u00e9\u00e9n cel, met verschillende voorbeelden.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-combineert-datum-en-tijd\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Datum en tijd combineren in excel (2 methoden)"}]},{"@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\/5063","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=5063"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/5063\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=5063"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=5063"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=5063"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}