FormulaCraft

SUMPRODUCT

SUMPRODUCT multiplies corresponding cells across ranges and adds the products. It is perfect for quantity × price totals, weighted averages, and conditional counts.

Topic:SUM & aggregation
Excel
=SUMPRODUCT(B2:B100, C2:C100)
Google Sheets
=SUMPRODUCT(B2:B100, C2:C100)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1B2:B100 and C2:C100 are multiplied row by row.
  2. 2The products are added into a single total.
  3. 3The ranges must be the same size.

Need a version for your data?

Try: “Multiply quantity in B by price in C for each row and total it

More on SUM & aggregation

See all →

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: