{"id":1705,"date":"2023-11-10T17:00:39","date_gmt":"2023-11-10T17:00:39","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/"},"modified":"2023-12-06T05:49:37","modified_gmt":"2023-12-06T05:49:37","slug":"huidige-tijd-2","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/","title":{"rendered":"Hoe krijg ik de huidige tijd in excel?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-3753421959\"><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>Om de huidige tijd in Excel te verkrijgen met behulp van een formule, moet u de NU-functie van Excel samen met de TRUNC-functie gebruiken. Met deze twee functies kunt u de huidige tijd in een cel verkrijgen. Maar u moet begrijpen dat NU een vluchtige functie is die elke keer dat uw werkblad wordt bijgewerkt, wordt bijgewerkt. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-79372\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-heure-actuelle-dans-excel.png\" sizes=\"auto, \" srcset=\"\" alt=\"huidige-tijd-in-excel\" width=\"498\" height=\"302\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Formule om de huidige tijd in Excel te krijgen<\/h2><p> U kunt de volgende stappen gebruiken:<\/p><ol type=\"1\"><li> Voer eerst in een cel de functie NU in (nu hoeft u geen argumenten op te geven).<\/li><li> Voer vervolgens de min-operator in.<\/li><li> Voer nu de TRUNC-functie in.<\/li><li> Voer daarna in TRUNC de NU-functie in.<\/li><li> Sluit aan het einde de TRUNC-functie en druk op Enter om het resultaat te krijgen. <\/li><\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-79373\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-formules-pour-obtenir-lheure-actuelle.png\" sizes=\"auto, \" srcset=\"\" alt=\"formule-om-huidige-tijd te krijgen\" width=\"568\" height=\"278\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=NOW()-TRUNC(NOW())<\/code><\/pre><h2 class=\"wp-block-heading\"> Hoe werkt deze formule?<\/h2><p> Excel slaat een datum op als een geheel getal en de tijd als een decimale waarde. Wanneer u nu de NU-functie in een cel invoert, retourneert deze de huidige datum en tijd. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-79374\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-formule-maintenant.png\" sizes=\"auto, \" srcset=\"\" alt=\"nu-formule\" width=\"679\" height=\"190\"><\/figure><\/div><p> Maar om deze formule te begrijpen, moet je deze in twee delen verdelen. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-79375\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-formule-maintenant-et-tronc.png\" sizes=\"auto, \" srcset=\"\" alt=\"nu-en-trunc-formule\" width=\"551\" height=\"158\"><\/figure><\/div><p> In het eerste deel hebben we de NU-functie die de huidige datum en tijd retourneert (datum in geheel getal en tijd in decimaal). <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-79376\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-premiere-partie-a-maintenant-la-formule.png\" sizes=\"auto, \" srcset=\"\" alt=\"het-eerste-deel-heeft-nu-de-formule\" width=\"558\" height=\"218\"><\/figure><\/div><p> In het tweede deel hebben we opnieuw de NU-functie, maar dan verpakt in TRUNC. De TRUNC-functie verwijdert het volledige deel van de waarden die NOW retourneert. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-79377\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-deuxieme-partie-a-une-formule-tronconique.png\" sizes=\"auto, \" srcset=\"\" alt=\"tweede-deel-een-stam-formule\" width=\"511\" height=\"272\"><\/figure><\/div><p> Uit het resultaat van het eerste deel heb je zowel de datum als de tijd. En uit het resultaat van het tweede deel heb je alleen de datum. En daarom krijg je pas tijd in de uitslag als je binnen een seconde van de eerste zit. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-79378\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/7-date-et-heure-moins-date-egale-a-lheure.png\" sizes=\"auto, \" srcset=\"\" alt=\"datum-en-tijd-minus-datum-is-is-tijd\" width=\"482\" height=\"106\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Belangrijke punten<\/h2><ul><li> NU is een vluchtige functie en zal veranderen wanneer u iets in uw spreadsheet bijwerkt. U kunt de formule ook naar waarde converteren met behulp van het speciale kopi\u00ebren en plakken.<\/li><li> NU toont u de tijd op basis van hoe laat u zich in uw systeem bevindt. <\/li><\/ul><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\/heure-actuelle.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><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\/\">Bereken het tijdsverschil tussen twee uur in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/tijdformaat-wijzigen\/\">Wijzig het tijdformaat in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/militaire-tijd\/\">Militaire tijd (ophalen en aftrekken) in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/aparte-datum-en-tijd-2\/\">Aparte datum en tijd in Excel<\/a><\/li><\/ul><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-1705","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 krijg ik de huidige tijd in Excel? - Excel-adviseur<\/title>\n<meta name=\"description\" content=\"In deze tutorial leren we hoe we een Excel-formule kunnen schrijven om de huidige tijd in een cel te krijgen. Laten we dit controleren...\" \/>\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\/huidige-tijd-2\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe krijg ik de huidige tijd in Excel? - Excel-adviseur\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial leren we hoe we een Excel-formule kunnen schrijven om de huidige tijd in een cel te krijgen. Laten we dit controleren...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:49:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-heure-actuelle-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\/huidige-tijd-2\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/\",\"name\":\"Hoe krijg ik de huidige tijd in Excel? - Excel-adviseur\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-heure-actuelle-dans-excel.png\",\"datePublished\":\"2023-11-10T17:00:39+00:00\",\"dateModified\":\"2023-12-06T05:49:37+00:00\",\"description\":\"In deze tutorial leren we hoe we een Excel-formule kunnen schrijven om de huidige tijd in een cel te krijgen. Laten we dit controleren...\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-heure-actuelle-dans-excel.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-heure-actuelle-dans-excel.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe krijg ik de huidige tijd 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 krijg ik de huidige tijd in Excel? - Excel-adviseur","description":"In deze tutorial leren we hoe we een Excel-formule kunnen schrijven om de huidige tijd in een cel te krijgen. Laten we dit controleren...","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\/huidige-tijd-2\/","og_locale":"nl_NL","og_type":"article","og_title":"Hoe krijg ik de huidige tijd in Excel? - Excel-adviseur","og_description":"In deze tutorial leren we hoe we een Excel-formule kunnen schrijven om de huidige tijd in een cel te krijgen. Laten we dit controleren...","og_url":"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:49:37+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-heure-actuelle-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\/huidige-tijd-2\/","url":"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/","name":"Hoe krijg ik de huidige tijd in Excel? - Excel-adviseur","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-heure-actuelle-dans-excel.png","datePublished":"2023-11-10T17:00:39+00:00","dateModified":"2023-12-06T05:49:37+00:00","description":"In deze tutorial leren we hoe we een Excel-formule kunnen schrijven om de huidige tijd in een cel te krijgen. Laten we dit controleren...","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-heure-actuelle-dans-excel.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-heure-actuelle-dans-excel.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/huidige-tijd-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe krijg ik de huidige tijd 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\/1705","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=1705"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1705\/revisions"}],"predecessor-version":[{"id":2632,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1705\/revisions\/2632"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1705"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}