{"id":2807,"date":"2023-07-20T14:50:07","date_gmt":"2023-07-20T14:50:07","guid":{"rendered":"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/"},"modified":"2023-07-20T14:50:07","modified_gmt":"2023-07-20T14:50:07","slug":"bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen","status":"publish","type":"post","link":"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/","title":{"rendered":"Google sheets: bedingte formatierung mit mehreren bedingungen"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Sie k\u00f6nnen die <strong>benutzerdefinierte Formelfunktion<\/strong> in Google Sheets verwenden, um eine bedingte Formatierung auf Zellen basierend auf mehreren Bedingungen anzuwenden.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Die folgenden Beispiele zeigen, wie Sie die benutzerdefinierte Formelfunktion in den folgenden Szenarios verwenden:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>1. Bedingte Formatierung mit ODER-Logik<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>2. Bedingte Formatierung mit UND-Logik<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">Lass uns gehen!<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Beispiel 1: Bedingte Formatierung mit ODER-Logik<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Nehmen wir an, wir haben den folgenden Datensatz in Google Sheets:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24667 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/conditionmultiple1.jpg\" alt=\"\" width=\"450\" height=\"406\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Nehmen wir an, wir m\u00f6chten jede Zelle in der Spalte \u201e <strong>Team\u201c<\/strong> hervorheben, deren Name \u201eSpurs\u201c oder \u201eRockets\u201c lautet.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dazu k\u00f6nnen wir die Zellen im Bereich <strong>A2:A11<\/strong> markieren, dann auf die Registerkarte <strong>Format<\/strong> und dann <strong>auf Bedingte Formatierung<\/strong> klicken:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24668 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/conditionmultiple2.jpg\" alt=\"\" width=\"538\" height=\"498\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Klicken Sie im Bedienfeld <strong>\u201eRegeln f\u00fcr bedingte Formatierung\u201c<\/strong> , das auf der rechten Seite des Bildschirms angezeigt wird, auf das Dropdown-Men\u00fc <strong>\u201eZellen formatieren, wenn<\/strong> \u201c, w\u00e4hlen Sie <strong>\u201eBenutzerdefinierte Formel ist\u201c<\/strong> aus und geben Sie dann die folgende Formel ein:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" string \" dir=\"auto\">\u201c <span style=\"color: #008000;\">Spurs<\/span> \u201d<\/span> ) <span class=\" default-formula-text-color\" dir=\"auto\">+<\/span> ( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" string \" dir=\"auto\">\u201c <span style=\"color: #008000;\">Rockets<\/span> \u201d<\/span> )\n<\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24669 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/conditionmultiple3.jpg\" alt=\"\" width=\"293\" height=\"502\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Sobald Sie auf \u201e <strong>Fertig\u201c<\/strong> klicken, werden alle Zellen in der <strong>Teamspalte<\/strong> , die \u201eSpurs\u201c oder \u201eRockets\u201c entsprechen, automatisch hervorgehoben:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24670 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/conditionmultiple4.jpg\" alt=\"\" width=\"436\" height=\"386\" srcset=\"\" sizes=\"\"><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Beispiel 2:<\/strong><\/span> <span style=\"color: #000000;\"><strong>Bedingte Formatierung mit UND-Logik<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Nehmen wir an, wir m\u00f6chten jede Zelle in der Spalte \u201e <strong>Team<\/strong> \u201c hervorheben, deren Name \u201eSpurs\u201c lautet und der entsprechende Wert in der Spalte \u201e <strong>Punkte\u201c<\/strong> gr\u00f6\u00dfer als 15 ist.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Klicken Sie im Bereich <strong>\u201eRegeln f\u00fcr bedingte Formatierung\u201c<\/strong> auf die Dropdown-Liste <strong>\u201eZellen formatieren, wenn<\/strong> \u201c, w\u00e4hlen Sie <strong>\u201eBenutzerdefinierte Formel ist\u201c<\/strong> und geben Sie dann die folgende Formel ein:<\/span> <\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=AND( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" string \" dir=\"auto\">\u201c <span style=\"color: #008000;\">Spurs<\/span> \u201d<\/span> , <span dir=\"auto\" style=\"color: #800080;\">B2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">&gt;<\/span> <span class=\"number\" dir=\"auto\" style=\"color: #3366ff;\">15<\/span> )\n<\/span><\/strong><\/pre>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24672 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/conditionmultiple6.jpg\" alt=\"\" width=\"300\" height=\"517\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Sobald Sie auf <strong>\u201eFertig\u201c<\/strong> klicken, werden alle Zellen in der Spalte \u201e <strong>Team<\/strong> \u201c, die \u201eSpurs\u201c entsprechen und in denen der entsprechende Wert in der Spalte \u201e <strong>Punkte\u201c<\/strong> gr\u00f6\u00dfer als 15 ist, automatisch hervorgehoben:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24671 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/conditionmultiple5.jpg\" alt=\"\" width=\"445\" height=\"413\" srcset=\"\" sizes=\"\"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Zus\u00e4tzliche Ressourcen<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">In den folgenden Tutorials wird erl\u00e4utert, wie Sie andere h\u00e4ufige Aufgaben in Google Sheets ausf\u00fchren:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/de\/google-sheets-ersetzen-text\/\" target=\"_blank\" rel=\"noopener\">So ersetzen Sie Text in Google Sheets<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/google-sheets-ersetzen-leere-zellen-durch-null\/\" target=\"_blank\" rel=\"noopener\">So ersetzen Sie leere Zellen in Google Sheets durch Nullen<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/gross-und-kleinschreibung-bei-google-sheets-suche-beachten\/\" target=\"_blank\" rel=\"noopener\">So verwenden Sie einen SVERWEIS mit Ber\u00fccksichtigung der Gro\u00df- und Kleinschreibung in Google Sheets<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-wenn-eine-andere-zelle-text-enthalt\/\" target=\"_blank\" rel=\"noopener\">Google Sheets: Bedingte Formatierung, wenn eine andere Zelle Text enth\u00e4lt<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sie k\u00f6nnen die benutzerdefinierte Formelfunktion in Google Sheets verwenden, um eine bedingte Formatierung auf Zellen basierend auf mehreren Bedingungen anzuwenden. Die folgenden Beispiele zeigen, wie Sie die benutzerdefinierte Formelfunktion in den folgenden Szenarios verwenden: 1. Bedingte Formatierung mit ODER-Logik 2. Bedingte Formatierung mit UND-Logik Lass uns gehen! Beispiel 1: Bedingte Formatierung mit ODER-Logik Nehmen wir [&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":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Google Sheets: Bedingte Formatierung mit mehreren Bedingungen \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"In diesem Tutorial wird erl\u00e4utert, wie Sie die bedingte Formatierung basierend auf mehreren Bedingungen in Google Sheets verwenden, einschlie\u00dflich Beispielen.\" \/>\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\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Sheets: Bedingte Formatierung mit mehreren Bedingungen \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"In diesem Tutorial wird erl\u00e4utert, wie Sie die bedingte Formatierung basierend auf mehreren Bedingungen in Google Sheets verwenden, einschlie\u00dflich Beispielen.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-20T14:50:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/conditionmultiple1.jpg\" \/>\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 Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/\",\"url\":\"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/\",\"name\":\"Google Sheets: Bedingte Formatierung mit mehreren Bedingungen \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/de\/#website\"},\"datePublished\":\"2023-07-20T14:50:07+00:00\",\"dateModified\":\"2023-07-20T14:50:07+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\"},\"description\":\"In diesem Tutorial wird erl\u00e4utert, wie Sie die bedingte Formatierung basierend auf mehreren Bedingungen in Google Sheets verwenden, einschlie\u00dflich Beispielen.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Heim\",\"item\":\"https:\/\/statorials.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google sheets: bedingte formatierung mit mehreren bedingungen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/de\/#website\",\"url\":\"https:\/\/statorials.org\/de\/\",\"name\":\"Statorials\",\"description\":\"Ihr Leitfaden f\u00fcr statistische Kompetenz !\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/de\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\",\"name\":\"Dr. Benjamin Anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr. Benjamin Anderson\"},\"description\":\"Hallo, ich bin Benjamin, ein pensionierter Statistikprofessor, der sich zum engagierten Statorials-Lehrer entwickelt hat. Mit umfassender Erfahrung und Fachwissen auf dem Gebiet der Statistik bin ich bestrebt, mein Wissen zu teilen, um Studenten durch Statorials zu bef\u00e4higen. Mehr wissen\",\"sameAs\":[\"https:\/\/statorials.org\/de\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Google Sheets: Bedingte Formatierung mit mehreren Bedingungen \u2013 Statorials","description":"In diesem Tutorial wird erl\u00e4utert, wie Sie die bedingte Formatierung basierend auf mehreren Bedingungen in Google Sheets verwenden, einschlie\u00dflich Beispielen.","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\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/","og_locale":"de_DE","og_type":"article","og_title":"Google Sheets: Bedingte Formatierung mit mehreren Bedingungen \u2013 Statorials","og_description":"In diesem Tutorial wird erl\u00e4utert, wie Sie die bedingte Formatierung basierend auf mehreren Bedingungen in Google Sheets verwenden, einschlie\u00dflich Beispielen.","og_url":"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/","og_site_name":"Statorials","article_published_time":"2023-07-20T14:50:07+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/conditionmultiple1.jpg"}],"author":"Dr. Benjamin Anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr. Benjamin Anderson","Gesch\u00e4tzte Lesezeit":"2 Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/","url":"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/","name":"Google Sheets: Bedingte Formatierung mit mehreren Bedingungen \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/de\/#website"},"datePublished":"2023-07-20T14:50:07+00:00","dateModified":"2023-07-20T14:50:07+00:00","author":{"@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0"},"description":"In diesem Tutorial wird erl\u00e4utert, wie Sie die bedingte Formatierung basierend auf mehreren Bedingungen in Google Sheets verwenden, einschlie\u00dflich Beispielen.","breadcrumb":{"@id":"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/de\/bedingte-formatierung-in-google-sheets-mit-mehreren-bedingungen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Heim","item":"https:\/\/statorials.org\/de\/"},{"@type":"ListItem","position":2,"name":"Google sheets: bedingte formatierung mit mehreren bedingungen"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/de\/#website","url":"https:\/\/statorials.org\/de\/","name":"Statorials","description":"Ihr Leitfaden f\u00fcr statistische Kompetenz !","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/de\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"Person","@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0","name":"Dr. Benjamin Anderson","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/de\/wp-content\/uploads\/2023\/11\/Benjamin-Anderson-96x96.jpg","caption":"Dr. Benjamin Anderson"},"description":"Hallo, ich bin Benjamin, ein pensionierter Statistikprofessor, der sich zum engagierten Statorials-Lehrer entwickelt hat. Mit umfassender Erfahrung und Fachwissen auf dem Gebiet der Statistik bin ich bestrebt, mein Wissen zu teilen, um Studenten durch Statorials zu bef\u00e4higen. Mehr wissen","sameAs":["https:\/\/statorials.org\/de"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/2807"}],"collection":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/comments?post=2807"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/2807\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/media?parent=2807"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/categories?post=2807"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/tags?post=2807"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}