{"id":4827,"date":"2023-07-07T12:51:45","date_gmt":"2023-07-07T12:51:45","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-als-match\/"},"modified":"2023-07-07T12:51:45","modified_gmt":"2023-07-07T12:51:45","slug":"excel-als-match","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-als-match\/","title":{"rendered":"Excel: hoe u de if-instructie gebruikt met de match-functie"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende syntaxis in Excel gebruiken om een <strong>IF-<\/strong> instructie te gebruiken met de functie <strong>MATCH<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF(ISNUMBER(MATCH( <span style=\"color: #3366ff;\">E2<\/span> , <span style=\"color: #ff0000;\">A2:A10<\/span> ,0)), \u201cYes\u201d, \u201cNo\u201d)<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze specifieke formule controleert of de waarde in cel <strong>E2<\/strong> bestaat in het bereik <strong>A2:A10<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Als deze bestaat, retourneert de formule <strong>Ja<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Als deze niet bestaat, retourneert de formule <strong>Nee.<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking<\/strong> : voel je vrij om &#8222;Ja&#8220; en &#8222;Nee&#8220; te vervangen door de andere waarden die je wilt retourneren.<\/span><\/p>\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: hoe u de IF-instructie met de MATCH-functie in Excel gebruikt<\/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-37671 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/simatch1.png\" alt=\"\" width=\"462\" height=\"394\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Laten we zeggen dat we willen controleren of de teamnaam &#8222;Lakers&#8220; voorkomt in de teamkolom.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Om dit te doen, kunnen we de volgende formule in cel <b>F2<\/b> typen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF(ISNUMBER(MATCH( <span style=\"color: #3366ff;\">E2<\/span> , <span style=\"color: #ff0000;\">A2:A10<\/span> ,0)), \u201cYes\u201d, \u201cNo\u201d)<\/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-37674 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/simatch4.png\" alt=\"\" width=\"594\" height=\"380\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De teamnaam &#8222;Lakers&#8220; komt voor in het bereik <strong>A2:A10<\/strong> , dus de formule retourneert &#8222;Ja&#8220; in cel <strong>F2<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Houd er rekening mee dat u in de <strong>IF-<\/strong> instructie ook een celwaarde kunt retourneren in plaats van &#8218;Ja&#8216; of &#8218;Nee&#8216;.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">U kunt bijvoorbeeld de volgende formule gebruiken om de teamnaam te retourneren als deze bestaat in de teamkolom of anders in een lege ruimte:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF(ISNUMBER(MATCH( <span style=\"color: #3366ff;\">E2<\/span> , <span style=\"color: #ff0000;\">A2:A10<\/span> ,0)), <span style=\"color: #3366ff;\">E2<\/span> , \u201c \u201d)<\/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-37673 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/simatch3.png\" alt=\"\" width=\"549\" height=\"368\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De formule retourneert eenvoudigweg de naam &#8222;Lakers&#8220; in cel <strong>F2<\/strong> omdat die naam bestond in de teamkolom.<\/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 volgende syntaxis in Excel gebruiken om een IF- instructie te gebruiken met de functie MATCH : =IF(ISNUMBER(MATCH( E2 , A2:A10 ,0)), \u201cYes\u201d, \u201cNo\u201d) Deze specifieke formule controleert of de waarde in cel E2 bestaat in het bereik A2:A10 . Als deze bestaat, retourneert de formule Ja . Als deze niet bestaat, retourneert [&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-4827","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: Hoe de IF-instructie te gebruiken met de MATCH-functie - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een IF-instructie gebruikt met de MATCH-functie 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\/excel-als-match\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: Hoe de IF-instructie te gebruiken met de MATCH-functie - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een IF-instructie gebruikt met de MATCH-functie in Excel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-als-match\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-07T12:51:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/simatch1.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\/excel-als-match\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-als-match\/\",\"name\":\"Excel: Hoe de IF-instructie te gebruiken met de MATCH-functie - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-07T12:51:45+00:00\",\"dateModified\":\"2023-07-07T12:51:45+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een IF-instructie gebruikt met de MATCH-functie in Excel.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-als-match\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-als-match\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-als-match\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: hoe u de if-instructie gebruikt met de match-functie\"}]},{\"@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: Hoe de IF-instructie te gebruiken met de MATCH-functie - Statorials","description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een IF-instructie gebruikt met de MATCH-functie 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\/excel-als-match\/","og_locale":"de_DE","og_type":"article","og_title":"Excel: Hoe de IF-instructie te gebruiken met de MATCH-functie - Statorials","og_description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een IF-instructie gebruikt met de MATCH-functie in Excel.","og_url":"https:\/\/statorials.org\/nl\/excel-als-match\/","og_site_name":"Statorials","article_published_time":"2023-07-07T12:51:45+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/simatch1.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\/excel-als-match\/","url":"https:\/\/statorials.org\/nl\/excel-als-match\/","name":"Excel: Hoe de IF-instructie te gebruiken met de MATCH-functie - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-07T12:51:45+00:00","dateModified":"2023-07-07T12:51:45+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt met een voorbeeld uitgelegd hoe u een IF-instructie gebruikt met de MATCH-functie in Excel.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-als-match\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-als-match\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-als-match\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Excel: hoe u de if-instructie gebruikt met de match-functie"}]},{"@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\/4827","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=4827"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4827\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}