Perhaps someone out there has a solution for this one:
I am writing a report that calculates scores on 6 different areas based on employee performance. There are 3 different sections in each category and the score is calculated by dividing the category score by 3. As a result, it is possible to get a category score that is a decimal value which doesn't add up to the total score for the category.
Is there any way to do this without losing the decimal portion of the score and therefore artifically raising or lowering the score?
For example, Score for Category A: 76
Score for Section 1: 25.33
Score for Section 2: 25.33
Score for Section 3: 25.33 = 75.99 not 76
I'd appreciate any help you can give on this one.
I am writing a report that calculates scores on 6 different areas based on employee performance. There are 3 different sections in each category and the score is calculated by dividing the category score by 3. As a result, it is possible to get a category score that is a decimal value which doesn't add up to the total score for the category.
Is there any way to do this without losing the decimal portion of the score and therefore artifically raising or lowering the score?
For example, Score for Category A: 76
Score for Section 1: 25.33
Score for Section 2: 25.33
Score for Section 3: 25.33 = 75.99 not 76
I'd appreciate any help you can give on this one.