G
Guest
I have a text box that is a DSum of all the weighted scores a student has
achieved for each assignment. The assignment weighted score is of number type
single formatted with 2 decimal places.
The scores are computed based on a certain weightage assigned. For example
in assignment 1, the weightage is 20% and the score given is 91. The weighted
score works out to be 18.2 (91 * 20/100). For assignment 2, the score is 67,
and the weighted score is 13.4 and finally for assignment 3, the score is 99,
with the weighted score computed to be 19.8.
What I'm puzzled is that the total weighted score should be 18.2 + 13.4 +
19.8 = 51.4. However, the text box with the DSum function added the total to
be 51.3999996185303. Any ideas why? Thanks.
ck
achieved for each assignment. The assignment weighted score is of number type
single formatted with 2 decimal places.
The scores are computed based on a certain weightage assigned. For example
in assignment 1, the weightage is 20% and the score given is 91. The weighted
score works out to be 18.2 (91 * 20/100). For assignment 2, the score is 67,
and the weighted score is 13.4 and finally for assignment 3, the score is 99,
with the weighted score computed to be 19.8.
What I'm puzzled is that the total weighted score should be 18.2 + 13.4 +
19.8 = 51.4. However, the text box with the DSum function added the total to
be 51.3999996185303. Any ideas why? Thanks.
ck