How to ignore blanks when calculate the weighted average in Excel?
In statistical calculations, the weighted average is more widely used than the average function. But do you know how to calculate the weighted average ignoring the blanks in Excel?
For example, there are two columns in a sheet which record the grades and the number of cases of a student, but this student is absent from some cases of examinations which leave the blanks in the column of grades as below screenshot shown. If you apply the normal Weighted Average function =SUMPRODUCT(A2:A5,B2:B5)/SUM(B2:B5), it will get the result 79.333 which is somewhat unfair for the student. In this article, I introduce a formula to calculate the weighted average ignoring blank records in Excel.
Calculate weighted average while ignoring blanks
Calculate weighted ignore blanks
Select a blank cell you want to place the result, and type this formula =SUMPRODUCT(A2:A5,$B$2:$B$5)/SUMPRODUCT(--(A2:A5<>""),$B$2:$B$5), and press Enter key. See screenshot:
In the formula, A2:A5 is the grade records, B2:B5 is the number of cases. You can change them as you need.
Best Office Productivity Tools
Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time. Click Here to Get The Feature You Need The Most...
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!