palaeontology
Active Member
- Joined
- May 12, 2017
- Messages
- 444
- Office Version
- 2016
- Platform
- Windows
I have the following 'dummy' data ...
As you can see there are 5 exams, and three students.
As the year progresses, the exams become more and more difficult and so their weighting reflects this increase in difficulty.
In J7 I have the following formula ...
it obviously has two components ... a SUMPRODUCT and a SUMIF
You can see in green (in columns K and L) what each of these components comes to ... obviously, Mike and Aryu have both missed an exam or two and so their weighted total out-ofs differ from Joe as he has sat all 5 exams.
I then experimented with trying to achieve the same result when the cells are not contiguous .....
I had to change the SUMPRODUCT formula in V7 to allow for the fact the cells are not contiguous. So I used the CHOOSE function.
as you can see by the correct calculations in green in column V, SUMPRODUCT has no problem combining with CHOOSE.
However, when I try to combine CHOOSE with SUMIF in column W, I get an error. This is my formula ...
Can SUMIF combine with CHOOSE, or have I done something wrong ?
Kind regards,
Chris
As you can see there are 5 exams, and three students.
As the year progresses, the exams become more and more difficult and so their weighting reflects this increase in difficulty.
In J7 I have the following formula ...
it obviously has two components ... a SUMPRODUCT and a SUMIF
You can see in green (in columns K and L) what each of these components comes to ... obviously, Mike and Aryu have both missed an exam or two and so their weighted total out-ofs differ from Joe as he has sat all 5 exams.
I then experimented with trying to achieve the same result when the cells are not contiguous .....
I had to change the SUMPRODUCT formula in V7 to allow for the fact the cells are not contiguous. So I used the CHOOSE function.
as you can see by the correct calculations in green in column V, SUMPRODUCT has no problem combining with CHOOSE.
However, when I try to combine CHOOSE with SUMIF in column W, I get an error. This is my formula ...
Can SUMIF combine with CHOOSE, or have I done something wrong ?
Kind regards,
Chris