{"id":2682,"date":"2023-07-21T04:43:27","date_gmt":"2023-07-21T04:43:27","guid":{"rendered":"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/"},"modified":"2023-07-21T04:43:27","modified_gmt":"2023-07-21T04:43:27","slug":"google-sheets-mehrfachersatz","status":"publish","type":"post","link":"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/","title":{"rendered":"Google sheets: so ersetzen sie mehrere werte"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Mit der folgenden Formel k\u00f6nnen Sie mehrere Werte in einer Zelle in Google Sheets ersetzen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">SUBSTITUTE<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">SUBSTITUTE<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff6600;\">A1<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">oldtext1<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">newtext1<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">oldtext2<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">newtext2<\/span> \"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span>\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Diese spezielle Formel ersetzt zwei Werte in einer Zelle, Sie k\u00f6nnen jedoch so viele verschachtelte <strong>SUBSTITUTE-<\/strong> Funktionen erstellen, wie Sie m\u00f6chten, um so viele Werte zu ersetzen, wie Sie m\u00f6chten.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Die folgenden Beispiele zeigen, wie diese Formel in der Praxis angewendet werden kann.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Beispiel 1: Ersetzen Sie zwei Werte in Google Sheets<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Nehmen wir an, wir haben die folgende Liste von Basketballpositionen in Google Sheets:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23634 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sous-marins1-1.jpg\" alt=\"\" width=\"476\" height=\"360\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Wir k\u00f6nnen die folgende Formel verwenden, um \u201eGuard\u201c durch \u201eGd\u201c und \u201eForward\u201c durch \u201eFd\u201c zu ersetzen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=SUBSTITUTE(SUBSTITUTE( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> , <span class=\" string \" dir=\"auto\">\u201c <span style=\"color: #008000;\">Guard<\/span> \u201d<\/span> , <span class=\" string \" dir=\"auto\">\u201c <span style=\"color: #008000;\">Gd<\/span> \u201d<\/span> ), <span class=\" string \" dir=\"auto\">\u201c <span style=\"color: #008000;\">Forward<\/span> \u201d<\/span> , <span class=\" string \" dir=\"auto\">\u201c <span style=\"color: #008000;\">Fd<\/span> \u201d<\/span> )\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Der folgende Screenshot zeigt, wie diese Formel in der Praxis angewendet wird:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23635 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sous-marins2-1.jpg\" alt=\"\" width=\"598\" height=\"402\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Beachten Sie, dass die W\u00f6rter \u201eGuard\u201c und \u201eBefore\u201c in jeder Zelle durch die in der Formel angegebenen Ersetzungen ersetzt wurden.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Beispiel 2<\/strong><\/span> <span style=\"color: #000000;\"><strong>: Ersetzen Sie drei Werte in Google Sheets<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Nehmen wir an, wir haben die folgende Liste von Basketballpositionen in Google Sheets:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23636 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sous-marins3-1.jpg\" alt=\"\" width=\"505\" height=\"407\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Mit der folgenden Formel k\u00f6nnen wir \u201ePoint\u201c durch \u201ePt\u201c, \u201eShooting\u201c durch \u201eSt\u201c und \u201eSmall\u201c durch \u201eSm\u201c ersetzen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> , <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">Point<\/span> \"<\/span> , <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">Pt<\/span> \"<\/span> ), <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">Shooting<\/span> \"<\/span> , <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">St<\/span> \"<\/span> ), <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">Small<\/span> \"<\/span> , <span class=\" string \" dir=\"auto\">\" <span style=\"color: #008000;\">Sm<\/span> \"<\/span> )\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Der folgende Screenshot zeigt, wie diese Formel in der Praxis angewendet wird:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23637 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sous-marins4-1.jpg\" alt=\"\" width=\"675\" height=\"376\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Beachten Sie, dass alle Ersetzungen vorgenommen wurden.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Zus\u00e4tzliche Ressourcen<\/strong><\/span><\/h3>\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-verlasst-die-kette\/\" target=\"_blank\" rel=\"noopener\">So extrahieren Sie einen Teilstring in Google Sheets<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/datumsbereich-des-google-sheets-filters\/\" target=\"_blank\" rel=\"noopener\">So filtern Sie nach Datumsbereich in Google Sheets<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/datumsangaben-automatisch-in-google-sheets-ausfullen\/\" target=\"_blank\" rel=\"noopener\">So f\u00fcllen Sie Daten in Google Sheets automatisch aus<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Mit der folgenden Formel k\u00f6nnen Sie mehrere Werte in einer Zelle in Google Sheets ersetzen: = SUBSTITUTE ( SUBSTITUTE ( A1 , &#8220; oldtext1 &#8220; , &#8220; newtext1 &#8220; ) , &#8220; oldtext2 &#8220; , &#8220; newtext2 &#8220; ) Diese spezielle Formel ersetzt zwei Werte in einer Zelle, Sie k\u00f6nnen jedoch so viele verschachtelte SUBSTITUTE- [&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: So ersetzen Sie mehrere Werte \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"In diesem Tutorial wird anhand von Beispielen erkl\u00e4rt, wie Sie mehrere Werte in Google Sheets ersetzen.\" \/>\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\/google-sheets-mehrfachersatz\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Sheets: So ersetzen Sie mehrere Werte \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"In diesem Tutorial wird anhand von Beispielen erkl\u00e4rt, wie Sie mehrere Werte in Google Sheets ersetzen.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-21T04:43:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sous-marins1-1.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=\"1 Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/\",\"url\":\"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/\",\"name\":\"Google Sheets: So ersetzen Sie mehrere Werte \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/de\/#website\"},\"datePublished\":\"2023-07-21T04:43:27+00:00\",\"dateModified\":\"2023-07-21T04:43:27+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\"},\"description\":\"In diesem Tutorial wird anhand von Beispielen erkl\u00e4rt, wie Sie mehrere Werte in Google Sheets ersetzen.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Heim\",\"item\":\"https:\/\/statorials.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google sheets: so ersetzen sie mehrere werte\"}]},{\"@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: So ersetzen Sie mehrere Werte \u2013 Statorials","description":"In diesem Tutorial wird anhand von Beispielen erkl\u00e4rt, wie Sie mehrere Werte in Google Sheets ersetzen.","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\/google-sheets-mehrfachersatz\/","og_locale":"de_DE","og_type":"article","og_title":"Google Sheets: So ersetzen Sie mehrere Werte \u2013 Statorials","og_description":"In diesem Tutorial wird anhand von Beispielen erkl\u00e4rt, wie Sie mehrere Werte in Google Sheets ersetzen.","og_url":"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/","og_site_name":"Statorials","article_published_time":"2023-07-21T04:43:27+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/sous-marins1-1.jpg"}],"author":"Dr. Benjamin Anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr. Benjamin Anderson","Gesch\u00e4tzte Lesezeit":"1 Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/","url":"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/","name":"Google Sheets: So ersetzen Sie mehrere Werte \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/de\/#website"},"datePublished":"2023-07-21T04:43:27+00:00","dateModified":"2023-07-21T04:43:27+00:00","author":{"@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0"},"description":"In diesem Tutorial wird anhand von Beispielen erkl\u00e4rt, wie Sie mehrere Werte in Google Sheets ersetzen.","breadcrumb":{"@id":"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/de\/google-sheets-mehrfachersatz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Heim","item":"https:\/\/statorials.org\/de\/"},{"@type":"ListItem","position":2,"name":"Google sheets: so ersetzen sie mehrere werte"}]},{"@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\/2682"}],"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=2682"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/2682\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/media?parent=2682"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/categories?post=2682"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/tags?post=2682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}