{"id":1809,"date":"2023-11-03T04:01:28","date_gmt":"2023-11-03T04:01:28","guid":{"rendered":"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/"},"modified":"2023-12-06T05:49:26","modified_gmt":"2023-12-06T05:49:26","slug":"kommas-toevoegen","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/","title":{"rendered":"Hoe komma&#39;s toevoegen in excel?"},"content":{"rendered":"<div class=\"excel-voor-de-inhoud\" id=\"excel-1017802190\"><script type=\"text\/javascript\">\r\n\tatOptions = {\r\n\t\t'key' : 'c1158f160081d6540a8409e6925dab94',\r\n\t\t'format' : 'iframe',\r\n\t\t'height' : 250,\r\n\t\t'width' : 300,\r\n\t\t'params' : {}\r\n\t};\r\n<\/script>\r\n<script type=\"text\/javascript\" src=\"\/\/www.highperformanceformat.com\/c1158f160081d6540a8409e6925dab94\/invoke.js\"><\/script><\/div> <p>Als u een komma voor of na een celwaarde wilt toevoegen, kunt u in Excel verschillende formules schrijven. Om dit te doen, moet u de aaneenschakelingsmethoden gebruiken of de functie waarmee u twee of meer waarden kunt combineren.<\/p><p> In deze tutorial zullen we deze formules gedetailleerd beschrijven.<\/p><h2 class=\"wp-block-heading\"> Gebruik het ampersand om een komma toe te voegen<\/h2><p> In het onderstaande voorbeeld heb je twee cellen, A1 en B1, met tekstwaarden. U moet deze waarden uit deze cellen combineren en er een komma tussen plaatsen.<\/p><p> Gebruik hiervoor de onderstaande formule: <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-13636\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules.png\" alt=\"formule-om-komma's toe te voegen\" width=\"514\" height=\"259\" srcset=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules.png 582w, https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules-300x151.png 300w\" sizes=\"auto, (max-width: 514px) 100vw, 514px\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=A1&amp;\", \"&amp;B1<\/code><\/pre><p> In deze formule heb je waarden uit de cellen A1 en B1. En met behulp van dubbele aanhalingstekens staat er een komma en een spatie tussen de twee waarden.<\/p><p> Of u kunt dit ook doen met de CONCATENATE-functie. <\/p><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=CONCATENATE(A1,\", \",B1)<\/code><\/pre><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-13637\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/ajouter-une-virgule-en-utilisant-concatenation.png\" alt=\"voeg een komma toe met behulp van aaneenschakeling\" width=\"512\" height=\"258\" srcset=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/ajouter-une-virgule-en-utilisant-concatenation.png 582w, https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/ajouter-une-virgule-en-utilisant-concatenation-300x151.png 300w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\"><\/figure><\/div><p> En als je al een komma in een cel hebt staan, kun je daarvoor de CONCAT-functie gebruiken. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-13638\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/concat-si-a-deja-une-virgules.png\" alt=\"concat-als-al-een-komma heeft\" width=\"507\" height=\"202\" srcset=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/concat-si-a-deja-une-virgules.png 736w, https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/concat-si-a-deja-une-virgules-300x119.png 300w\" sizes=\"auto, (max-width: 507px) 100vw, 507px\"><\/figure><\/div><p class=\"qt-tip\"> <strong>Opmerking:<\/strong> u kunt deze methode in elke versie van Excel gebruiken.<\/p><h2 class=\"wp-block-heading\"> Gebruik TEXTJOIN om komma&#8217;s tussen meerdere waarden toe te voegen<\/h2><p> Als je komma&#8217;s wilt toevoegen tussen meerdere waarden in een celbereik, is TEXTJOIN de beste functie. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-13639\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/textjoin-to-add-comma.png\" alt=\"textjoin-to-add-comma\" width=\"447\" height=\"342\" srcset=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/textjoin-to-add-comma.png 588w, https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/textjoin-to-add-comma-300x230.png 300w\" sizes=\"auto, (max-width: 447px) 100vw, 447px\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-excel-formula\" lang=\"excel-formula\">=TEXTJOIN(\", \",TRUE,A1:A5)<\/code><\/pre><p> Met TEXTJOIN kunt u eenvoudig een komma of een ander scheidingsteken toevoegen. Zoals je kan zien:<\/p><ul><li> We hebben een komma en een spatie gespecificeerd in het eerste argument van de functie.<\/li><li> En dan TRUE om lege cellen te negeren.<\/li><li> Uiteindelijk hebben we verwezen naar het bereik waaruit we wilden komen.<\/li><\/ul><p> Wanneer u op Enter drukt, krijgt u alle waarden met een komma en een spatie tussen elk woord. <\/p><div class=\"gb-container gb-container-52dfcee1 gb-container-sample-file\"><h2 class=\"gb-headline gb-headline-e289c143 gb-headline-text gb-headline-4f7959c2\"> Haal het Excel-bestand op<\/h2> <a class=\"gb-button gb-button-e88d6bee gb-button-text gb-button-button1\" href=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/ajouter-une-virgule.xlsx\" rel=\"nofollow\">Downloaden<\/a><\/div><div class=\"gb-container gb-container-0df56012 gb-container-mt\"> <a class=\"gb-button gb-button-f9f432f4 gb-button-text gb-button-mt-button\" href=\"https:\/\/exceladvisor.org\/nl\/formules\/\">Lijst met Excel-formules<\/a><h2 class=\"gb-headline gb-headline-233444e8 gb-headline-text gb-headline-mt-heading\"> Gerelateerde formules <\/h2><div class=\"gb-grid-wrapper gb-grid-wrapper-a16fa65c gb-grid-wrapper-mt-grid\"><div class=\"gb-grid-column gb-grid-column-50d07e0d\"><div class=\"gb-container gb-container-50d07e0d\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/nl\/nieuwe-regel-in-cel\/\">Een nieuwe regel toevoegen aan een cel in Excel (regeleinde)<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/voorloopnullen\/\">Voeg voorloopnullen toe in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/cellen-samenvoegen-met-een-komma\/\">Voeg cellen samen met een komma in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/een-reeks-cellen-aaneenschakelen\/\">Voeg een reeks cellen samen in Excel<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/nl\/een-regeleinde-aaneenschakelen\/\">Samenvoegen met regeleinde in Excel<\/a><\/li><\/ul><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"ub_ctt_via":"","footnotes":""},"class_list":["post-1809","page","type-page","status-publish","hentry"],"featured_image_src":null,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u25b7 Hoe komma&#039;s toevoegen in Excel? (Cel - Tekst)<\/title>\n<meta name=\"description\" content=\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om komma&#039;s na of v\u00f3\u00f3r een waarde toe te voegen. Laten we dit controleren...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u25b7 Hoe komma&#039;s toevoegen in Excel? (Cel - Tekst)\" \/>\n<meta property=\"og:description\" content=\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om komma&#039;s na of v\u00f3\u00f3r een waarde toe te voegen. Laten we dit controleren...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-06T05:49:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/\",\"name\":\"\u25b7 Hoe komma&#39;s toevoegen in Excel? (Cel - Tekst)\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules.png\",\"datePublished\":\"2023-11-03T04:01:28+00:00\",\"dateModified\":\"2023-12-06T05:49:26+00:00\",\"description\":\"In deze zelfstudie leert u hoe u een Excel-formule schrijft om komma&#39;s na of v\u00f3\u00f3r een waarde toe te voegen. Laten we dit controleren...\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Thuis\",\"item\":\"https:\/\/exceladvisor.org\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hoe komma&#39;s toevoegen in excel?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#website\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"name\":\"Excel Advisor\",\"description\":\"Uw gids voor datadominantie\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u25b7 Hoe komma&#39;s toevoegen in Excel? (Cel - Tekst)","description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om komma&#39;s na of v\u00f3\u00f3r een waarde toe te voegen. Laten we dit controleren...","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:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/","og_locale":"nl_NL","og_type":"article","og_title":"\u25b7 Hoe komma&#39;s toevoegen in Excel? (Cel - Tekst)","og_description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om komma&#39;s na of v\u00f3\u00f3r een waarde toe te voegen. Laten we dit controleren...","og_url":"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-06T05:49:26+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"2 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/","url":"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/","name":"\u25b7 Hoe komma&#39;s toevoegen in Excel? (Cel - Tekst)","isPartOf":{"@id":"https:\/\/exceladvisor.org\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules.png","datePublished":"2023-11-03T04:01:28+00:00","dateModified":"2023-12-06T05:49:26+00:00","description":"In deze zelfstudie leert u hoe u een Excel-formule schrijft om komma&#39;s na of v\u00f3\u00f3r een waarde toe te voegen. Laten we dit controleren...","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/11\/formule-a-ajouter-virgules.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/nl\/kommas-toevoegen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Thuis","item":"https:\/\/exceladvisor.org\/nl\/"},{"@type":"ListItem","position":2,"name":"Hoe komma&#39;s toevoegen in excel?"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/nl\/#website","url":"https:\/\/exceladvisor.org\/nl\/","name":"Excel Advisor","description":"Uw gids voor datadominantie","publisher":{"@id":"https:\/\/exceladvisor.org\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/nl\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/nl\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/nl\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1809","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/comments?post=1809"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1809\/revisions"}],"predecessor-version":[{"id":2616,"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/pages\/1809\/revisions\/2616"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/nl\/wp-json\/wp\/v2\/media?parent=1809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}