Hey Guys, First post.
Looking for some help. As the title says I'm working on a formula that does weighted averages while ignoring blanks, the formula works fine until I clear the cells and then I'm left with a Div/0! error.
I have this so far:
=SUMPRODUCT(C12:U12,$C$10:$U$10)/SUMPRODUCT(--(C12:U12<>""),$C$10:$U$10)
The weight of the assignments is in C:10 to U:10 and the marks are in C:12 to U:12
Looking for some help. As the title says I'm working on a formula that does weighted averages while ignoring blanks, the formula works fine until I clear the cells and then I'm left with a Div/0! error.
I have this so far:
=SUMPRODUCT(C12:U12,$C$10:$U$10)/SUMPRODUCT(--(C12:U12<>""),$C$10:$U$10)
The weight of the assignments is in C:10 to U:10 and the marks are in C:12 to U:12