{"id":4804,"date":"2023-07-07T19:08:48","date_gmt":"2023-07-07T19:08:48","guid":{"rendered":"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/"},"modified":"2023-07-07T19:08:48","modified_gmt":"2023-07-07T19:08:48","slug":"index-excel-komt-overeen-met-3-criteria","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/","title":{"rendered":"Excel: index match gebruiken met 3 criteria"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de functies <strong>INDEX<\/strong> en <strong>MATCH<\/strong> in Excel gebruiken om een specifieke waarde in de ene kolom te vinden en een overeenkomende waarde in een andere kolom te retourneren.<\/span><\/p>\n<p> <span style=\"color: #000000;\">U kunt de volgende syntaxis gebruiken met <strong>INDEX<\/strong> en <strong>MATCH<\/strong> om een waarde te vinden in een kolom waarin aan specifieke criteria wordt voldaan in 3 andere kolommen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=INDEX( <span style=\"color: #3366ff;\">D2:D10<\/span> ,MATCH(1,( <span style=\"color: #ff0000;\">G1<\/span> = <span style=\"color: #800080;\">A2:A10<\/span> )*( <span style=\"color: #008000;\">G2<\/span> = <span style=\"color: #b34fa7;\">B2:B10<\/span> )*( <span style=\"color: #993300;\">G3<\/span> = <span style=\"color: #339966;\">C2:C10<\/span> ),0))<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule zoekt naar de waarde in het bereik <strong>D2:D10<\/strong> waarbij aan de volgende drie criteria wordt voldaan:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>A2: A10<\/strong> is gelijk aan de waarde van cel <strong>G1<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>B2: B10<\/strong> is gelijk aan de waarde van cel <strong>G2<\/strong><\/span><\/li>\n<li> <span style=\"color: #000000;\"><strong>C2: C10<\/strong> is gelijk aan de waarde van cel <strong>G3<\/strong><\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Het volgende voorbeeld laat zien hoe u deze syntaxis in de praktijk kunt gebruiken.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Voorbeeld: INDEX MATCH gebruiken met 3 criteria in Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Stel dat we de volgende gegevensset in Excel hebben die informatie bevat over verschillende basketbalspelers:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-37487 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/imatch1.png\" alt=\"\" width=\"520\" height=\"394\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Laten we zeggen dat we de puntenwaarde willen vinden van de speler die aan de volgende drie criteria voldoet:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">Team = Mav<\/span><\/li>\n<li> <span style=\"color: #000000;\">Post = Bewaker<\/span><\/li>\n<li> <span style=\"color: #000000;\">All-Star = Nee<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Om dit te doen, kunnen we de volgende formule in cel <b>G4<\/b> typen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=INDEX( <span style=\"color: #3366ff;\">D2:D10<\/span> ,MATCH(1,( <span style=\"color: #ff0000;\">G1<\/span> = <span style=\"color: #800080;\">A2:A10<\/span> )*( <span style=\"color: #008000;\">G2<\/span> = <span style=\"color: #b34fa7;\">B2:B10<\/span> )*( <span style=\"color: #993300;\">G3<\/span> = <span style=\"color: #339966;\">C2:C10<\/span> ),0))<\/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=\"aligncenter wp-image-37488\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/imatch2.png\" alt=\"Excel INDEX MATCH met 3 criteria\" width=\"674\" height=\"368\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We zien dat de waarde in de puntenkolom die overeenkomt met <strong>Mavs<\/strong> in de teamkolom, <strong>Forward<\/strong> in de Positiekolom en <strong>Nee<\/strong> in de All-Star-kolom <strong>18<\/strong> is.<\/span><\/p>\n<p> <span style=\"color: #000000;\">We kunnen handmatig verifi\u00ebren dat dit correct is door de speler te identificeren die aan deze drie criteria voldoet:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-37489 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/imatch3.png\" alt=\"\" width=\"566\" height=\"402\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">We zien dat de speler uit het <strong>Spurs-<\/strong> team met een <strong>Forward-<\/strong> positie en een sterstatus <strong>Nee<\/strong> inderdaad <strong>18<\/strong> punten heeft.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Voel je vrij om de criteria in de cellen <strong>G1<\/strong> , <strong>G2<\/strong> en <strong>G3<\/strong> te wijzigen om de puntenwaarde te vinden van een speler die aan drie verschillende criteria voldoet.<\/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> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/nl\/excel-als-de-index-overeenkomt\/\" target=\"_blank\" rel=\"noopener\">Excel: hoe u de ALS-functie gebruikt met INDEX MATCH<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-somindexovereenkomst\/\" target=\"_blank\" rel=\"noopener\">Excel: SOM gebruiken met INDEX MATCH<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/indexmatch-retourneert-meerdere-waarden-verticaal\/\" target=\"_blank\" rel=\"noopener\">Excel: gebruik INDEX en MATCH om meerdere waarden verticaal te retourneren<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de functies INDEX en MATCH in Excel gebruiken om een specifieke waarde in de ene kolom te vinden en een overeenkomende waarde in een andere kolom te retourneren. U kunt de volgende syntaxis gebruiken met INDEX en MATCH om een waarde te vinden in een kolom waarin aan specifieke criteria wordt voldaan 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":[],"class_list":["post-4804","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: INDEX MATCH gebruiken met 3 criteria - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt met een voorbeeld uitgelegd hoe je INDEX en MATCH kunt gebruiken met 3 criteria in Excel.\" \/>\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\/index-excel-komt-overeen-met-3-criteria\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: INDEX MATCH gebruiken met 3 criteria - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt met een voorbeeld uitgelegd hoe je INDEX en MATCH kunt gebruiken met 3 criteria in Excel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-07T19:08:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/imatch1.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\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/\",\"url\":\"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/\",\"name\":\"Excel: INDEX MATCH gebruiken met 3 criteria - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-07T19:08:48+00:00\",\"dateModified\":\"2023-07-07T19:08:48+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt met een voorbeeld uitgelegd hoe je INDEX en MATCH kunt gebruiken met 3 criteria in Excel.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: index match gebruiken met 3 criteria\"}]},{\"@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: INDEX MATCH gebruiken met 3 criteria - Statorials","description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe je INDEX en MATCH kunt gebruiken met 3 criteria in Excel.","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\/index-excel-komt-overeen-met-3-criteria\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: INDEX MATCH gebruiken met 3 criteria - Statorials","og_description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe je INDEX en MATCH kunt gebruiken met 3 criteria in Excel.","og_url":"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/","og_site_name":"Statorials","article_published_time":"2023-07-07T19:08:48+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/imatch1.png"}],"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\/index-excel-komt-overeen-met-3-criteria\/","url":"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/","name":"Excel: INDEX MATCH gebruiken met 3 criteria - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-07T19:08:48+00:00","dateModified":"2023-07-07T19:08:48+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe je INDEX en MATCH kunt gebruiken met 3 criteria in Excel.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/index-excel-komt-overeen-met-3-criteria\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: index match gebruiken met 3 criteria"}]},{"@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\/4804","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=4804"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4804\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4804"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4804"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}