{"id":3098,"date":"2023-11-15T12:37:37","date_gmt":"2023-11-15T12:37:37","guid":{"rendered":"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/"},"modified":"2023-12-03T11:21:04","modified_gmt":"2023-12-03T11:21:04","slug":"fugen-sie-die-bisherigen-jahre-hinzu","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/","title":{"rendered":"Wie f\u00fcge ich in excel jahre zu einem datum hinzu?"},"content":{"rendered":"<div class=\"excel-vor-dem-inhalt\" id=\"excel-3664911789\"><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>Nehmen wir an, Sie haben ein Datum und m\u00f6chten ein Jahr hinzuf\u00fcgen, um das gleiche Datum f\u00fcr das n\u00e4chste Jahr zu erhalten. In diesem Tutorial sehen wir uns einige Beispiele an, um eine Formel f\u00fcr diesen Zweck zu erstellen.<\/p><h2 id=\"add-a-3-years-in-a-date-in-excel\" class=\"wp-block-heading\"> Addieren Sie 3 Jahre zu einem Datum in Excel<\/h2><p> Hier verwenden wir das Datum 1. Januar 2021, um es f\u00fcr Sie verst\u00e4ndlicher zu machen, und Sie m\u00fcssen zu diesem Datum drei Jahre hinzuf\u00fcgen, sodass das Datum der 1. Januar 2024 w\u00e4re. Dazu verwenden wir die EDATE-Funktion. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63960\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-ajouter-une-date-dans-excel.png\" sizes=\"auto, \" srcset=\"\" alt=\"F\u00fcgen Sie ein Datum in Excel hinzu\" width=\"366\" height=\"269\"><\/figure><\/div><ol type=\"1\"><li> Zun\u00e4chst ben\u00f6tigen Sie die EDATE-Funktion in Zelle B1.<\/li><li> Beziehen Sie sich anschlie\u00dfend im ersten Argument auf Zelle A1.<\/li><li> Dann 12, um 12 Monate anzugeben.<\/li><li> Multiplizieren Sie nun 12 mit 3, um 3 Jahre anzugeben.<\/li><li> Geben Sie am Ende die schlie\u00dfenden Klammern ein und dr\u00fccken Sie die Eingabetaste. <\/li><\/ol><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63961\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-fonction-date.png\" sizes=\"auto, \" srcset=\"\" alt=\"Bearbeitungsfunktion\" width=\"664\" height=\"256\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=EDATE(A1,12*3)<\/code><\/pre><h2 id=\"add-5-years-in-a-date\" class=\"wp-block-heading\"> Addiere 5 Jahre zu einem Datum<\/h2><p> Wenn Sie nun 5 Jahre zum Datum hinzuf\u00fcgen m\u00f6chten, w\u00fcrde die Formel \u00e4hnlich wie folgt aussehen. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63962\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-ajouter-5-ans-a-la-date.png\" sizes=\"auto, \" srcset=\"\" alt=\"Add-5-Jahre-in-Datum\" width=\"658\" height=\"292\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=EDATE(A1,12*5)<\/code><\/pre><h2 id=\"subtract-10-years-from-a-date\" class=\"wp-block-heading\"> Subtrahieren Sie 10 Jahre von einem Datum<\/h2><p> Und wenn Sie ein Jahr, sagen wir zehn Jahre, subtrahieren m\u00f6chten, k\u00f6nnen Sie eine Formel wie unten verwenden. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63963\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-soustraire-10-ans-a-partir-de-la-date.png\" sizes=\"auto, \" srcset=\"\" alt=\"10-Jahre-seit-Datum subtrahieren\" width=\"681\" height=\"264\"><\/figure><\/div><h2 id=\"other-method-to-add-and-subtract-years-from-a-date\" class=\"wp-block-heading\">Eine weitere Methode zum Addieren und Subtrahieren von Jahren zu einem Datum<\/h2><p> Sie k\u00f6nnen auch eine Kombination von Funktionen (Datum, Jahr, Monat und Tag) verwenden, um Jahre zu einem Datum zu addieren oder davon zu subtrahieren. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63964\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-ajouter-et-soustraire-des-annees-a-partir-de-la-date.png\" sizes=\"auto, \" srcset=\"\" alt=\"Addiere und subtrahiere Jahre vom Datum\" width=\"782\" height=\"349\"><\/figure><\/div><p> In dieser Formel:<\/p><ol type=\"1\"><li> Die Jahresfunktion ermittelt das Jahr aus dem Datum.<\/li><li> Die Monatsfunktion nimmt einen Monat vom Datum und f\u00fcgt ihm dann f\u00fcnf Jahre (60 Monate) hinzu.<\/li><li> Die Tagesfunktion ben\u00f6tigt einen Tag ab dem Datum.<\/li><li> Und am Ende erstellt die Datumsfunktion mithilfe der Eingaben aller Funktionen ein neues Datum.<\/li><\/ol><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=DATE(YEAR(A1),(MONTH(A1)+(12*5)),DAY(A1))<\/code><\/pre><p> Sie k\u00f6nnen dieselbe Formel auch verwenden, um Jahre von einem Datum zu subtrahieren. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-63965\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-fromula-pour-ajouter-et-supprimer-des-annees-a-partir-de-la-date.png\" sizes=\"auto, \" srcset=\"\" alt=\"Formel zum Hinzuf\u00fcgen und Entfernen von Jahren ab Datum\" width=\"815\" height=\"295\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=DATE(YEAR(A1),(MONTH(A1)+(-12*5)),DAY(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\"> 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\/11\/ajouter-des-annees-a-ce-jour-3.xlsx\" rel=\"nofollow\">Herunterladen<\/a><\/p><\/div><div class=\"gb-container gb-container-0df56012 gb-container-mt\"> <a class=\"gb-button gb-button-f9f432f4 gb-button-text gb-button-mt-button\" href=\"https:\/\/exceladvisor.org\/de\/formeln\/\">Liste der Excel-Formeln<\/a><h2 class=\"gb-headline gb-headline-233444e8 gb-headline-text gb-headline-mt-heading\"> Verwandte Formeln <\/h2><div class=\"gb-grid-wrapper gb-grid-wrapper-a16fa65c gb-grid-wrapper-mt-grid\"><div class=\"gb-grid-column gb-grid-column-50d07e0d\"><div class=\"gb-container gb-container-50d07e0d\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/de\/zahlen-sie-die-jahre-zwischen-zwei-daten\/\">Z\u00e4hlen Sie die Jahre zwischen zwei Daten in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/holen-sie-sich-die-nummer-des-tages-des-jahres\/\">Ermitteln Sie die Anzahl der Tage im Jahr in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/erhalten-sie-2-dienstjahre\/\">Erhalten Sie jahrelangen Service in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/jahre-zwischen-daten\/\">Jahre zwischen Datumsangaben in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/de\/jahr-und-monat-extrahieren\/\">Extrahieren (Get) Sie das Jahr oder den Monat aus einem Datum in Excel<\/a> <\/li><\/ul><\/div><\/div><div class=\"gb-grid-column gb-grid-column-5b4a0cf9\"><div class=\"gb-container gb-container-5b4a0cf9\"><\/div><\/div><\/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-3098","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>\u25b7 Wie f\u00fcge ich in Excel Jahre zu einem Datum hinzu?<\/title>\n<meta name=\"description\" content=\"In diesem Formel-Tutorial erfahren Sie, wie Sie einem Datum ein oder mehrere Jahre hinzuf\u00fcgen. Und Sie werden es auch lernen\" \/>\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\/fugen-sie-die-bisherigen-jahre-hinzu\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u25b7 Wie f\u00fcge ich in Excel Jahre zu einem Datum hinzu?\" \/>\n<meta property=\"og:description\" content=\"In diesem Formel-Tutorial erfahren Sie, wie Sie einem Datum ein oder mehrere Jahre hinzuf\u00fcgen. Und Sie werden es auch lernen\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-03T11:21:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-ajouter-une-date-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\/fugen-sie-die-bisherigen-jahre-hinzu\/\",\"url\":\"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/\",\"name\":\"\u25b7 Wie f\u00fcge ich in Excel Jahre zu einem Datum hinzu?\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-ajouter-une-date-dans-excel.png\",\"datePublished\":\"2023-11-15T12:37:37+00:00\",\"dateModified\":\"2023-12-03T11:21:04+00:00\",\"description\":\"In diesem Formel-Tutorial erfahren Sie, wie Sie einem Datum ein oder mehrere Jahre hinzuf\u00fcgen. Und Sie werden es auch lernen\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-ajouter-une-date-dans-excel.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-ajouter-une-date-dans-excel.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/exceladvisor.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wie f\u00fcge ich in excel jahre zu einem datum hinzu?\"}]},{\"@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":"\u25b7 Wie f\u00fcge ich in Excel Jahre zu einem Datum hinzu?","description":"In diesem Formel-Tutorial erfahren Sie, wie Sie einem Datum ein oder mehrere Jahre hinzuf\u00fcgen. Und Sie werden es auch lernen","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\/fugen-sie-die-bisherigen-jahre-hinzu\/","og_locale":"de_DE","og_type":"article","og_title":"\u25b7 Wie f\u00fcge ich in Excel Jahre zu einem Datum hinzu?","og_description":"In diesem Formel-Tutorial erfahren Sie, wie Sie einem Datum ein oder mehrere Jahre hinzuf\u00fcgen. Und Sie werden es auch lernen","og_url":"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-03T11:21:04+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-ajouter-une-date-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\/fugen-sie-die-bisherigen-jahre-hinzu\/","url":"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/","name":"\u25b7 Wie f\u00fcge ich in Excel Jahre zu einem Datum hinzu?","isPartOf":{"@id":"https:\/\/exceladvisor.org\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-ajouter-une-date-dans-excel.png","datePublished":"2023-11-15T12:37:37+00:00","dateModified":"2023-12-03T11:21:04+00:00","description":"In diesem Formel-Tutorial erfahren Sie, wie Sie einem Datum ein oder mehrere Jahre hinzuf\u00fcgen. Und Sie werden es auch lernen","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-ajouter-une-date-dans-excel.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-ajouter-une-date-dans-excel.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/de\/fugen-sie-die-bisherigen-jahre-hinzu\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/exceladvisor.org\/de\/"},{"@type":"ListItem","position":2,"name":"Wie f\u00fcge ich in excel jahre zu einem datum hinzu?"}]},{"@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\/3098","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=3098"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/pages\/3098\/revisions"}],"predecessor-version":[{"id":4044,"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/pages\/3098\/revisions\/4044"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/de\/wp-json\/wp\/v2\/media?parent=3098"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}