Weighted average

Lesjoan01

New Member
Joined
Mar 29, 2017
Messages
23
Office Version
  1. 365
Platform
  1. Windows
Hi,

I have a spreadsheet that I need to calculate a weighted score for each entered criteria - See table below.

Each bidder will be given a score out of 10 for each of the criteria. Each criterion will be given a 'weighting' which is a multiplier for the score. This will then give each bidder a weighted score on each of the criteria. The bottom row simply gives the sum total of the scores and the weighted scores. I am struggling with the formula, I have tried SUMPRODUCT but I think I am getting it wrong - can only please help :( :eek:

Thank you very much
Bidder ABidder BBidder C
Criteria
WeightScoreWeighted
Score
ScoreWeighted
Score
ScoreWeighted
Score
A10
B8
C9
D6
E7
F5
G1
TOTAL

<tbody>
</tbody>
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Just to provide detail of the formula I did use

=sumproduct(b3,c3)/sum(b3:c3)

which gave a weighted score of 3.43 for Bidder A under Delay criteria

Have I got that right?

Thanks very much

Lesley
 
Upvote 0
A​
B​
C​
D​
E​
F​
1​
Criteria
Weight
Bidder A
Bidder B
Bidder C
2​
A​
10​
8​
3​
2​
3​
B​
8​
7​
5​
5​
4​
C​
9​
4​
4​
7​
5​
D​
6​
7​
3​
4​
6​
E​
7​
7​
4​
5​
7​
F​
5​
1​
5​
6​
8​
G​
1​
8​
10​
7​
9​
Weighted:
6.00​
4.07​
4.76​
C9: =SUMPRODUCT($B$2:$B$8, C2:C8) / SUM($B$2:$B$8)
 
Upvote 0
Hi SHG,

thank you very much for your help with this - it is very much appreciated :)
 
Upvote 0

Forum statistics

Threads
1,214,960
Messages
6,122,479
Members
449,088
Latest member
Melvetica

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top