Open In App

How to Calculate Weighted Average in Excel

Last Updated : 23 Jul, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Understanding how to calculate a weighted average in Excel can be a game-changer for anyone dealing with data analysis, financial modeling, or academic grading. Unlike a simple average, a weighted average considers the relative importance of each data point, providing a more accurate reflection of the dataset.

This article will walk you through the steps on how to calculate weighted average in Excel, ensuring you harness the full power of this essential function. Whether you're a student, a professional analyst, or a small business owner, knowing how to find weighted average in Excel can help you make more informed decisions. Let's explore the straightforward yet powerful methods to perform these calculations, saving you time and enhancing your analytical capabilities.

How-to-Calculate-Weighted-Average-in-Excel
How to Calculate Weighted Average in Exce

What is the Weighted Average Formula

The weighted average formula is a crucial tool for accurately calculating the average of a dataset where each value holds different significance. Unlike a simple average, the weighted average takes into account the relative importance of each data point. The formula is straightforward: sum the products of each value and its corresponding weight, then divide this sum by the total of the weights. For instance, in Excel, you can use the 'SUMPRODUCT' and 'SUM' functions to perform this calculation efficiently. Whether you're working with financial data, academic scores, or any other weighted dataset, knowing how to calculate a weighted average in Excel is an invaluable skill.

How To Calculate Weighted Average in Excel

In order to calculate the weighted average, we will use two functions in Excel, the first one is the sum function, and the other SUMPRODUCT function, let's discuss it one by one.

How to find Weighted Average in Excel using SUM Function

Step 1: Enter Data

Step 2: Select Data

Step 3: Enter Formula

It is an inbuilt function in Excel, helps to sum the numerical data in a range of cells. The function enables us to calculate multiple data very easily.

= SUM (number1, [number2],... )

For example, you are purchasing class 12  science textbooks for donating to the NGO, so now you have to calculate the total number of books, so here you simply use the sum function.

Step 4: Weighted Average Calculated

Calculate Weighted Average in Excel

How To Calculate Weighted Average Using SUMPRODUCT Function

Step 1: Open MS Excel

Step 2: Enter Data

Step 3: Enter Formula

It is an inbuilt function in Excel, it will return the sum of products of the value given in the argument or an array. This function usually uses when you need to multiply many cells together.

= SUMPRODUCT ( array1, [array2],[array3],...)

For example, you are purchasing class 12 textbooks for donating to the NGO, so now you have to calculate the total price.  So here's this function comes handy, you will first enter array 1 and the put comma and again array 2 and then press enter, you will get your result, which is 5780.

Step 4: Weighted Average Calculated

Calculate Weighted Average in Excel

Weighted Average Excel Example

Now we are clear with the concept of both SUM function and SUMPRODUCT function now let's calculate the weightage average. So in Excel to calculate weightage average is SUMPRODUCT/ SUM.

Weightage Average = SUMPRODUCT ( array1, [array2],[array3],...)/SUM (number1, [number2],...)

 Let's understand with an example, you have to calculate your college marks, but every subject has a different average. So we can use the weightage average to calculate our average marks.  So Now put the values in the formula which is:

weightage average = SUMPRODUCT(B1:B6, C2: C6)/SUM(C2:C6)

 And then hit enter, you will get your result 82.25.

Calculate Weighted Average in Excel
Example of weightage average

Conclusion

Mastering the technique of calculating a weighted average in Excel can significantly enhance your data analysis capabilities. By understanding how to find weighted average in Excel, you can ensure that each data point is considered according to its importance, providing more accurate and insightful results. Utilizing functions like SUMPRODUCT and SUM makes this process efficient and straightforward, empowering you to handle complex datasets with ease. Whether you're a financial analyst, student, or business owner, knowing how to calculate weighted average in Excel will improve your decision-making and analytical precision.

Also Read:

How to calculate Weighted Average


Article Tags :

Similar Reads