{"id":7333,"date":"2025-07-15T13:34:46","date_gmt":"2025-07-15T13:34:46","guid":{"rendered":"https:\/\/functiontranslator.com\/xoder\/"},"modified":"2021-02-25T16:13:34","modified_gmt":"2021-02-25T16:13:34","slug":"xor","status":"publish","type":"post","link":"https:\/\/functiontranslator.com\/de\/xor\/","title":{"rendered":"XODER"},"content":{"rendered":"<h2>\u00dcberblick \u00fcber die XOR-Funktion<\/h2>\n<p>Die XOR-Funktion, eine Abk\u00fcrzung f\u00fcr &#8222;Exklusives Oder&#8220;, ist eine logische Operation, die sowohl in Microsoft Excel als auch in Google Sheets verwendet wird. Diese Funktion gibt &#8222;WAHR&#8220; zur\u00fcck, wenn eine ungerade Anzahl der gepr\u00fcften logischen Ausdr\u00fccke WAHR ist, und &#8222;FALSCH&#8220;, wenn eine gerade Anzahl von Ausdr\u00fccken WAHR ist oder alle Ausdr\u00fccke FALSCH sind.<\/p>\n<h2>Syntax und Anwendungsbeispiele<\/h2>\n<p>In Microsoft Excel lautet die Syntax der XOR-Funktion:<\/p>\n<pre><code>=XOR(Logik1, [Logik2], ...)<\/code><\/pre>\n<p>Die Syntax in Google Sheets ist identisch. \u201eLogik1\u201c, \u201eLogik2\u201c usw. sind die zu pr\u00fcfenden Bedingungen. In Excel k\u00f6nnen bis zu 254 Bedingungen angegeben werden, w\u00e4hrend Google Sheets eine unbegrenzte Anzahl unterst\u00fctzt.<\/p>\n<p><b>Beispiel:<\/b><\/p>\n<ul>\n<li><code>=XOR(WAHR, FALSCH)<\/code> gibt <code>WAHR<\/code> zur\u00fcck, da eine der beiden Bedingungen WAHR ist.<\/li>\n<li><code>=XOR(WAHR, WAHR)<\/code> gibt <code>FALSCH<\/code> zur\u00fcck, da beide Bedingungen WAHR sind.<\/li>\n<li><code>=XOR(FALSCH, FALSCH)<\/code> gibt <code>FALSCH<\/code> zur\u00fcck, da beide Bedingungen FALSCH sind.<\/li>\n<\/ul>\n<h2>Praktische Anwendungsf\u00e4lle<\/h2>\n<h2>Fallstudie 1: \u00dcberpr\u00fcfung auf ungleiche Bedingungen<\/h2>\n<p><b>Problemstellung:<\/b> Sie m\u00f6chten \u00fcberpr\u00fcfen, ob Wertangaben in zwei Spalten eines Datensatzes verschieden sind, um Inkonsistenzen zu erkennen. Nehmen wir an, die Werte befinden sich in den Zellen A2 und B2.<\/p>\n<p><b>L\u00f6sung:<\/b><\/p>\n<pre><code>=XOR(A2 <> B2)<\/code><\/pre>\n<p>Diese Formel pr\u00fcft, ob die Werte in A2 und B2 unterschiedlich sind. Ist dies der Fall, wird die Funktion <code>WAHR<\/code> zur\u00fcckgeben, was auf eine Inkonsistenz hinweist.<\/p>\n<h2>Fallstudie 2: Erstellung einer benutzerdefinierten Filterlogik<\/h2>\n<p><b>Problemstellung:<\/b> Sie m\u00f6chten aus einer Mitarbeiterdatenbank jene Datens\u00e4tze filtern, die entweder in der Spalte C (Abteilung) mit &#8218;Vertrieb&#8216; gekennzeichnet sind oder in der Spalte D (Status) den Wert &#8218;Aktiv&#8216; haben, aber nicht beides zugleich.<\/p>\n<p><b>L\u00f6sung:<\/b><\/p>\n<pre><code>=XOR(C2=\"Vertrieb\", D2=\"Aktiv\")<\/code><\/pre>\n<p>Die Funktion pr\u00fcft, ob genau eine der beiden Bedingungen zutrifft. Gibt die Funktion <code>WAHR<\/code> zur\u00fcck, kann dieses Ergebnis f\u00fcr Filterprozesse oder Berichte genutzt werden.<\/p>\n<p>Die Verwendung von <code>XOR<\/code> kann in vielen verschiedenen Szenarien in Excel und Google Sheets hilfreich sein, besonders dort, wo komplexe logische Bedingungen f\u00fcr pr\u00e4zise Analysen und Entscheidungen erforderlich sind.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Gibt ein logisches &#8222;Ausschlie\u00dfliches ODER&#8220; aller Argumente zur\u00fcck<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[327],"tags":[],"class_list":["post-7333","post","type-post","status-publish","format-standard","hentry","category-logisch"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>XOR (XODER)-Funktion in Excel: Erkl\u00e4rung, Beispiele und Syntax<\/title>\n<meta name=\"description\" content=\"Kurze Erkl\u00e4rung zur Excel-Funktion XOR (XODER). Erfahren Sie die Syntax sowie Beispiele zur praktischen Anwendung.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/functiontranslator.com\/de\/xor\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"XOR (XODER)-Funktion in Excel: Erkl\u00e4rung, Beispiele und Syntax\" \/>\n<meta property=\"og:description\" content=\"Kurze Erkl\u00e4rung zur Excel-Funktion XOR (XODER). Erfahren Sie die Syntax sowie Beispiele zur praktischen Anwendung.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/functiontranslator.com\/de\/xor\/\" \/>\n<meta property=\"og:site_name\" content=\"Function Translator\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-15T13:34:46+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-02-25T16:13:34+00:00\" \/>\n<meta name=\"author\" content=\"glavadmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"XOR (XODER)-Funktion in Excel: Erkl\u00e4rung, Beispiele und Syntax\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"glavadmin\" \/>\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:\/\/functiontranslator.com\/de\/xor\/\",\"url\":\"https:\/\/functiontranslator.com\/de\/xor\/\",\"name\":\"XOR (XODER)-Funktion in Excel: Erkl\u00e4rung, Beispiele und Syntax\",\"isPartOf\":{\"@id\":\"https:\/\/functiontranslator.com\/no\/#website\"},\"datePublished\":\"2025-07-15T13:34:46+00:00\",\"dateModified\":\"2021-02-25T16:13:34+00:00\",\"author\":{\"@id\":\"https:\/\/functiontranslator.com\/no\/#\/schema\/person\/87663eece497ca58643166ecb09f1389\"},\"description\":\"Kurze Erkl\u00e4rung zur Excel-Funktion XOR (XODER). Erfahren Sie die Syntax sowie Beispiele zur praktischen Anwendung.\",\"breadcrumb\":{\"@id\":\"https:\/\/functiontranslator.com\/de\/xor\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/functiontranslator.com\/de\/xor\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/functiontranslator.com\/de\/xor\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Excel-Funktionen\",\"item\":\"https:\/\/functiontranslator.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Logisch\",\"item\":\"https:\/\/functiontranslator.com\/de\/logisch\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"XODER\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/functiontranslator.com\/no\/#website\",\"url\":\"https:\/\/functiontranslator.com\/no\/\",\"name\":\"Function Translator\",\"description\":\"Excel function translator\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/functiontranslator.com\/no\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/functiontranslator.com\/no\/#\/schema\/person\/87663eece497ca58643166ecb09f1389\",\"name\":\"glavadmin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/functiontranslator.com\/no\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/03ccd9347c5339db75deede5a8c5b2bf1d40e0bce26a5251fcaac6331d381db8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/03ccd9347c5339db75deede5a8c5b2bf1d40e0bce26a5251fcaac6331d381db8?s=96&d=mm&r=g\",\"caption\":\"glavadmin\"},\"sameAs\":[\"https:\/\/functiontranslator.com\"],\"url\":\"https:\/\/functiontranslator.com\/de\/author\/glavadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"XOR (XODER)-Funktion in Excel: Erkl\u00e4rung, Beispiele und Syntax","description":"Kurze Erkl\u00e4rung zur Excel-Funktion XOR (XODER). Erfahren Sie die Syntax sowie Beispiele zur praktischen Anwendung.","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:\/\/functiontranslator.com\/de\/xor\/","og_locale":"de_DE","og_type":"article","og_title":"XOR (XODER)-Funktion in Excel: Erkl\u00e4rung, Beispiele und Syntax","og_description":"Kurze Erkl\u00e4rung zur Excel-Funktion XOR (XODER). Erfahren Sie die Syntax sowie Beispiele zur praktischen Anwendung.","og_url":"https:\/\/functiontranslator.com\/de\/xor\/","og_site_name":"Function Translator","article_published_time":"2025-07-15T13:34:46+00:00","article_modified_time":"2021-02-25T16:13:34+00:00","author":"glavadmin","twitter_card":"summary_large_image","twitter_title":"XOR (XODER)-Funktion in Excel: Erkl\u00e4rung, Beispiele und Syntax","twitter_misc":{"Verfasst von":"glavadmin","Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/functiontranslator.com\/de\/xor\/","url":"https:\/\/functiontranslator.com\/de\/xor\/","name":"XOR (XODER)-Funktion in Excel: Erkl\u00e4rung, Beispiele und Syntax","isPartOf":{"@id":"https:\/\/functiontranslator.com\/no\/#website"},"datePublished":"2025-07-15T13:34:46+00:00","dateModified":"2021-02-25T16:13:34+00:00","author":{"@id":"https:\/\/functiontranslator.com\/no\/#\/schema\/person\/87663eece497ca58643166ecb09f1389"},"description":"Kurze Erkl\u00e4rung zur Excel-Funktion XOR (XODER). Erfahren Sie die Syntax sowie Beispiele zur praktischen Anwendung.","breadcrumb":{"@id":"https:\/\/functiontranslator.com\/de\/xor\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/functiontranslator.com\/de\/xor\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/functiontranslator.com\/de\/xor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Excel-Funktionen","item":"https:\/\/functiontranslator.com\/de\/"},{"@type":"ListItem","position":2,"name":"Logisch","item":"https:\/\/functiontranslator.com\/de\/logisch\/"},{"@type":"ListItem","position":3,"name":"XODER"}]},{"@type":"WebSite","@id":"https:\/\/functiontranslator.com\/no\/#website","url":"https:\/\/functiontranslator.com\/no\/","name":"Function Translator","description":"Excel function translator","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/functiontranslator.com\/no\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Person","@id":"https:\/\/functiontranslator.com\/no\/#\/schema\/person\/87663eece497ca58643166ecb09f1389","name":"glavadmin","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/functiontranslator.com\/no\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/03ccd9347c5339db75deede5a8c5b2bf1d40e0bce26a5251fcaac6331d381db8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/03ccd9347c5339db75deede5a8c5b2bf1d40e0bce26a5251fcaac6331d381db8?s=96&d=mm&r=g","caption":"glavadmin"},"sameAs":["https:\/\/functiontranslator.com"],"url":"https:\/\/functiontranslator.com\/de\/author\/glavadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/functiontranslator.com\/de\/wp-json\/wp\/v2\/posts\/7333","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/functiontranslator.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/functiontranslator.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/functiontranslator.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/functiontranslator.com\/de\/wp-json\/wp\/v2\/comments?post=7333"}],"version-history":[{"count":1,"href":"https:\/\/functiontranslator.com\/de\/wp-json\/wp\/v2\/posts\/7333\/revisions"}],"predecessor-version":[{"id":21697,"href":"https:\/\/functiontranslator.com\/de\/wp-json\/wp\/v2\/posts\/7333\/revisions\/21697"}],"wp:attachment":[{"href":"https:\/\/functiontranslator.com\/de\/wp-json\/wp\/v2\/media?parent=7333"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/functiontranslator.com\/de\/wp-json\/wp\/v2\/categories?post=7333"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/functiontranslator.com\/de\/wp-json\/wp\/v2\/tags?post=7333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}