{"id":4049,"date":"2023-07-13T23:11:27","date_gmt":"2023-07-13T23:11:27","guid":{"rendered":"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/"},"modified":"2023-07-13T23:11:27","modified_gmt":"2023-07-13T23:11:27","slug":"vind-het-snijpunt-van-twee-lijnen-excel","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/","title":{"rendered":"Hoe het snijpunt van twee lijnen in excel te vinden"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">U kunt de volgende formules gebruiken om het snijpunt van twee rechte lijnen in Excel te vinden:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Zoek de X-waarde van het snijpunt:<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=(INTERCEPT(y2,x2)-INTERCEPT(y1,x1))\/(SLOPE(y1,x1)-SLOPE(y2,x2))\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Deze formule gaat ervan uit dat <strong>x1<\/strong> en <strong>x2<\/strong> een array van x-waarden voor elke rij vertegenwoordigen en dat <strong>y1<\/strong> en <strong>y2<\/strong> een array van y-waarden voor elke rij vertegenwoordigen.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Zodra u deze x-waarde heeft gevonden, kunt u die waarde in deze formule invoeren om de y-waarde van het snijpunt te vinden:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Zoek de Y-waarde van het snijpunt:<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=SLOPE(y1,x1)*x_intercept+INTERCEPT(y1,x1)<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Het volgende stapsgewijze voorbeeld laat zien hoe u deze formules in de praktijk kunt gebruiken.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 1: Voer de waarden voor elke rij in<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Laten we beginnen met het invoeren van de co\u00f6rdinaten (x, y) van twee lijnen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-32306 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/int1.png\" alt=\"\" width=\"459\" height=\"422\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 2: Zoek de X-waarde van het snijpunt<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Typ vervolgens de volgende formule in cel <strong>H2<\/strong> om de x-waarde van het snijpunt te vinden:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=(INTERCEPT( <span style=\"color: #3366ff;\">E3:E6<\/span> , <span style=\"color: #ff0000;\">D3:D6<\/span> )-INTERCEPT( <span style=\"color: #800080;\">B3:B6<\/span> , <span style=\"color: #008000;\">A3:A6<\/span> ))\/(SLOPE( <span style=\"color: #800080;\">B3:B6<\/span> , <span style=\"color: #008000;\">A3:A6<\/span> )-SLOPE( <span style=\"color: #3366ff;\">E3:E6<\/span> , <span style=\"color: #ff0000;\">D3:D6<\/span> ))<\/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-32308 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/int2.png\" alt=\"\" width=\"651\" height=\"485\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De x-waarde van het snijpunt blijkt <strong>1,5<\/strong> te zijn.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 3: Zoek de Y-waarde van het snijpunt<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Typ vervolgens de volgende formule in cel <strong>H3<\/strong> om de y-waarde van het snijpunt te vinden:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=SLOPE( <span style=\"color: #3366ff;\">B3:B6<\/span> , <span style=\"color: #ff0000;\">A3:A6<\/span> )* <span style=\"color: #800080;\">H2<\/span> +INTERCEPT( <span style=\"color: #3366ff;\">B3:B6<\/span> , <span style=\"color: #ff0000;\">A3:A6<\/span> )<\/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-32309\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/int3.png\" alt=\"zoek het snijpunt van twee lijnen in Excel\" width=\"625\" height=\"488\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">De y-waarde van het snijpunt blijkt <strong>3<\/strong> te zijn.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 4: Visualiseer het snijpunt<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Als we in Excel elke lijn op hetzelfde pad tekenen, zien we dat het snijpunt zich inderdaad op de co\u00f6rdinaten (x, y) van <strong>(1.5, 3)<\/strong> bevindt:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-32310 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/int4.png\" alt=\"\" width=\"604\" height=\"442\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Dit vertegenwoordigt het punt op de grafiek waar de twee lijnen elkaar kruisen.<\/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\/kwadratische-vergelijking-excel\/\" target=\"_blank\" rel=\"noopener\">Hoe een kwadratische vergelijking in Excel op te lossen<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/een-stelsel-vergelijkingen-oplossen-in-excel\/\" target=\"_blank\" rel=\"noopener\">Hoe een stelsel vergelijkingen in Excel op te lossen<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-vind-y-onderscheppen\/\" target=\"_blank\" rel=\"noopener\">Hoe u het y-snijpunt van een diagram in Excel kunt vinden<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>U kunt de volgende formules gebruiken om het snijpunt van twee rechte lijnen in Excel te vinden: Zoek de X-waarde van het snijpunt: =(INTERCEPT(y2,x2)-INTERCEPT(y1,x1))\/(SLOPE(y1,x1)-SLOPE(y2,x2)) Deze formule gaat ervan uit dat x1 en x2 een array van x-waarden voor elke rij vertegenwoordigen en dat y1 en y2 een array van y-waarden voor elke rij vertegenwoordigen. Zodra [&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-4049","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>Hoe het snijpunt van twee lijnen te vinden in Excel \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt stapsgewijs uitgelegd hoe u het snijpunt van twee lijnen in Excel kunt 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\/vind-het-snijpunt-van-twee-lijnen-excel\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe het snijpunt van twee lijnen te vinden in Excel \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt stapsgewijs uitgelegd hoe u het snijpunt van twee lijnen in Excel kunt vinden.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-13T23:11:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/int1.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\/vind-het-snijpunt-van-twee-lijnen-excel\/\",\"url\":\"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/\",\"name\":\"Hoe het snijpunt van twee lijnen te vinden in Excel \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-13T23:11:27+00:00\",\"dateModified\":\"2023-07-13T23:11:27+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt stapsgewijs uitgelegd hoe u het snijpunt van twee lijnen in Excel kunt vinden.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe het snijpunt van twee lijnen in excel te vinden\"}]},{\"@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":"Hoe het snijpunt van twee lijnen te vinden in Excel \u2013 Statorials","description":"In deze tutorial wordt stapsgewijs uitgelegd hoe u het snijpunt van twee lijnen in Excel kunt 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\/vind-het-snijpunt-van-twee-lijnen-excel\/","og_locale":"de_DE","og_type":"article","og_title":"Hoe het snijpunt van twee lijnen te vinden in Excel \u2013 Statorials","og_description":"In deze tutorial wordt stapsgewijs uitgelegd hoe u het snijpunt van twee lijnen in Excel kunt vinden.","og_url":"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/","og_site_name":"Statorials","article_published_time":"2023-07-13T23:11:27+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/int1.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\/vind-het-snijpunt-van-twee-lijnen-excel\/","url":"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/","name":"Hoe het snijpunt van twee lijnen te vinden in Excel \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-13T23:11:27+00:00","dateModified":"2023-07-13T23:11:27+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt stapsgewijs uitgelegd hoe u het snijpunt van twee lijnen in Excel kunt vinden.","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/vind-het-snijpunt-van-twee-lijnen-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe het snijpunt van twee lijnen in excel te vinden"}]},{"@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\/4049","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=4049"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4049\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4049"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4049"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4049"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}