FormulaCraft

How to multiply two columns in Excel and Google Sheets

Excel & Google Sheets
=A2*B2

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

Step by step

  1. 1In a new column, enter =A2*B2 and copy it down for a row-by-row product.
  2. 2To total every row’s product at once, use =SUMPRODUCT(A2:A100, B2:B100).
  3. 3SUMPRODUCT multiplies the ranges pairwise and sums the result.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

How do I multiply quantity by price for a whole column total?

Use =SUMPRODUCT(quantity_range, price_range). It multiplies each row and adds the totals in one formula.

Formulas used

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

Last reviewed: