{"id":2143,"date":"2023-09-28T22:49:35","date_gmt":"2023-09-28T22:49:35","guid":{"rendered":"https:\/\/exceladvisor.org\/tr\/toplam-1\/"},"modified":"2023-12-10T06:04:28","modified_gmt":"2023-12-10T06:04:28","slug":"toplam-1","status":"publish","type":"page","link":"https:\/\/exceladvisor.org\/tr\/toplam-1\/","title":{"rendered":"Sum excel&#39;de vba arac\u0131l\u0131\u011f\u0131yla nas\u0131l kullan\u0131l\u0131r?"},"content":{"rendered":"<div class=\"excel-icerikten-once\" id=\"excel-3635746672\"><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>Excel&#8217;de, bir h\u00fccre aral\u0131\u011f\u0131ndan veya birden \u00e7ok aral\u0131ktan de\u011ferlerin toplam\u0131n\u0131 hesaplamak i\u00e7in VBA&#8217;y\u0131 kullanabilirsiniz. Ve bu derste onu kullanabilece\u011fimiz farkl\u0131 yollar\u0131 \u00f6\u011frenece\u011fiz.<\/p><h2 class=\"wp-block-heading\"> WorksheetFunction kullanarak VBA&#8217;da toplama<\/h2><p> VBA&#8217;da kullanabilece\u011finiz <a href=\"https:\/\/exceladvisor.org\/tr\/islevler\/\">\u00e7e\u015fitli i\u015flevler vard\u0131r<\/a> ancak bu ama\u00e7 i\u00e7in \u00f6zel bir i\u015flev yoktur. Bu, bir miktar yapamayaca\u011f\u0131m\u0131z anlam\u0131na gelmez. VBA&#8217;da, VBA kodundaki i\u015flevleri \u00e7a\u011f\u0131rman\u0131za yard\u0131mc\u0131 olabilecek <a href=\"https:\/\/exceladvisor.org\/tr\/elektronik-tablo-islevi\/\">WorksheetFunction<\/a> adl\u0131 bir \u00f6zellik vard\u0131r. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-61238\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-somme-en-vba-en-utilisant-la-feuille-de-calcul.png\" sizes=\"auto, \" srcset=\"\" alt=\"vba-kullanarak-elektronik tablodaki toplam\" width=\"463\" height=\"300\"><\/figure><\/div><p> A1:A10 aral\u0131\u011f\u0131ndaki de\u011ferlerin toplam\u0131n\u0131 d\u00fc\u015f\u00fcn\u00fcn.<\/p><ol><li> \u00d6nce \u00e7al\u0131\u015fma sayfas\u0131 i\u015flev \u00f6zelli\u011fini girin, ard\u0131ndan listeden TOPLA i\u015flevini se\u00e7in. <br><img loading=\"lazy\" decoding=\"async\" title=\"2-\u00e7al\u0131\u015fma sayfas\u0131 i\u015flevine girin\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/2-entrez-la-fonction-de-feuille-de-calcul.png\" sizes=\"auto, \" srcset=\"\" alt=\"enter-worksheet-function\" width=\"492\" height=\"298\"><\/li><li> Daha sonra, e-tabloya bir fonksiyon girerken yapt\u0131\u011f\u0131n\u0131z gibi bir ba\u015flang\u0131\u00e7 parantezi girmelisiniz. <br><img loading=\"lazy\" decoding=\"async\" title=\"3-ba\u015flang\u0131\u00e7-parantez\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/3-parentheses-ouvrantes.png\" sizes=\"auto, \" srcset=\"\" alt=\"starting-parenthesis\" width=\"454\" height=\"285\"><\/li><li> Bundan sonra toplam\u0131n\u0131 hesaplamak istedi\u011fimiz aral\u0131\u011f\u0131 ifade etmek i\u00e7in <a href=\"https:\/\/exceladvisor.org\/tr\/aralik-1\/\">range nesnesini<\/a> kullanmam\u0131z gerekiyor. <br><img loading=\"lazy\" decoding=\"async\" title=\"4-menzil nesnesini kullan\u0131n\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/4-utiliser-lobjet-range.png\" sizes=\"auto, \" srcset=\"\" alt=\"use-the-range-object\" width=\"515\" height=\"249\"><\/li><li> Sonunda bir kapatma parantezi yaz\u0131n ve i\u015flevin d\u00f6n\u00fc\u015f de\u011ferini B1 h\u00fccresine atay\u0131n. <br><img loading=\"lazy\" decoding=\"async\" title=\"5-kapama parantezleri\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/5-parenthese-fermante.png\" sizes=\"auto, \" srcset=\"\" alt=\"closing-parenthesis\" width=\"653\" height=\"229\"><\/li><\/ol><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\"><strong>Range<\/strong> (\"B1\") = Application.WorksheetFunction.Sum(Range(\"A1:A10\"))<\/code><\/pre><p> Art\u0131k bu kodu \u00e7al\u0131\u015ft\u0131rd\u0131\u011f\u0131n\u0131zda A1:A10 aral\u0131\u011f\u0131nda sahip oldu\u011funuz de\u011ferlerin toplam\u0131n\u0131 hesapl\u0131yor ve <a href=\"https:\/\/exceladvisor.org\/tr\/hucre-degeri\/\">de\u011feri B1 h\u00fccresine giriyorsunuz<\/a> . <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-61243\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/6-executer-le-code-pour-calculer.png\" sizes=\"auto, \" srcset=\"\" alt=\"hesaplamak i\u00e7in kodu \u00e7al\u0131\u015ft\u0131r\u0131n\" width=\"722\" height=\"346\"><\/figure><\/div><h2 class=\"wp-block-heading\"> Bir s\u00fctunun veya sat\u0131r\u0131n tamam\u0131n\u0131n de\u011ferlerinin toplam\u0131<\/h2><p> Bu durumda \u00f6nceki \u00f6rnekte kulland\u0131\u011f\u0131m\u0131z aral\u0131k yerine bir sat\u0131r veya s\u00fctun belirtmeniz yeterlidir.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">' <strong>for<\/strong> the entire column A <strong>Range<\/strong> (\"B1\") = Application.WorksheetFunction.Sum( <strong>Range<\/strong> (\"A:A\")) ' <strong>for<\/strong> entire row 1 <strong>Range<\/strong> (\"B1\") = Application.WorksheetFunction.Sum( <strong>Range<\/strong> (\"1:1\"))<\/code><\/pre><h2 class=\"wp-block-heading\"> Se\u00e7im de\u011ferleri eklemek i\u00e7in VBA&#8217;y\u0131 kullan\u0131n<\/h2><p> \u015eimdi, bunun gibi bir kod kullanabildi\u011finiz i\u00e7in yaln\u0131zca se\u00e7ili h\u00fccrelerin de\u011ferini toplamak istedi\u011finizi varsayal\u0131m.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\"><strong>Sub<\/strong> vba_sum_selection() <strong>Dim<\/strong> sRange <strong>As<\/strong> Range <strong>Dim<\/strong> iSum <strong>As<\/strong> Long <strong>On<\/strong> <strong>Error<\/strong> <strong>GoTo<\/strong> errorHandler <strong>Set<\/strong> sRange = Selection iSum = WorksheetFunction.Sum(Range(sRange.Address)) MsgBox iSum errorHandler: MsgBox \"make sure to select a valid range of cells\" <strong>End<\/strong> <strong>Sub<\/strong><\/code><\/pre><p> Yukar\u0131daki kodda se\u00e7imi kulland\u0131k, ard\u0131ndan &#8220;sRange&#8221; de\u011fi\u015fkeninde belirttik, ard\u0131ndan toplam\u0131 elde etmek i\u00e7in bu range de\u011fi\u015fkeninin adresini kulland\u0131k.<\/p><h2 class=\"wp-block-heading\"> Yukar\u0131daki t\u00fcm h\u00fccrelerin VBA toplam\u0131<\/h2><p> A\u015fa\u011f\u0131daki kod t\u00fcm h\u00fccreleri ve toplam de\u011ferleri \u00e7\u0131kar\u0131r ve sonucu se\u00e7ilen h\u00fccreye girer.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\"><strong>Sub<\/strong> vba_auto_sum() <strong>Dim<\/strong> iFirst <strong>As<\/strong> String <strong>Dim<\/strong> iLast <strong>As<\/strong> String <strong>Dim<\/strong> iRange <strong>As<\/strong> Range <strong>On<\/strong> <strong>Error<\/strong> <strong>GoTo<\/strong> errorHandler iFirst = Selection. <strong>End<\/strong> (xlUp). <strong>End<\/strong> (xlUp).Address iLast = Selection. <strong>End<\/strong> (xlUp).Address <strong>Set<\/strong> iRange = Range(iFirst &amp; \":\" &amp; iLast) ActiveCell = WorksheetFunction.Sum(iRange) <strong>Exit<\/strong> <strong>Sub<\/strong> errorHandler: MsgBox \"make sure to select a valid range of cells\" <strong>End<\/strong> <strong>Sub<\/strong><\/code><\/pre><h2 class=\"wp-block-heading\"> VBA kullanarak dinamik aral\u0131k ekleme<\/h2><p> Benzer \u015fekilde, de\u011fer eklemek i\u00e7in VBA&#8217;y\u0131 kullan\u0131rken dinamik aral\u0131\u011f\u0131 kullanabilirsiniz.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\"><strong>Sub<\/strong> vba_dynamic_range_sum() <strong>Dim<\/strong> iFirst <strong>As<\/strong> String <strong>Dim<\/strong> iLast <strong>As<\/strong> String <strong>Dim<\/strong> iRange <strong>As<\/strong> Range <strong>On<\/strong> <strong>Error<\/strong> <strong>GoTo<\/strong> errorHandler iFirst = Selection.Offset(1, 1).Address iLast = Selection.Offset(5, 5).Address <strong>Set<\/strong> iRange = Range(iFirst &amp; \":\" &amp; iLast) ActiveCell = WorksheetFunction.Sum(iRange) <strong>Exit<\/strong> <strong>Sub<\/strong> errorHandler: MsgBox \"make sure to select a valid range of cells\" <strong>End<\/strong> <strong>Sub<\/strong><\/code><\/pre><h2 class=\"wp-block-heading\"> Dinamik bir s\u00fctun veya sat\u0131r ekleme<\/h2><p> Benzer \u015fekilde dinamik bir s\u00fctun kullanmak istiyorsan\u0131z, aktif h\u00fccrenin s\u00fctununu al\u0131p orada sahip oldu\u011funuz t\u00fcm de\u011ferleri toplayacak a\u015fa\u011f\u0131daki kodu kullanabilirsiniz.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\"><strong>Sub<\/strong> vba_dynamic_column() <strong>Dim<\/strong> iCol <strong>As<\/strong> Long <strong>On<\/strong> <strong>Error<\/strong> <strong>GoTo<\/strong> errorHandler iCol = ActiveCell.Column MsgBox WorksheetFunction.Sum(Columns(iCol)) <strong>Exit<\/strong> <strong>Sub<\/strong> errorHandler: MsgBox \"make sure to select a valid range of cells\" <strong>End<\/strong> <strong>Sub<\/strong><\/code><\/pre><p> Ve bir s\u0131ra i\u00e7in.<\/p><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\"><strong>Sub<\/strong> vba_dynamic_row() <strong>Dim<\/strong> iRow <strong>As<\/strong> Long <strong>On<\/strong> <strong>Error<\/strong> <strong>GoTo<\/strong> errorHandler iRow = ActiveCell.Row MsgBox WorksheetFunction.Sum(Rows(iCol)) <strong>Exit<\/strong> <strong>Sub<\/strong> errorHandler: MsgBox \"make sure to select a valid range of cells\" <strong>End<\/strong> <strong>Sub<\/strong><\/code><\/pre><h2 class=\"wp-block-heading\"> SUMIF&#8217;i VBA ile kullanma<\/h2><p> Toplamda oldu\u011fu gibi, a\u015fa\u011f\u0131daki \u00f6rnekteki gibi kriterlere sahip de\u011ferler eklemek i\u00e7in ETOPLA fonksiyonunu kullanabilirsiniz. <\/p><div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-61244\" src=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/7-sumif-avec-vba.png\" sizes=\"auto, \" srcset=\"\" alt=\"vba ile sumif\" width=\"771\" height=\"332\"><\/figure><\/div><pre class=\"wp-block-code\"> <code class=\"language-visual-basic\" lang=\"visual-basic\">Sub vba_sumif() Dim cRange <strong>As<\/strong> <strong>Range<\/strong> Dim sRange <strong>As<\/strong> <strong>Range<\/strong> <strong>Set<\/strong> cRange = <strong>Range<\/strong> (\"A2:A13\") <strong>Set<\/strong> sRange = <strong>Range<\/strong> (\"B2:B13\") <strong>Range<\/strong> (\"C2\") = _ WorksheetFunction.SumIf(cRange, \"Product B\", sRange) End Sub<\/code><\/pre><div class=\"gb-container gb-container-4db6181c gb-container-mt\"> <a class=\"gb-button gb-button-c5897111 gb-button-text gb-button-mt-button\" href=\"https:\/\/exceladvisor.org\/tr\/vba\/\">VBA nedir<\/a><h2 class=\"gb-headline gb-headline-665e5f6b gb-headline-text gb-headline-mt-heading\"> \u0130lgili e\u011fitimler <\/h2><div class=\"gb-grid-wrapper gb-grid-wrapper-a20baf7c gb-grid-wrapper-mt-grid\"><div class=\"gb-grid-column gb-grid-column-65ddf67e\"><div class=\"gb-container gb-container-65ddf67e\"><ul><li> <a href=\"https:\/\/exceladvisor.org\/tr\/ortalama-2\/\">VBA ile Excel&#8217;deki ortalama de\u011ferler<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/bugunun-tarihi-simdiki-saat\/\">VBA&#8217;y\u0131 kullanarak bug\u00fcn\u00fcn tarihini ve ge\u00e7erli saatini al\u0131n<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/mac-2\/\">VBA&#8217;da e\u015fle\u015ftirme i\u015flevi<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/mod-1\/\">VBA&#8217;da MOD<\/a><\/li><li> <a href=\"https:\/\/exceladvisor.org\/tr\/rastgele-sayi\/\">VBA rastgele say\u0131lar<\/a> <\/li><\/ul><\/div><\/div><div class=\"gb-grid-column gb-grid-column-50067b57\"><div class=\"gb-container gb-container-50067b57\"><\/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-2143","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>SUM Excel&#039;de VBA arac\u0131l\u0131\u011f\u0131yla nas\u0131l kullan\u0131l\u0131r? (E\u011fitim 2023)<\/title>\n<meta name=\"description\" content=\"Bu e\u011fitimde, Excel&#039;de bir dizi h\u00fccreden, s\u00fctundan de\u011fer eklemek i\u00e7in VBA&#039;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z\u0131 \u00f6\u011freneceksiniz.\" \/>\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\/tr\/toplam-1\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SUM Excel&#039;de VBA arac\u0131l\u0131\u011f\u0131yla nas\u0131l kullan\u0131l\u0131r? (E\u011fitim 2023)\" \/>\n<meta property=\"og:description\" content=\"Bu e\u011fitimde, Excel&#039;de bir dizi h\u00fccreden, s\u00fctundan de\u011fer eklemek i\u00e7in VBA&#039;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z\u0131 \u00f6\u011freneceksiniz.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/exceladvisor.org\/tr\/toplam-1\/\" \/>\n<meta property=\"og:site_name\" content=\"Excel Advisor\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-10T06:04:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-somme-en-vba-en-utilisant-la-feuille-de-calcul.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/toplam-1\/\",\"url\":\"https:\/\/exceladvisor.org\/tr\/toplam-1\/\",\"name\":\"SUM Excel&#39;de VBA arac\u0131l\u0131\u011f\u0131yla nas\u0131l kullan\u0131l\u0131r? (E\u011fitim 2023)\",\"isPartOf\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/toplam-1\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/toplam-1\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-somme-en-vba-en-utilisant-la-feuille-de-calcul.png\",\"datePublished\":\"2023-09-28T22:49:35+00:00\",\"dateModified\":\"2023-12-10T06:04:28+00:00\",\"description\":\"Bu e\u011fitimde, Excel&#39;de bir dizi h\u00fccreden, s\u00fctundan de\u011fer eklemek i\u00e7in VBA&#39;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z\u0131 \u00f6\u011freneceksiniz.\",\"breadcrumb\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/toplam-1\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/exceladvisor.org\/tr\/toplam-1\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/toplam-1\/#primaryimage\",\"url\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-somme-en-vba-en-utilisant-la-feuille-de-calcul.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-somme-en-vba-en-utilisant-la-feuille-de-calcul.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/toplam-1\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Ev\",\"item\":\"https:\/\/exceladvisor.org\/tr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sum excel&#39;de vba arac\u0131l\u0131\u011f\u0131yla nas\u0131l kullan\u0131l\u0131r?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/#website\",\"url\":\"https:\/\/exceladvisor.org\/tr\/\",\"name\":\"Excel Advisor\",\"description\":\"Veri hakimiyetine y\u00f6nelik nihai rehberiniz!\",\"publisher\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/exceladvisor.org\/tr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tr\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/#organization\",\"name\":\"Excel Advisor\",\"url\":\"https:\/\/exceladvisor.org\/tr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/exceladvisor.org\/tr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/exceladvisor.org\/tr\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"contentUrl\":\"https:\/\/exceladvisor.org\/tr\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png\",\"width\":105,\"height\":36,\"caption\":\"Excel Advisor\"},\"image\":{\"@id\":\"https:\/\/exceladvisor.org\/tr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SUM Excel&#39;de VBA arac\u0131l\u0131\u011f\u0131yla nas\u0131l kullan\u0131l\u0131r? (E\u011fitim 2023)","description":"Bu e\u011fitimde, Excel&#39;de bir dizi h\u00fccreden, s\u00fctundan de\u011fer eklemek i\u00e7in VBA&#39;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z\u0131 \u00f6\u011freneceksiniz.","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\/tr\/toplam-1\/","og_locale":"tr_TR","og_type":"article","og_title":"SUM Excel&#39;de VBA arac\u0131l\u0131\u011f\u0131yla nas\u0131l kullan\u0131l\u0131r? (E\u011fitim 2023)","og_description":"Bu e\u011fitimde, Excel&#39;de bir dizi h\u00fccreden, s\u00fctundan de\u011fer eklemek i\u00e7in VBA&#39;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z\u0131 \u00f6\u011freneceksiniz.","og_url":"https:\/\/exceladvisor.org\/tr\/toplam-1\/","og_site_name":"Excel Advisor","article_modified_time":"2023-12-10T06:04:28+00:00","og_image":[{"url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-somme-en-vba-en-utilisant-la-feuille-de-calcul.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tahmini okuma s\u00fcresi":"4 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/exceladvisor.org\/tr\/toplam-1\/","url":"https:\/\/exceladvisor.org\/tr\/toplam-1\/","name":"SUM Excel&#39;de VBA arac\u0131l\u0131\u011f\u0131yla nas\u0131l kullan\u0131l\u0131r? (E\u011fitim 2023)","isPartOf":{"@id":"https:\/\/exceladvisor.org\/tr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/exceladvisor.org\/tr\/toplam-1\/#primaryimage"},"image":{"@id":"https:\/\/exceladvisor.org\/tr\/toplam-1\/#primaryimage"},"thumbnailUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-somme-en-vba-en-utilisant-la-feuille-de-calcul.png","datePublished":"2023-09-28T22:49:35+00:00","dateModified":"2023-12-10T06:04:28+00:00","description":"Bu e\u011fitimde, Excel&#39;de bir dizi h\u00fccreden, s\u00fctundan de\u011fer eklemek i\u00e7in VBA&#39;y\u0131 nas\u0131l kullanaca\u011f\u0131n\u0131z\u0131 \u00f6\u011freneceksiniz.","breadcrumb":{"@id":"https:\/\/exceladvisor.org\/tr\/toplam-1\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/exceladvisor.org\/tr\/toplam-1\/"]}]},{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/exceladvisor.org\/tr\/toplam-1\/#primaryimage","url":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-somme-en-vba-en-utilisant-la-feuille-de-calcul.png","contentUrl":"https:\/\/exceladvisor.org\/wp-content\/uploads\/2023\/08\/1-somme-en-vba-en-utilisant-la-feuille-de-calcul.png"},{"@type":"BreadcrumbList","@id":"https:\/\/exceladvisor.org\/tr\/toplam-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Ev","item":"https:\/\/exceladvisor.org\/tr\/"},{"@type":"ListItem","position":2,"name":"Sum excel&#39;de vba arac\u0131l\u0131\u011f\u0131yla nas\u0131l kullan\u0131l\u0131r?"}]},{"@type":"WebSite","@id":"https:\/\/exceladvisor.org\/tr\/#website","url":"https:\/\/exceladvisor.org\/tr\/","name":"Excel Advisor","description":"Veri hakimiyetine y\u00f6nelik nihai rehberiniz!","publisher":{"@id":"https:\/\/exceladvisor.org\/tr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/exceladvisor.org\/tr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"tr"},{"@type":"Organization","@id":"https:\/\/exceladvisor.org\/tr\/#organization","name":"Excel Advisor","url":"https:\/\/exceladvisor.org\/tr\/","logo":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/exceladvisor.org\/tr\/#\/schema\/logo\/image\/","url":"https:\/\/exceladvisor.org\/tr\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","contentUrl":"https:\/\/exceladvisor.org\/tr\/wp-content\/uploads\/2023\/12\/exceladvisor.org_.png","width":105,"height":36,"caption":"Excel Advisor"},"image":{"@id":"https:\/\/exceladvisor.org\/tr\/#\/schema\/logo\/image\/"}}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/2143","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/comments?post=2143"}],"version-history":[{"count":1,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/2143\/revisions"}],"predecessor-version":[{"id":2730,"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/pages\/2143\/revisions\/2730"}],"wp:attachment":[{"href":"https:\/\/exceladvisor.org\/tr\/wp-json\/wp\/v2\/media?parent=2143"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}