{"id":4930,"date":"2023-07-06T07:39:39","date_gmt":"2023-07-06T07:39:39","guid":{"rendered":"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/"},"modified":"2023-07-06T07:39:39","modified_gmt":"2023-07-06T07:39:39","slug":"excel-bereken-gpa","status":"publish","type":"post","link":"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/","title":{"rendered":"Hoe gpa in excel te berekenen (met voorbeeld)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Vaak wil je misschien je GPA in Excel berekenen op basis van de cijfers die je voor verschillende cursussen hebt behaald en het aantal studiepunten dat elke cursus waard was.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Stel dat u uw GPA wilt berekenen op basis van de volgende informatie:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38470 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/gpae1.png\" alt=\"\" width=\"465\" height=\"412\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Gelukkig is dit eenvoudig te doen met behulp van de functies <strong>SWITCH<\/strong> en <strong>SOMPRODUCT<\/strong> in Excel en het volgende stapsgewijze voorbeeld laat zien hoe u dit moet doen.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 1: Voer je cijfers in<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Voer eerst de cijfers in die je hebt behaald en het aantal studiepunten dat elke cursus waard was:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38470 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/gpae1.png\" alt=\"\" width=\"465\" height=\"412\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 2: Bereken de punten die u voor elke klasse heeft ontvangen<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Vervolgens moeten we het aantal ontvangen punten voor elke klas toewijzen op basis van het lettercijfer, met behulp van de volgende logica:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">A = 4 punten<\/span><\/li>\n<li> <span style=\"color: #000000;\">B = 3 punten<\/span><\/li>\n<li> <span style=\"color: #000000;\">C = 2 punten<\/span><\/li>\n<li> <span style=\"color: #000000;\">D = 1 punt<\/span><\/li>\n<li> <span style=\"color: #000000;\">F = 0 punten<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Om dit te doen, kunnen we de volgende formule in cel <strong>D2<\/strong> typen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">SWITCH<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #3366ff;\">B2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\"A\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\"number\" dir=\"auto\">4<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\"B\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\"number\" dir=\"auto\">3<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\"C\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\"number\" dir=\"auto\">2<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\"D\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\"number\" dir=\"auto\">1<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\" string \" dir=\"auto\">\"F\"<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span class=\"number\" dir=\"auto\">0<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span>\n<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">We kunnen vervolgens op deze formule klikken en deze naar elke resterende cel in kolom D slepen:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38471 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/gpae2.png\" alt=\"\" width=\"573\" height=\"376\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Stap 3: Bereken GPA<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Ten slotte kunnen we de volgende formule in cel <strong>B7<\/strong> typen om de algehele GPA te berekenen:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong><span class=\" default-formula-text-color\" dir=\"auto\">=<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">SUMPRODUCT<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #3366ff;\">D2:D5<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">,<\/span> <span dir=\"auto\" style=\"color: #ff0000;\">C2:C5<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">\/<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">SUM<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">(<\/span> <span dir=\"auto\" style=\"color: #ff0000;\">C2:C5<\/span> <span class=\" default-formula-text-color\" dir=\"auto\">)<\/span>\n<\/strong><\/span><\/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-38472\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/gpae3.png\" alt=\"bereken GPA in Excel\" width=\"589\" height=\"374\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Het totaalgemiddelde voor deze specifieke student blijkt <strong>een 3,25<\/strong> te zijn.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Opmerking<\/strong> : in dit specifieke voorbeeld hebben we de GPA berekend op basis van vier verschillende klassen, maar dezelfde formules werken met elk aantal klassen dat u wilt gebruiken.<\/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> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/nl\/excel-somproduct-rij-en-kolomcriteria\/\" target=\"_blank\" rel=\"noopener\">Excel: gebruik SUMPRODUCT met rij- en kolomcriteria<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-somproduct-meerdere-kolommen\/\" target=\"_blank\" rel=\"noopener\">Excel: SUMPRODUCT gebruiken met meerdere kolommen<\/a><br \/> <a href=\"https:\/\/statorials.org\/nl\/excel-somproduct-indien-groter-dan-nul\/\" target=\"_blank\" rel=\"noopener\">Excel: Gebruik SUMPRODUCT alleen met waarden groter dan nul<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Vaak wil je misschien je GPA in Excel berekenen op basis van de cijfers die je voor verschillende cursussen hebt behaald en het aantal studiepunten dat elke cursus waard was. Stel dat u uw GPA wilt berekenen op basis van de volgende informatie: Gelukkig is dit eenvoudig te doen met behulp van de functies SWITCH [&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-4930","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 GPA in Excel te berekenen (met voorbeeld) - Statorials<\/title>\n<meta name=\"description\" content=\"In deze tutorial wordt stapsgewijs uitgelegd hoe u een GPA in Excel berekent. Hoe u een GPA in Google Spreadsheets berekent (met voorbeeld)\" \/>\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-bereken-gpa\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hoe GPA in Excel te berekenen (met voorbeeld) - Statorials\" \/>\n<meta property=\"og:description\" content=\"In deze tutorial wordt stapsgewijs uitgelegd hoe u een GPA in Excel berekent. Hoe u een GPA in Google Spreadsheets berekent (met voorbeeld)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-06T07:39:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/gpae1.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=\"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-bereken-gpa\/\",\"url\":\"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/\",\"name\":\"Hoe GPA in Excel te berekenen (met voorbeeld) - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/nl\/#website\"},\"datePublished\":\"2023-07-06T07:39:39+00:00\",\"dateModified\":\"2023-07-06T07:39:39+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219\"},\"description\":\"In deze tutorial wordt stapsgewijs uitgelegd hoe u een GPA in Excel berekent. Hoe u een GPA in Google Spreadsheets berekent (met voorbeeld)\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/statorials.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe gpa in excel te berekenen (met voorbeeld)\"}]},{\"@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 GPA in Excel te berekenen (met voorbeeld) - Statorials","description":"In deze tutorial wordt stapsgewijs uitgelegd hoe u een GPA in Excel berekent. Hoe u een GPA in Google Spreadsheets berekent (met voorbeeld)","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-bereken-gpa\/","og_locale":"de_DE","og_type":"article","og_title":"Hoe GPA in Excel te berekenen (met voorbeeld) - Statorials","og_description":"In deze tutorial wordt stapsgewijs uitgelegd hoe u een GPA in Excel berekent. Hoe u een GPA in Google Spreadsheets berekent (met voorbeeld)","og_url":"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/","og_site_name":"Statorials","article_published_time":"2023-07-06T07:39:39+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/gpae1.png"}],"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-bereken-gpa\/","url":"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/","name":"Hoe GPA in Excel te berekenen (met voorbeeld) - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/nl\/#website"},"datePublished":"2023-07-06T07:39:39+00:00","dateModified":"2023-07-06T07:39:39+00:00","author":{"@id":"https:\/\/statorials.org\/nl\/#\/schema\/person\/d4b8842173cca1bb62cdec41860e4219"},"description":"In deze tutorial wordt stapsgewijs uitgelegd hoe u een GPA in Excel berekent. Hoe u een GPA in Google Spreadsheets berekent (met voorbeeld)","breadcrumb":{"@id":"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/nl\/excel-bereken-gpa\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/nl\/excel-bereken-gpa\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/statorials.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe gpa in excel te berekenen (met voorbeeld)"}]},{"@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\/4930","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=4930"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/posts\/4930\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/media?parent=4930"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/categories?post=4930"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/nl\/wp-json\/wp\/v2\/tags?post=4930"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}