View Single Post
  #2  
Old October 22nd, 2008, 04:25 PM posted to microsoft.public.excel.worksheet.functions
Sheeloo[_3_]
external usenet poster
 
Posts: 1,713
Default How to omit blank cells when calculating weighted averages

I am assuming that B2, C2, and D2 contain the weights and are same for
everyone.
How do you calculate the weights?

If a student was absent and does not have a score in say B then you need to
redistribute the weights... How will you do that? I mean what is the
applicable logic to calculate?


"Suzy" wrote:

Hello, new to Excel and need help with function.
I am calculating grades for my students, and if they were absent, I do not
want them penalized. What function will omit the blank cells when the formula
is calculating the weighted average? I tried the average option but it still
treated the cell as a zero.

Here is the formula:
=((B5*$B$2)+(C5*$C$2)+(D5*$D$2))

When I tried removing the section of the formula for students who were
missing the assignment in B5, the average still remained low. Thanks in
advance!!