Hello All,
I am currently working on a marking spreadsheet for teachers where the teachers need to have running scores regardless of how many mark entries they have for their students. I am using the followin formula to get a total, but what I need is a running total so that the students get an idea of how they are doing in the class. any suggestion on how I can modify this formula so that if there are no marks inputted in cells I can still get a % of how the student is doing?
=IFERROR(SUMPRODUCT(C$7:L$7,C9:L9)/SUMIF(C9:L9,"<>",C$7:L$7),"")
Thanks for any help you can provide me....
Brutium
I am currently working on a marking spreadsheet for teachers where the teachers need to have running scores regardless of how many mark entries they have for their students. I am using the followin formula to get a total, but what I need is a running total so that the students get an idea of how they are doing in the class. any suggestion on how I can modify this formula so that if there are no marks inputted in cells I can still get a % of how the student is doing?
=IFERROR(SUMPRODUCT(C$7:L$7,C9:L9)/SUMIF(C9:L9,"<>",C$7:L$7),"")
Thanks for any help you can provide me....
Brutium