Forum Discussion

ebrasni145's avatar
ebrasni145
Copper Contributor
Oct 11, 2019

trying to Caculate overall score for each employee using a 100-point scale

30% is one column 70% is other column how do I formulate this thankyou!

1 Reply

  • Twifoo's avatar
    Twifoo
    Silver Contributor

    ebrasni145 

    If your range starts in Row 2, this formula in C2 returns the weighted score: 

    =SUMPRODUCT(A2:B2,
    {0.3,0.7})