{"id":1184,"date":"2018-07-01T15:17:47","date_gmt":"2018-07-01T15:17:47","guid":{"rendered":"http:\/\/officetuts.net\/excel\/?p=1184"},"modified":"2023-11-03T14:36:22","modified_gmt":"2023-11-03T14:36:22","slug":"sumproduct","status":"publish","type":"post","link":"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/","title":{"rendered":"SUMPRODUCT function"},"content":{"rendered":"\n

Excel SUMPRODUCT Function is a powerful tool that allows you to multiply and add values together in a single step. It’s like a super calculator that can save you a lot of time when working with data in spreadsheets. This function is used to find the sum of the products of corresponding numbers in one or more arrays. It might sound a bit complicated, but I’ll break it down for you.<\/p>\n\n\n\n

Syntax<\/h2>\n\n\n\n

SUMPRODUCT(array1, [array2], [array3], …)<\/strong><\/p>\n\n\n\n

Arguments<\/h2>\n\n\n\n
array1<\/strong><\/td>This is the first array of values that you want to multiply and add together.<\/td><\/tr>
[array2]<\/strong><\/td>(Optional) You can add more arrays if needed. Each additional array represents another set of values to multiply and add. You can have up to 255 arrays in total.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n

How to use<\/h2>\n\n\n\n

The SUMPRODUCT function is quite versatile, and you can use it in various ways. Let’s explore a few examples to understand how it works.<\/p>\n\n\n\n

Example 1:<\/strong> Basic Usage<\/p>\n\n\n\n

=SUMPRODUCT(A1:A3, B1:B3)<\/code><\/pre>\n\n\n\n

This formula multiplies the values in cells A1, A2, and A3 with the values in cells B1, B2, and B3 and then adds the results together.<\/p>\n\n\n\n

Example 2:<\/strong> Weighted Average<\/p>\n\n\n\n

=SUMPRODUCT(A1:A5, B1:B5) \/ SUM(B1:B5)<\/code><\/pre>\n\n\n\n

Here, we find the weighted average of values in array A based on the weights in array B. It multiplies each value in A with its corresponding weight in B, sums up these products, and then divides by the sum of the weights in array B.<\/p>\n\n\n\n

Example 3:<\/strong> Counting Matching Criteria<\/p>\n\n\n\n

=SUMPRODUCT((A1:A10=\"Apples\")*(B1:B10=\"Red\"))<\/code><\/pre>\n\n\n\n

In this case, we want to count the number of rows where column A has “Apples” and column B has “Red.” The function multiplies the results of the two conditions (true or false) and then sums them up, giving us the count of matching criteria.<\/p>\n\n\n\n

Example 4:<\/strong> Advanced Use with Multiple Arrays<\/p>\n\n\n\n

=SUMPRODUCT(A1:A5, B1:B5, C1:C5)<\/code><\/pre>\n\n\n\n

You can use the SUMPRODUCT function with multiple arrays, as shown here. It multiplies the corresponding values in three different arrays and adds the results together.<\/p>\n\n\n\n

Example 5:<\/strong> Handling Error Values<\/p>\n\n\n\n

=SUMPRODUCT(IF(ISNUMBER(A1:A5), A1:A5, 0), B1:B5)<\/code><\/pre>\n\n\n\n

In this example, the function multiplies the values in A1:A5 with B1:B5 but only for cells in A1:A5 that contain numbers. If a cell in A1:A5 is not a number, it’s treated as 0. This can help you handle error values in your calculations.<\/p>\n\n\n\n

Additional Information<\/h2>\n\n\n\n

The SUMPRODUCT function is a handy tool for performing various calculations in Excel. It’s particularly useful for tasks like finding weighted averages, counting specific criteria, or handling multiple arrays of data. Remember, you can use it with up to 255 arrays, making it a versatile choice for many scenarios in your spreadsheets.<\/p>\n","protected":false},"excerpt":{"rendered":"

Excel SUMPRODUCT Function is a powerful tool that allows you to multiply and add values together in a single step. It’s like a…<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[180],"yoast_head":"\nSUMPRODUCT function<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SUMPRODUCT function\" \/>\n<meta property=\"og:description\" content=\"Excel SUMPRODUCT Function is a powerful tool that allows you to multiply and add values together in a single step. It’s like a...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-07-01T15:17:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-03T14:36:22+00:00\" \/>\n<meta name=\"author\" content=\"Tomasz Decker\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tomasz Decker\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/\"},\"author\":{\"name\":\"Tomasz Decker\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"headline\":\"SUMPRODUCT function\",\"datePublished\":\"2018-07-01T15:17:47+00:00\",\"dateModified\":\"2023-11-03T14:36:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/\"},\"wordCount\":419,\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"keywords\":[\"done\"],\"articleSection\":[\"functions\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/\",\"url\":\"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/\",\"name\":\"SUMPRODUCT function\",\"isPartOf\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#website\"},\"datePublished\":\"2018-07-01T15:17:47+00:00\",\"dateModified\":\"2023-11-03T14:36:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/officetuts.net\/excel\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SUMPRODUCT function\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/officetuts.net\/excel\/#website\",\"url\":\"https:\/\/officetuts.net\/excel\/\",\"name\":\"\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/officetuts.net\/excel\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42\",\"name\":\"Tomasz Decker\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g\",\"caption\":\"Tomasz Decker\"},\"logo\":{\"@id\":\"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/\"},\"description\":\"Spreadsheet and Python enthusiast.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SUMPRODUCT function","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:\/\/officetuts.net\/excel\/functions\/sumproduct\/","og_locale":"en_US","og_type":"article","og_title":"SUMPRODUCT function","og_description":"Excel SUMPRODUCT Function is a powerful tool that allows you to multiply and add values together in a single step. It’s like a...","og_url":"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/","article_published_time":"2018-07-01T15:17:47+00:00","article_modified_time":"2023-11-03T14:36:22+00:00","author":"Tomasz Decker","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tomasz Decker","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/#article","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/"},"author":{"name":"Tomasz Decker","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"headline":"SUMPRODUCT function","datePublished":"2018-07-01T15:17:47+00:00","dateModified":"2023-11-03T14:36:22+00:00","mainEntityOfPage":{"@id":"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/"},"wordCount":419,"publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"keywords":["done"],"articleSection":["functions"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/","url":"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/","name":"SUMPRODUCT function","isPartOf":{"@id":"https:\/\/officetuts.net\/excel\/#website"},"datePublished":"2018-07-01T15:17:47+00:00","dateModified":"2023-11-03T14:36:22+00:00","breadcrumb":{"@id":"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/officetuts.net\/excel\/functions\/sumproduct\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/officetuts.net\/excel\/functions\/sumproduct\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/officetuts.net\/excel\/"},{"@type":"ListItem","position":2,"name":"SUMPRODUCT function"}]},{"@type":"WebSite","@id":"https:\/\/officetuts.net\/excel\/#website","url":"https:\/\/officetuts.net\/excel\/","name":"","description":"","publisher":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/officetuts.net\/excel\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/41b0b6996aaa4c4127f86f3d24452d42","name":"Tomasz Decker","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18cbe22837193574870ae40ba56bf712?s=96&d=mm&r=g","caption":"Tomasz Decker"},"logo":{"@id":"https:\/\/officetuts.net\/excel\/#\/schema\/person\/image\/"},"description":"Spreadsheet and Python enthusiast."}]}},"_links":{"self":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/1184"}],"collection":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/comments?post=1184"}],"version-history":[{"count":3,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/1184\/revisions"}],"predecessor-version":[{"id":16598,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/posts\/1184\/revisions\/16598"}],"wp:attachment":[{"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/media?parent=1184"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/categories?post=1184"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/officetuts.net\/excel\/wp-json\/wp\/v2\/tags?post=1184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}