Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 130
Default Weighted Averages for Rankings

I have a spreadsheet where we rank performance of 9 groups with 13 categories
of items. I want to put certian weight on certian items. Is there a way to
do this and be able to rank the groups 1-9.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default Weighted Averages for Rankings

Katie,

Weighted scores are calculated using

=SUMPRODUCT(Scores,Weights)/SUM(Weights)

(though the /SUM(Weights) parts is optional if there is no requirement to keep the score within
certain bounds.)

You could use that formula for each group:

=SUMPRODUCT(CategoryScores1,CategoryWeights)/SUM(CategoryWeights)
=SUMPRODUCT(CategoryScores2,CategoryWeights)/SUM(CategoryWeights)
.....
=SUMPRODUCT(CategoryScores9,CategoryWeights)/SUM(CategoryWeights)


Depending on your layout, you will end up with something like this
=SUMPRODUCT(A2:M2,$A$1:$M$1)/SUM($A$1:$M$1)
or this
=SUMPRODUCT(B2:B14,$A$2:$A$14)/SUM($A$2:$A$14)

Then you can use RANK on those results

=RANK(N2,$N$2:$N$10)

HTH,
Bernie
MS Excel MVP


"katie" wrote in message
...
I have a spreadsheet where we rank performance of 9 groups with 13 categories
of items. I want to put certian weight on certian items. Is there a way to
do this and be able to rank the groups 1-9.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to omit blank cells when calculating weighted averages Suzy Excel Worksheet Functions 20 March 18th 10 10:00 PM
Weighted Averages? Kevin Excel Worksheet Functions 5 April 2nd 09 02:55 PM
weighted averages in a pivot table - how? Vic Excel Worksheet Functions 0 April 22nd 08 07:07 PM
Calculating weighted averages rgl Excel Discussion (Misc queries) 6 February 22nd 06 06:15 PM
Weighted Averages in Excel Karl Excel Discussion (Misc queries) 2 February 9th 06 12:36 PM


All times are GMT +1. The time now is 06:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"