Weighted average calculation
I am trying to establish a weighted average calculation where the number of fields that are part of the calculation could vary between 7-10 depending on how many factors get considered. This is for an employee performance review and we've created checkbox groups for each factor. This is the formula currently being used but need to adjust so we can use a variable number of factors to be considered per employee:
(0.7 * ((Group1 + Group2 + Group3 + Group4 + Group5 + Group6 + Group7 + Group8 + Group9 + Group10) / 10)) + (0.3 * ((Group11 + Group12 + Group13 + Group14 + Group15) /5))
Any advice?
