DW Faisalabad New Version

DW Faisalabad New Version
Please Jump to New Version
  • Working with Tables
  • While there are four types of database objects in Access, tables are arguably the most ... read more

    Friday, 30 June 2017

    Sumproduct

    To calculate the sum of the products of corresponding numbers in one or more ranges, use Excel's powerful SUMPRODUCT function.

    1. For example, the SUMPRODUCT function below calculates the total amount spent.



    Note: the SUMPRODUCT function performs this calculation: (2 * 1000) + (4 * 250) + (4 * 100) + (2 * 50) = 3500.

    2. The ranges must have the same dimensions or Excel will display the #VALUE! error.



    3. The SUMPRODUCT function treats any entries that are not numeric as if they were zeros.


    .