{"id":3417,"date":"2023-07-17T14:46:35","date_gmt":"2023-07-17T14:46:35","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/"},"modified":"2023-07-17T14:46:35","modified_gmt":"2023-07-17T14:46:35","slug":"excel-vlookup-als-cel-een-woord-in-tekst-bevat","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/","title":{"rendered":"Excel: vert.zoeken als de cel een woord in de tekst bevat"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende VERT.ZOEKEN-formule gebruiken om cellen te vinden die een specifiek woord in een tekstreeks bevatten:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=VLOOKUP(\"*\"&amp; <span style=\"color: #3366ff;\">A11<\/span> &amp;\"*\", <span style=\"color: #ff0000;\">A2:B8<\/span> ,2,FALSE)\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule zoekt de cel in het bereik <strong>A2:B8<\/strong> die het woord in cel <strong>A11<\/strong> bevat en retourneert de overeenkomstige waarde in de tweede kolom.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Het volgende voorbeeld laat zien hoe u deze formule in de praktijk kunt gebruiken.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld: VERT.ZOEKEN als de cel een woord in de tekst bevat<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Laten we zeggen dat we de volgende gegevensset hebben die de totale omzet in verschillende winkels weergeeft:<\/span><\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-28634 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/contient1.jpg\" alt=\"\" width=\"435\" height=\"434\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Laten we nu zeggen dat we willen zoeken naar de winkel die het woord &#8218;Axel&#8216; bevat en de bijbehorende verkoopwaarde willen retourneren.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">Om dit te doen, kunnen we de volgende formule gebruiken:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=VLOOKUP(\"*\"&amp; <span style=\"color: #3366ff;\">A11<\/span> &amp;\"*\", <span style=\"color: #ff0000;\">A2:B8<\/span> ,2,FALSE)<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">De volgende schermafbeelding laat zien hoe u deze formule in de praktijk kunt gebruiken:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-28635 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/contient2.jpg\" alt=\"\" width=\"548\" height=\"467\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Deze VERT.ZOEKEN-formule kan zoeken naar &#8222;Axel&#8220; in de lijst met winkelnamen en de juiste verkoopwaarde van <strong>30<\/strong> retourneren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Merk op dat deze formule ook hoofdlettergevoelig is.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Dit betekent dat als we &#8222;axel&#8220; gebruiken, de formule deze tekst nog steeds kan vinden in de lijst met winkelnamen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-28636 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/contient3.jpg\" alt=\"\" width=\"573\" height=\"466\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De formule retourneert altijd de juiste verkoopwaarde van <strong>30<\/strong> .<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Aanvullende bronnen<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">In de volgende zelfstudies wordt uitgelegd hoe u andere veelvoorkomende bewerkingen in Excel uitvoert:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/\" target=\"_blank\" rel=\"noopener\">Excel: duplicaten zoeken met VERT.ZOEKEN<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-vlookup-retourneert-alle-overeenkomsten\/\" target=\"_blank\" rel=\"noopener\">Excel: VLOOKUP gebruiken om alle overeenkomsten terug te geven<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-vlookup-retourneert-meerdere-kolommen\/\" target=\"_blank\" rel=\"noopener\">Excel: VLOOKUP gebruiken om meerdere kolommen terug te geven<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende VERT.ZOEKEN-formule gebruiken om cellen te vinden die een specifiek woord in een tekstreeks bevatten: =VLOOKUP(&#8222;*&#8220;&amp; A11 &amp;&#8220;*&#8220;, A2:B8 ,2,FALSE) Deze specifieke formule zoekt de cel in het bereik A2:B8 die het woord in cel A11 bevat en retourneert de overeenkomstige waarde in de tweede kolom. Het volgende voorbeeld laat zien hoe [&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":[],"class_list":["post-3417","post","type-post","status-publish","format-standard","hentry","category-gids"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Excel: VERT.ZOEKEN als de cel een woord in de tekst bevat: Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de functie VERT.ZOEKEN kunt gebruiken om cellen te vinden die een woord in een tekstreeks bevatten.\" \/>\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\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: VERT.ZOEKEN als de cel een woord in de tekst bevat: Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de functie VERT.ZOEKEN kunt gebruiken om cellen te vinden die een woord in een tekstreeks bevatten.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-17T14:46:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/contient1.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\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/\",\"name\":\"Excel: VERT.ZOEKEN als de cel een woord in de tekst bevat: Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-17T14:46:35+00:00\",\"dateModified\":\"2023-07-17T14:46:35+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de functie VERT.ZOEKEN kunt gebruiken om cellen te vinden die een woord in een tekstreeks bevatten.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: vert.zoeken als de cel een woord in de tekst bevat\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/nl\/#website\",\"url\":\"https:\/\/statorials.org\/nl\/\",\"name\":\"Statorials\",\"description\":\"Uw gids voor statistische competentie\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/nl\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\",\"name\":\"Dr.benjamin anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr.benjamin anderson\"},\"description\":\"Ik ben Benjamin, een gepensioneerde hoogleraar statistiek die nu een toegewijde Statorials-lesgever is. Ik heb uitgebreide ervaring en expertise op het gebied van statistiek en ik ben vastbesloten om mijn kennis te delen met studenten via Statorials. Lees verder\",\"sameAs\":[\"http:\/\/statorials.org\/nl\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Excel: VERT.ZOEKEN als de cel een woord in de tekst bevat: Statorials","description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de functie VERT.ZOEKEN kunt gebruiken om cellen te vinden die een woord in een tekstreeks bevatten.","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\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: VERT.ZOEKEN als de cel een woord in de tekst bevat: Statorials","og_description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de functie VERT.ZOEKEN kunt gebruiken om cellen te vinden die een woord in een tekstreeks bevatten.","og_url":"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/","og_site_name":"Statorials","article_published_time":"2023-07-17T14:46:35+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/contient1.jpg"}],"author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr.benjamin anderson","Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/","url":"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/","name":"Excel: VERT.ZOEKEN als de cel een woord in de tekst bevat: Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-17T14:46:35+00:00","dateModified":"2023-07-17T14:46:35+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt aan de hand van een voorbeeld uitgelegd hoe u de functie VERT.ZOEKEN kunt gebruiken om cellen te vinden die een woord in een tekstreeks bevatten.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-vlookup-als-cel-een-woord-in-tekst-bevat\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: vert.zoeken als de cel een woord in de tekst bevat"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/nl\/#website","url":"https:\/\/statorials.org\/nl\/","name":"Statorials","description":"Uw gids voor statistische competentie","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/nl\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"},{"@type":"Person","@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219","name":"Dr.benjamin anderson","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/image\/","url":"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"http:\/\/statorials.org\/nl\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"Dr.benjamin anderson"},"description":"Ik ben Benjamin, een gepensioneerde hoogleraar statistiek die nu een toegewijde Statorials-lesgever is. Ik heb uitgebreide ervaring en expertise op het gebied van statistiek en ik ben vastbesloten om mijn kennis te delen met studenten via Statorials. Lees verder","sameAs":["http:\/\/statorials.org\/nl"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3417","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/comments?post=3417"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3417\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=3417"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=3417"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=3417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}