{"id":3196,"date":"2023-11-10T17:00:39","date_gmt":"2023-11-10T17:00:39","guid":{"rendered":"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/"},"modified":"2023-12-03T11:19:17","modified_gmt":"2023-12-03T11:19:17","slug":"aktuelle-uhrzeit-2","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/","title":{"rendered":"Wie erhalte ich die aktuelle uhrzeit in excel?"},"content":{"rendered":"<div class=\"excel-vor-dem-inhalt\" id=\"excel-2007702103\"><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>Um die aktuelle Uhrzeit in Excel mithilfe einer Formel zu ermitteln, m\u00fcssen Sie die NOW-Funktion von Excel zusammen mit der TRUNC-Funktion verwenden. Mit diesen beiden Funktionen k\u00f6nnen Sie die aktuelle Uhrzeit in einer Zelle abrufen. Sie m\u00fcssen jedoch verstehen, dass NOW eine fl\u00fcchtige Funktion ist, die jedes Mal aktualisiert wird, wenn Ihr Blatt aktualisiert wird. <\/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=\"aktuelle-zeit-in-excel\" width=\"498\" height=\"302\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Formel zum Ermitteln der aktuellen Uhrzeit in Excel<\/h2><p> Sie k\u00f6nnen die folgenden Schritte verwenden:<\/p><ol type=\"1\"><li> Geben Sie zun\u00e4chst in einer Zelle die Funktion NOW ein (Sie m\u00fcssen jetzt keine Argumente mehr angeben).<\/li><li> Geben Sie als N\u00e4chstes den Minusoperator ein.<\/li><li> Geben Sie nun die TRUNC-Funktion ein.<\/li><li> Geben Sie anschlie\u00dfend in TRUNC die Funktion NOW ein.<\/li><li> Schlie\u00dfen Sie am Ende die TRUNC-Funktion und dr\u00fccken Sie die Eingabetaste, um das Ergebnis zu erhalten. <\/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=\"Formel, um die aktuelle Zeit zu erhalten\" 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\"> Wie funktioniert diese Formel?<\/h2><p> Excel speichert ein Datum als Ganzzahl und die Uhrzeit als Dezimalwert. Wenn Sie nun die Funktion JETZT in eine Zelle eingeben, werden das aktuelle Datum und die aktuelle Uhrzeit zur\u00fcckgegeben. <\/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=\"Jetzt-Formel\" width=\"679\" height=\"190\"><\/figure><\/div><p> Um diese Formel zu verstehen, m\u00fcssen Sie sie jedoch in zwei Teile teilen. <\/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=\"Jetzt-und-Trunk-Formel\" width=\"551\" height=\"158\"><\/figure><\/div><p> Im ersten Teil haben wir die Funktion NOW, die das aktuelle Datum und die aktuelle Uhrzeit zur\u00fcckgibt (Datum als Ganzzahl und Uhrzeit als Dezimalzahl). <\/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=\"Der-erste-Teil-hat-jetzt-die-Formel\" width=\"558\" height=\"218\"><\/figure><\/div><p> Im zweiten Teil haben wir wieder die NOW-Funktion, jedoch verpackt in TRUNC. Die TRUNC-Funktion entfernt den gesamten Teil der von NOW zur\u00fcckgegebenen Werte. <\/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=\"Zweiter Teil einer Stammformel\" width=\"511\" height=\"272\"><\/figure><\/div><p> Aus dem Ergebnis des ersten Teils haben Sie sowohl das Datum als auch die Uhrzeit. Und vom Ergebnis des zweiten Teils haben Sie nur das Datum. Und deshalb bekommst du im Ergebnis nur dann Zeit, wenn du innerhalb einer Sekunde an die erste herankommst. <\/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-und-Uhrzeit minus Datum ist gleich Uhrzeit\" width=\"482\" height=\"106\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Wichtige Punkte<\/h2><ul><li> NOW ist eine fl\u00fcchtige Funktion und \u00e4ndert sich, wenn Sie etwas in Ihrer Tabelle aktualisieren. Sie k\u00f6nnen die Formel auch mit der speziellen Funktion \u201eKopieren und Einf\u00fcgen\u201c in einen Wert umwandeln.<\/li><li> NOW zeigt Ihnen die Uhrzeit basierend auf der aktuellen Uhrzeit in Ihrem System an. <\/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\"> Holen Sie sich die Excel-Datei<\/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\">Herunterladen<\/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\"> Weitere Formeln<\/h2><ul><li> <a href=\"https:\/\/exceladvisor.org\/de\/fugen-sie-stunden-hinzu\/\">Addieren Sie Stunden zur Zeit in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/fugen-sie-der-zeit-minuten-hinzu\/\">Addieren Sie Minuten zur Zeit in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/zeitunterschied-berechnen\/\">Berechnen Sie den Zeitunterschied zwischen zwei Stunden in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/zeitformat-andern\/\">Zeitformat in Excel \u00e4ndern<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/wehrdienst\/\">Milit\u00e4rzeit (Get und Subtrahieren) in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/separates-datum-und-uhrzeit-2\/\">Separates Datum und Uhrzeit in Excel<\/a><\/li><\/ul><p> \u21e0 Zur\u00fcck zur <a href=\"https:\/\/exceladvisor.org\/de\/formeln\/\">Liste mit \u00fcber 100 Excel-Formeln (Grundkenntnisse + Fortgeschrittene)<\/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-3196","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>Wie erhalte ich die aktuelle Uhrzeit in Excel? - Excel-Berater<\/title>\n<meta name=\"description\" content=\"In diesem Tutorial lernen wir, wie man eine Excel-Formel schreibt, um die aktuelle Zeit in einer Zelle zu ermitteln. Lassen Sie uns das \u00fcberpr\u00fcfen ...\" \/>\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\/de\/aktuelle-uhrzeit-2\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wie erhalte ich die aktuelle Uhrzeit in Excel? - Excel-Berater\" \/>\n<meta property=\"og:description\" content=\"In diesem Tutorial lernen wir, wie man eine Excel-Formel schreibt, um die aktuelle Zeit in einer Zelle zu ermitteln. Lassen Sie uns das \u00fcberpr\u00fcfen ...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-03T11:19:17+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=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/\",\"url\":\"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/\",\"name\":\"Wie erhalte ich die aktuelle Uhrzeit in Excel? - Excel-Berater\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-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-03T11:19:17+00:00\",\"description\":\"In diesem Tutorial lernen wir, wie man eine Excel-Formel schreibt, um die aktuelle Zeit in einer Zelle zu ermitteln. Lassen Sie uns das \u00fcberpr\u00fcfen ...\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-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\/de\/aktuelle-uhrzeit-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/exceladvisor.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wie erhalte ich die aktuelle uhrzeit in excel?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/de\/#website\",\"url\":\"https:\/\/exceladvisor.org\/de\/\",\"name\":\"Excel Advisor\",\"description\":\"Ihr Leitfaden zur Datendominanz\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/de\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/exceladvisor.org\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/de\/wp-content\/uploads\/2023\/11\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/de\/wp-content\/uploads\/2023\/11\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wie erhalte ich die aktuelle Uhrzeit in Excel? - Excel-Berater","description":"In diesem Tutorial lernen wir, wie man eine Excel-Formel schreibt, um die aktuelle Zeit in einer Zelle zu ermitteln. Lassen Sie uns das \u00fcberpr\u00fcfen ...","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\/de\/aktuelle-uhrzeit-2\/","og_locale":"de_DE","og_type":"article","og_title":"Wie erhalte ich die aktuelle Uhrzeit in Excel? - Excel-Berater","og_description":"In diesem Tutorial lernen wir, wie man eine Excel-Formel schreibt, um die aktuelle Zeit in einer Zelle zu ermitteln. Lassen Sie uns das \u00fcberpr\u00fcfen ...","og_url":"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-03T11:19:17+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":{"Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/","url":"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/","name":"Wie erhalte ich die aktuelle Uhrzeit in Excel? - Excel-Berater","isPartOf":{"@id":"https:\/\/exceladvisor.org\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-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-03T11:19:17+00:00","description":"In diesem Tutorial lernen wir, wie man eine Excel-Formel schreibt, um die aktuelle Zeit in einer Zelle zu ermitteln. Lassen Sie uns das \u00fcberpr\u00fcfen ...","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-2\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/exceladvisor.org\/de\/aktuelle-uhrzeit-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\/de\/aktuelle-uhrzeit-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/exceladvisor.org\/de\/"},{"@type":"ListItem","position":2,"name":"Wie erhalte ich die aktuelle uhrzeit in excel?"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/de\/#website","url":"https:\/\/exceladvisor.org\/de\/","name":"Excel Advisor","description":"Ihr Leitfaden zur Datendominanz","publisher":{"@id":"https:\/\/exceladvisor.org\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/de\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/exceladvisor.org\/de\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/de\/wp-content\/uploads\/2023\/11\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/de\/wp-content\/uploads\/2023\/11\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/de\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/pages\/3196","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/comments?post=3196"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/pages\/3196\/revisions"}],"predecessor-version":[{"id":3925,"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/pages\/3196\/revisions\/3925"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/media?parent=3196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}