Published on AccountingWEB (http://www.accountingweb.com)

Home > Tip: Using Excel's SUMPRODUCT Function

Tip: Using Excel's SUMPRODUCT Function

Posted by accountingweb on Aug 9 2001 357 printer friendly
Excel provides a useful function called SUMPRODUCT which can be used to find summation of multi dimension data series.

For example:

  • You have number of cartons in cells A1:A5
  • Number of units in each carton in cells B1:B5
  • Price of each unit in cells C1:C5

You want to find the total cost of the stock. The answer is simple. You use the following formula:

=SUMPRODUCT(A1:A5,B1:B5,C1:C5)

You don't need to multiply A1*B1*C1 and then copy it down.

This function seems to be quite handy and can be used for many other calculations.



This handy tip appeared recently on our sister site, AccountingWEB.co.uk [1].

Tags 
Excel tips [2]

Source URL: http://www.accountingweb.com/topic/tip-using-excels-sumproduct-function

Links:
[1] http://www.accountingweb.co.uk/cgi-bin/item.cgi?ap=1&id=55013&d=pnd&dateformat=%o-%B
[2] http://www.accountingweb.com/tags/excel-tips