Forum Discussion
Excel formula help
Hmm...this seems to work!!! Wow, thank you so much!!
- prr924Mar 12, 2019Copper Contributor
Oops, I spoke too soon. It still doesn't work. See screenshot attached. Test Student Option 2 should be a 100. The next row down is a real world (not perfect) score and should be an 82 but it's scoring out at 74.
- ahmad aliMar 12, 2019Brass Contributor
try the formula below:
=IF(H2>0,SUM(D2:H2),SUM(D2:I2))
- prr924Mar 12, 2019Copper Contributor
If I use this formula
=IF(H2>0,SUM(D2:H2),SUM(D2:I2))
that gives a total score of 100 for all three rows.
This is an assignment that has two options. Students can either write a paper on a finished research project (option 1: scored in column H) or they can write a paper presenting 2 hypotheses and a research plan (option 2: scored in columns J-L which are then summed in column I). They will have a score in column H or column I, never both.
All students, regardless of which option they choose, will have some points in columns D-G that need to be included in their total score.
Maybe this just can't be done?
- SergeiBaklanMar 12, 2019Diamond Contributor
I skipped your latest sample, it looks like you sum D2:I2 independently of H2. What is your exact logic?