Hi Monica,
I see two errors.
On the table "Write", the following change is needed in H12:
H12: current formula: =VLOOKUP(H11,Total Overview t:: Table 4 :: $A:$B,2,1)
H12: corrected formula: =VLOOKUP(H11,Total Overview:: Table 4 :: $A:$B,2,1)
The second error is a misunderstanding of the meaning of "100%". "100% of a pie" means "one whole pie." In money terms, 100% of 1.00 CHF is 100 centisimi (or centimes, depending on the canton), not 100 CHF.
(Edit: or substitute $1.00 and 100¢ now that I've read your location as well as your username.)
The numbers on your lookup table must have the same meaning as the numbers calculated in column H of the various tables. They don't.
For the values listed in the lookup table and the value in H11 on this table, F is the correct grade.
The score calculated by the formula in H2, =(AVERAGE(B2:G2))/5 is the
average of
5, 5, 5, 5, 5, and 5, divided by 5.
The average of that set of numbers is 5. Divided by 5, the result is 1, which is well below 60.
Correction needed:
Revise the values on the lookup table to
0.9 A
0,8 B
0.7 C
0.6 D
0 F
or
90% A
80% B
...
0 F
OR
Revise the formula in H2 to
=(AVERAGE(B2:G2))*100/5
and format all cells now showing percents as Number rather than as Percentage.
Regards,
Barry
Message was edited by: Barry