wjhendrix3
New Member
- Joined
- Sep 19, 2011
- Messages
- 8
I am a teacher. I have created a spreadsheet that allows me to enter my students' grades for the term. I am now attempting to get it to calculate the correct grade. I am able to get the grades added but I am having problems with the calculations part. Here's my dilemma. I do not want to have to modify my spreadsheet or the formula every time I enter a grade in order to get it to calculate so I have built it so that there is no need for future expansion.
However, the problem with this is that during some terms I may have less grades than others. This will cause an issue with the grade calculations because, for instance, if I have four test grades instead of five, the calculation formula will still divide the overall grades by five instead of four. What I’ve done to combat this is create an extra column that calculates the total number of tests taken. This number will then be used to divide the total grade.
What I need help with is incrementing this cell by one when any number is entered in one of the five available slots and not doing so if the cell is left blank. I have tried the =IF(ISBLANK(AA4),0,1) formula but I cannot get it to calculate beyond one cell. I need someone to help me add one to cell AF4 when grades are entered in cells AA4 through AE4.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o> </o>
However, the problem with this is that during some terms I may have less grades than others. This will cause an issue with the grade calculations because, for instance, if I have four test grades instead of five, the calculation formula will still divide the overall grades by five instead of four. What I’ve done to combat this is create an extra column that calculates the total number of tests taken. This number will then be used to divide the total grade.
What I need help with is incrementing this cell by one when any number is entered in one of the five available slots and not doing so if the cell is left blank. I have tried the =IF(ISBLANK(AA4),0,1) formula but I cannot get it to calculate beyond one cell. I need someone to help me add one to cell AF4 when grades are entered in cells AA4 through AE4.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
<o> </o>