» Summing Sales Amounts According to Product Category and Customer Name
CATEGORY - Excel Summing
VERSION - All Microsoft Excel Versions
Columns A:C contain product categories, customer names, and prices paid for various items.
When using the following formula to sum the prices paid by Customer1 on category A products, #NUM! is returned:
=SUMPRODUCT((A:A="A")*(B:B="Customer1"),C:C)
Solution:
Use the SUMPRODUCT function as shown in the following formula:
=SUMPRODUCT((A1:A7="A")*(B1:B7="Customer1"),C1:C7)
Note:
Summing or counting according to multiple criteria cannot be performed on entire column.
Therefore, in order to use the above formula, the column ranges must be adjusted to specific ranges (i.e. A1:A10, A1:A2000, A1:A65000, etc.).
Book Store:
Recommended Books:
- Real Estate Loopholes: Secrets of Successful Real Estate Investing
- Microsoft Excel VBA Programming for the Absolute Beginner
- Marketing Plan: A Handbook with Marketing Plan
- How to Use Financial Statements: A Guide to Understanding the Numbers
- Microsoft Excel 2002 Simply Visual
- AWAKEN THE GIANT WITHIN : HOW TO TAKE IMMEDIATE CONTROL OF YOUR MENTAL, EMOTIONAL, PHYSICAL AND FINANCIAL
No comments have been submitted.

