Good Day
Please can I get some help for the following
I am trying to calculate scores for percentages achieved. My Scale is as follows
% Achieved Score
<95% : 1
95.00% : 1
95.50% : 1.2
96.00% : 1.4
96.50% : 1.6
97.00% : 1.8
97.50% : 2
98.00% : 2.2
98.50% : 2.4
99.00% : 2.6
99.50% : 2.8
100.00% : 3
100.50% : 3.2
101.00% : 3.4
101.50% : 3.6
102.00% : 3.8
102.50% : 4
103.00% : 4.2
103.50% : 4.4
104.00% : 4.6
104.50% : 4.8
105.00% : 5
>105% : 5
From 95% every 0.5% increases the score by 0.2, so 95% = score of 1, 95.5% = score of 1.2 etc.
<95% gets a score of 1 and >105% gets a score of 5
Say - In cell A2, I have the percentage achieved, then,
in cell B2, I would like to have a formula that will calculate the score based on the % Achieved - catering for percentages that are not on the table above
For example a percentage achieved of 101.78 % would return a score of . . . . . ? (somewhere between 3.6 and 3.8)
Thanks in advance for the help
Joe
Please can I get some help for the following
I am trying to calculate scores for percentages achieved. My Scale is as follows
% Achieved Score
<95% : 1
95.00% : 1
95.50% : 1.2
96.00% : 1.4
96.50% : 1.6
97.00% : 1.8
97.50% : 2
98.00% : 2.2
98.50% : 2.4
99.00% : 2.6
99.50% : 2.8
100.00% : 3
100.50% : 3.2
101.00% : 3.4
101.50% : 3.6
102.00% : 3.8
102.50% : 4
103.00% : 4.2
103.50% : 4.4
104.00% : 4.6
104.50% : 4.8
105.00% : 5
>105% : 5
From 95% every 0.5% increases the score by 0.2, so 95% = score of 1, 95.5% = score of 1.2 etc.
<95% gets a score of 1 and >105% gets a score of 5
Say - In cell A2, I have the percentage achieved, then,
in cell B2, I would like to have a formula that will calculate the score based on the % Achieved - catering for percentages that are not on the table above
For example a percentage achieved of 101.78 % would return a score of . . . . . ? (somewhere between 3.6 and 3.8)
Thanks in advance for the help
Joe