Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • What-If Analysis: Scenarios and Goal Seek in Excel
  • How to calculate average last N values in a table in Excel
  • Remove Duplicates Example in Excel
  • Get column name from index in Excel Table
  • How to create Gauge Chart in Excel

References

  • Find closest match in Excel
  • How to get address of last cell in range in Excel
  • Multi-criteria lookup and transpose in Excel
  • How to use Excel TRANSPOSE Function
  • Get nth match with INDEX / MATCH in Excel

Data Validations

  • Excel Data validation with conditional list
  • Excel Data validation allow weekday only
  • Excel Data validation date in specific year
  • Excel Data validation only dates between
  • Excel Data validation no punctuation

Weighted average in Excel

by

This tutorial shows how to work Weighted average in Excel using the example below;

Formula

=SUMPRODUCT(numbers,weights)/SUM(weights)

Explanation

To calculated a weighted average, you can use the SUMPRODUCT function together with the SUM function. In the example shown, the formula in G7 is:

=SUMPRODUCT(C5:C11,D5:D11)/SUM(D5:D11)

How this formula works

The SUMPRODUCT function multiples arrays together and sums the result.

In this case, SUMPRODUCT returns the total of each number times its corresponding weight. This number is divided by the sum of all weights, calculated with SUM.

A nice feature of this formula is that the weights don’t matter. In the example, they add up to 100%, but they can actually be any number that makes sense for your use case.

Post navigation

Previous Post:

How to use Excel CHOOSE Function

Next Post:

Customize Ribbon In Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF function: Description, Usage, Syntax, Examples and Explanation
  • SWITCH function example in Excel
  • OR function: Description, Usage, Syntax, Examples and Explanation
  • Not Equal To ‘<>‘ operator in Excel
  • Invoice status with nested if in Excel

Date Time

  • How to calculate most recent day of week in Excel
  • Get age from birthday in Excel
  • How to get workdays between dates in Excel
  • Convert date to Julian format in Excel
  • Add business days to date in Excel

Grouping

  • Map inputs to arbitrary values in Excel
  • How to randomly assign data to groups in Excel
  • Group times into 3 hour buckets in Excel
  • Running count group by n size in Excel
  • Group arbitrary text values in Excel

General

  • How to generate random number weighted probability in Excel
  • Print Excel Sheet In Landscape Or Portrait
  • Basic numeric sort formula in Excel
  • How to fill cell ranges with random number from fixed set of options in Excel
  • Check if multiple cells have same value in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning