I have an issue with the expressions. I want to calculate weighted averages and the expression is working so far. However, every time when I enter a decimal grade, the weighted average becomes a weird number.
E.g.
Grade = 10 Count = 3
Grade = 8 Count = 3
Average is 9. This is working fine.
Grade = 10 Count = 3
Grade = 8 Count = 3
Grade = 7.1 Count = 3
Average is 0.14. This is wrong.
However, the problem arises when I add a decimal grade (shown in example below):
When I add a 7,5 with a count of 2, the average is calculated correctly… But when I add a 7,3 with a count of 2, this happens: