I'm trying to use the formula below to determine a weighted score. I can validate that the formula fields within this formula are working correctly, but the final output is incorrect.
(([Formula 1]*.3)+([Formula 2]*.3)+([Formula 3]*.2)+([Leader Score Section 4]*.1)+([Leader Score Section 5]*.1))/5
The goal is that Formula 1 & 2 are each 30% of the score, Formula 3 is 20%, and the final two Leader Score Sections are 10%.
When I use this with the value of 4 in every field, it calculates the answer as .8.
If I remove the outermost parentheses, the answer calculates to 3.68