FormulaCraft

How to calculate a weighted average in Excel and Google Sheets

Topic:RANK & statistical aggregates
Excel & Google Sheets
=SUMPRODUCT(B2:B10, C2:C10) / SUM(C2:C10)

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. 1B2:B10 are the values; C2:C10 are their weights.
  2. 2SUMPRODUCT multiplies each value by its weight and adds the results.
  3. 3Divide by SUM of the weights to get the weighted average.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

How is a weighted average different from a normal average?

A normal average treats every value equally. A weighted average lets some values count more, based on the weight you assign each one.

More on RANK & statistical aggregates

See all →

Formulas used

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

Last reviewed: