{"id":3379,"date":"2023-07-17T19:37:35","date_gmt":"2023-07-17T19:37:35","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/"},"modified":"2023-07-17T19:37:35","modified_gmt":"2023-07-17T19:37:35","slug":"excel-vlookup-vind-duplicaten","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/","title":{"rendered":"Excel: duplicaten zoeken met vert.zoeken"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende VERT.ZOEKEN-formule in Excel gebruiken om waarden in de ene kolom te vinden die duplicaten zijn van waarden in een andere kolom:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=VLOOKUP( <span style=\"color: #3366ff;\">B2<\/span> , <span style=\"color: #ff0000;\">$A$2:$A$8<\/span> , 1, FALSE)\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule zoekt naar de waarde in cel <b>B2<\/b> in het bereik <strong>A2:A8<\/strong> en retourneert <strong>B2<\/strong> als deze wordt gevonden. Anders wordt #N\/A geretourneerd.<\/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> <strong>Voorbeeld: Vind duplicaten met VERT.ZOEKEN in Excel<\/strong><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende gegevensset in Excel hebben die de namen toont van verschillende soorten fruit die gedurende twee opeenvolgende weken door een winkel worden verkocht:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-28342 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vlookupdup1.jpg\" alt=\"\" width=\"503\" height=\"438\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Stel nu dat we een functie <strong>VERT.ZOEKEN<\/strong> willen gebruiken om fruitnamen in de kolom <strong>Week 2<\/strong> te vinden die duplicaten zijn van een naam in de kolom <strong>Week 1<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om dit te doen, kunnen we de volgende formule in cel C2 typen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=VLOOKUP( <span style=\"color: #3366ff;\">B2<\/span> , <span style=\"color: #ff0000;\">$A$2:$A$8<\/span> , 1, FALSE)<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen deze formule vervolgens naar de resterende cellen in kolom C slepen en invullen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-28343 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vlookupdup2.jpg\" alt=\"\" width=\"565\" height=\"444\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Als de vruchtnaam in kolom C voorkomt, is het een duplicaat.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Bijvoorbeeld:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">De peren zijn een duplicaat.<\/span><\/li>\n<li> <span style=\"color: #000000;\">De perziken zijn geen duplicaat.<\/span><\/li>\n<li> <span style=\"color: #000000;\">Kiwi&#8217;s zijn een duplicaat.<\/span><\/li>\n<li> <span style=\"color: #000000;\">De bananen zijn een duplicaat.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Enzovoort.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Merk op dat we ook de volgende VERT.ZOEKEN-formule kunnen gebruiken om specifieke waarden te retourneren die aangeven of elke vrucht al dan niet een duplicaat is:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF(ISNA(VLOOKUP( <span style=\"color: #3366ff;\">B2<\/span> , <span style=\"color: #ff0000;\">$A$2:$A$8<\/span> ,1,FALSE)),\"Not a Duplicate\",\"Duplicate\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">We typen deze formule in cel C2, slepen en vullen deze vervolgens in elke resterende cel in kolom C:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-28344 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vlookupdup3.jpg\" alt=\"\" width=\"512\" height=\"480\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Uit het resultaat kunnen we zien:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">De peren zijn een duplicaat.<\/span><\/li>\n<li> <span style=\"color: #000000;\">De perziken zijn geen duplicaat.<\/span><\/li>\n<li> <span style=\"color: #000000;\">Kiwi&#8217;s zijn een duplicaat.<\/span><\/li>\n<li> <span style=\"color: #000000;\">De bananen zijn een duplicaat.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Enzovoort.<\/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 taken in Excel kunt uitvoeren:<\/span><\/p>\n<p> <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><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\/vlookup-vergelijkt-twee-lijsten\/\" target=\"_blank\" rel=\"noopener\">Excel: twee lijsten vergelijken met VERT.ZOEKEN<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende VERT.ZOEKEN-formule in Excel gebruiken om waarden in de ene kolom te vinden die duplicaten zijn van waarden in een andere kolom: =VLOOKUP( B2 , $A$2:$A$8 , 1, FALSE) Deze specifieke formule zoekt naar de waarde in cel B2 in het bereik A2:A8 en retourneert B2 als deze wordt gevonden. Anders wordt [&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-3379","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: duplicaten vinden met VLOOKUP - Statorials<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u VERT.ZOEKEN in Excel kunt gebruiken om duplicaten te vinden.\" \/>\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-vind-duplicaten\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: duplicaten vinden met VLOOKUP - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u VERT.ZOEKEN in Excel kunt gebruiken om duplicaten te vinden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-17T19:37:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vlookupdup1.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\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/\",\"name\":\"Excel: duplicaten vinden met VLOOKUP - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-17T19:37:35+00:00\",\"dateModified\":\"2023-07-17T19:37:35+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u VERT.ZOEKEN in Excel kunt gebruiken om duplicaten te vinden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: duplicaten zoeken met vert.zoeken\"}]},{\"@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: duplicaten vinden met VLOOKUP - Statorials","description":"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u VERT.ZOEKEN in Excel kunt gebruiken om duplicaten te vinden.","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-vind-duplicaten\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: duplicaten vinden met VLOOKUP - Statorials","og_description":"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u VERT.ZOEKEN in Excel kunt gebruiken om duplicaten te vinden.","og_url":"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/","og_site_name":"Statorials","article_published_time":"2023-07-17T19:37:35+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vlookupdup1.jpg"}],"author":"Dr.benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Dr.benjamin anderson","Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/","url":"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/","name":"Excel: duplicaten vinden met VLOOKUP - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-17T19:37:35+00:00","dateModified":"2023-07-17T19:37:35+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze zelfstudie wordt met een voorbeeld uitgelegd hoe u VERT.ZOEKEN in Excel kunt gebruiken om duplicaten te vinden.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-vlookup-vind-duplicaten\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: duplicaten zoeken met vert.zoeken"}]},{"@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\/3379","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=3379"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/3379\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=3379"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=3379"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=3379"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}