» Summing Total Sales, Based on Quantity & Price
CATEGORY - Excel Summing
VERSION - All Microsoft Excel Versions
Problem: Calculating the total sales price of all the items listed in column A, based on the amount of items sold (column B), and the price per unit (column C).
Solution 1:
Use the SUMPRODUCT function as shown in the following formula:
=SUMPRODUCT(B2:B5,C2:C5)
Solution 2:
Use the SUM function as shown in the following Array formula:
{=SUM((B2:B5)*(C2:C5))}
Book Store:
Recommended Books:
- The Guide to Understanding Financial Statements
- Financial Statement Analysis: A Practitioner's Guide, 3rd Edition
- How to Use Financial Statements: A Guide to Understanding the Numbers
- Keys to Reading an Annual Report (Barron's Business Keys)
- Windows XP Annoyances
- F1 Get the Most out of Excel! The Ultimate Excel tip Help Guide
No comments have been submitted.

