{"id":4939,"date":"2023-07-06T04:41:31","date_gmt":"2023-07-06T04:41:31","guid":{"rendered":"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/"},"modified":"2023-07-06T04:41:31","modified_gmt":"2023-07-06T04:41:31","slug":"google-sheets-extrahieren-das-erste-wort","status":"publish","type":"post","link":"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/","title":{"rendered":"Google sheets: so extrahieren sie das erste wort aus einer zelle"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Sie k\u00f6nnen die folgende Syntax verwenden, um das erste Wort aus einer Zelle in Google Sheets zu extrahieren:<\/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\">LEFT<\/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=\" default-formula-text-color\" dir=\"auto\">FIND<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span class=\" string \" dir=\"auto\">\"\"<\/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\">&amp;<\/span> <span class=\" string \" dir=\"auto\">\"\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">-<\/span> <span class=\"number\" dir=\"auto\">1<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span>\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Diese spezielle Formel extrahiert das erste Wort der Zeichenfolge aus Zelle <strong>A2<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Das folgende Beispiel zeigt, wie diese Syntax in der Praxis verwendet wird.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Beispiel: Erstes Wort aus der Zelle in Google Sheets extrahieren<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Nehmen wir an, wir haben die folgende Liste von Ausdr\u00fccken in Google Sheets:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38553 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/efirst1.png\" alt=\"\" width=\"473\" height=\"394\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Angenommen, wir m\u00f6chten das erste Wort aus jeder Zelle extrahieren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dazu k\u00f6nnen wir die folgende Formel in Zelle <strong>B2<\/strong> eingeben:<\/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\">LEFT<\/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=\" default-formula-text-color\" dir=\"auto\">FIND<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span class=\" string \" dir=\"auto\">\"\"<\/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\">&amp;<\/span> <span class=\" string \" dir=\"auto\">\"\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">-<\/span> <span class=\"number\" dir=\"auto\">1<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Wir k\u00f6nnen dann auf diese Formel klicken und sie in jede verbleibende Zelle in Spalte B ziehen:<\/span><\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-38554\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/efirst2.png\" alt=\"Google Sheets extrahiert das erste Wort aus der Zeichenfolge\" width=\"443\" height=\"377\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Spalte B enth\u00e4lt jetzt das erste Wort jeder passenden Zeichenfolge in Spalte A.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Beachten Sie, dass die Formel unabh\u00e4ngig von der L\u00e4nge der Zeichenfolge oder Phrase in einer bestimmten Zelle funktioniert.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Beachten Sie auch, dass die Formel funktioniert, wenn die Zeichenfolge nur ein Wort enth\u00e4lt, wie die Zeichenfolge in Zelle <strong>A8<\/strong> .<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Wie funktioniert diese Formel?<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Erinnern Sie sich an die Formel, mit der wir das erste Wort aus Zelle <strong>A2<\/strong> extrahiert haben:<\/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\">LEFT<\/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=\" default-formula-text-color\" dir=\"auto\">FIND<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span class=\" string \" dir=\"auto\">\"\"<\/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\">&amp;<\/span> <span class=\" string \" dir=\"auto\">\"\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">-<\/span> <span class=\"number\" dir=\"auto\">1<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">So funktioniert diese Formel:<\/span><\/p>\n<p> <span style=\"color: #000000;\">Zuerst verwenden wir <strong>A2&amp;\u201c \u201e<\/strong> , um der Zeichenfolge in Zelle <strong>A2<\/strong> ein Leerzeichen hinzuzuf\u00fcgen. Dadurch wird sichergestellt, dass die Formel mit Zellen funktioniert, die nur ein Wort enthalten.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Als n\u00e4chstes verwenden wir <strong>FIND<\/strong> , um die Position des ersten Leerzeichens in der Zelle zu finden.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dann subtrahieren wir eins von dieser Position.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Schlie\u00dflich verwenden wir die <strong>LEFT-<\/strong> Funktion, um den gesamten Text links von dieser endg\u00fcltigen Position zu extrahieren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Das Endergebnis ist, dass wir das erste Wort der Zeichenfolge aus Zelle <strong>A2<\/strong> extrahieren k\u00f6nnen.<\/span><\/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> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/de\/google-sheets-zahlen-wenn-sie-nicht-gleich-text-sind\/\" target=\"_blank\" rel=\"noopener\">Google Sheets: Warum Z\u00c4HLENWENN nicht gleich Text ist<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/google-sheets-enthalt-nicht\/\" target=\"_blank\" rel=\"noopener\">Google Sheets: Filtern Sie Zellen, die keinen Text enthalten<\/a><br \/> <a href=\"https:\/\/statorials.org\/de\/google-hinterlasst-eine-umgekehrte-zeichenfolge\/\" target=\"_blank\" rel=\"noopener\">Google Sheets: So kehren Sie eine Textzeichenfolge um<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sie k\u00f6nnen die folgende Syntax verwenden, um das erste Wort aus einer Zelle in Google Sheets zu extrahieren: = LEFT ( A2 , FIND ( &#8222;&#8220; , A2 &amp; &#8222;&#8220; ) &#8211; 1 ) Diese spezielle Formel extrahiert das erste Wort der Zeichenfolge aus Zelle A2 . Das folgende Beispiel zeigt, wie diese Syntax in [&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 extrahieren Sie das erste Wort aus einer Zelle \u2013 Statistik<\/title>\n<meta name=\"description\" content=\"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie das erste Wort aus einer Zelle in Google Sheets extrahieren.\" \/>\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-extrahieren-das-erste-wort\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Google Sheets: So extrahieren Sie das erste Wort aus einer Zelle \u2013 Statistik\" \/>\n<meta property=\"og:description\" content=\"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie das erste Wort aus einer Zelle in Google Sheets extrahieren.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-06T04:41:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/efirst1.png\" \/>\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\/google-sheets-extrahieren-das-erste-wort\/\",\"url\":\"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/\",\"name\":\"Google Sheets: So extrahieren Sie das erste Wort aus einer Zelle \u2013 Statistik\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/de\/#website\"},\"datePublished\":\"2023-07-06T04:41:31+00:00\",\"dateModified\":\"2023-07-06T04:41:31+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0\"},\"description\":\"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie das erste Wort aus einer Zelle in Google Sheets extrahieren.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Heim\",\"item\":\"https:\/\/statorials.org\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Google sheets: so extrahieren sie das erste wort aus einer zelle\"}]},{\"@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 extrahieren Sie das erste Wort aus einer Zelle \u2013 Statistik","description":"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie das erste Wort aus einer Zelle in Google Sheets extrahieren.","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-extrahieren-das-erste-wort\/","og_locale":"de_DE","og_type":"article","og_title":"Google Sheets: So extrahieren Sie das erste Wort aus einer Zelle \u2013 Statistik","og_description":"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie das erste Wort aus einer Zelle in Google Sheets extrahieren.","og_url":"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/","og_site_name":"Statorials","article_published_time":"2023-07-06T04:41:31+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/efirst1.png"}],"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\/google-sheets-extrahieren-das-erste-wort\/","url":"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/","name":"Google Sheets: So extrahieren Sie das erste Wort aus einer Zelle \u2013 Statistik","isPartOf":{"@id":"https:\/\/statorials.org\/de\/#website"},"datePublished":"2023-07-06T04:41:31+00:00","dateModified":"2023-07-06T04:41:31+00:00","author":{"@id":"https:\/\/statorials.org\/de\/#\/schema\/person\/ec75c4d6365f2708f8a0ad3a42121aa0"},"description":"In diesem Tutorial wird anhand eines Beispiels erl\u00e4utert, wie Sie das erste Wort aus einer Zelle in Google Sheets extrahieren.","breadcrumb":{"@id":"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/de\/google-sheets-extrahieren-das-erste-wort\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Heim","item":"https:\/\/statorials.org\/de\/"},{"@type":"ListItem","position":2,"name":"Google sheets: so extrahieren sie das erste wort aus einer zelle"}]},{"@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\/4939"}],"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=4939"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/posts\/4939\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/media?parent=4939"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/categories?post=4939"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/de\/wp-json\/wp\/v2\/tags?post=4939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}