How to find best option from a range based on weighted values

Drew_

Board Regular
Joined
Jul 8, 2017
Messages
87
Hi all.

I think I have a unique question here. I have a range of various values (10 columns) that are based on different weapon stats for a game I play. Sample data below:

WeaponClassMag SizeRPMReload (1 bullet)DamageDrop offLeft RecoilVertical RecoilRight Recoil1st shot recoilADS
FAMASAssault2.6500.45852.50.0350.0350.0550.130.02
AEK 971Assault3.1450.38352.50.0500.0200.0300.150.015
F2000Assault3.142.50.37552.50.0500.0260.0400.150.02
KH2002Assault3.1400.43552.50.0400.0200.0400.0750.01
M16A3Assault3.1400.27052.50.0100.0260.0400.1250.01
M16A4Assault3.1400.27052.50.0080.0260.0300.1250.005

<colgroup><col span="4"><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>



Essentially, I want Excel to tell me which weapon is the best by taking all the stats into consideration. I figured I could do this by assigning weighted values to each column but I'm not sure. Problem is, bigger numbers are not always better (for example, longer reload time is bad, want lower number).

I know this is unique and might not make much sense, but any help would be appreciated. Thanks
 
Okay, I figured out your suggestions and they make sense to me now. Except, my negative attributes (in red) are still way too influential and I think its because I am taking the inverse. Why exactly am I doing this? The max "score" I can have for my good attributes (in green) is .05 while the max score for my red attributes is 25.62. Do you possibly know of a way around this?

Unfortunately, changing the weights has very minimal effect on the overall score so that is not a sufficient fix.

I think the normalisation thing should fix that? Though the inverse thing does worry me a bit... maybe they need to be normalised after taking the inverse, otherwise an ADS score of 0,25 would contribute 4 before the weightings... which isn't on the normalised scale.

Gah, I dunno. I'm not a mathematician or anything haha, mostly figuring this out as I go :P I'll have a bit of a play and see what I come up with.
 
Upvote 0

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Yes, after more review I understood your normalization idea. Great thinking, I applied it to my table.

Yes, there are a lot more weapons, roughly 45. However, taking the inverse of the negative attributes is causing me to place too much emphasis on them. The max score for the red numbers is around 25 while the max score the green numbers is .05; I think we need to find a way to balance that out. Unfortunately, changing the weight percentages does not do a whole lot of anything

EDIT: Just saw your second reply, I will try taking the inverse and then normalizing, give me a minute
 
Last edited:
Upvote 0
Taking the inverse and then normalizing does not work because we can't normalize the scores, we have to normalize the data. The whole "big is bad" concept is really throwing us off :(
 
Upvote 0
It is doable! I had a muck around with it and came up with the following. The "bad" ones have been inversely normalised around the lowest score, so the lowest score contributes 1, and anything else <1. You should then be able to tweak your weightings as you see fit and the sumproduct is taken across the whole lot, as they're now all 0 = worst, 1 = best.

I've also multiplied the sumproduct by 10 just so you get a score out of ten, rather than 0-1 result... not important, I just like it more.

WeaponClassMag SizeDamageDrop offReload (1 bullet)Left RecoilVertical RecoilRight Recoil1st shot recoilADS
Weights---- >7.5%10.0%5.0%12.5%15.0%15.0%15.0%12.5%7.5%
FAMASAssault2625503.050.350.350.552.60.40
AEK 971Assault3125502.550.50.20.330.39.22
F2000Assault3125502.50.50.260.430.48.86
KH2002Assault3125502.90.40.20.41.50.29.33
M16A3Assault3125501.80.10.260.42.50.210.27
M16A4Assault3125501.80.0750.260.32.50.111.27
M416Assault3125501.750.10.260.320.210.41
Normalised
WeaponClassMag SizeDamageDrop offReload (1 bullet)Left RecoilVertical RecoilRight Recoil1st shot recoilADSScore
Weights---- >7.5%10.0%5.0%12.5%15.0%15.0%15.0%12.5%7.5%
FAMASAssault=C3/MAX(C$3:C$9)1=MIN(F$3:F$9)/F30.573770.2142860.5714290.5454550.5769230.25=SUMPRODUCT(C14:K14,$C$13:$K$13)*10
AEK 971Assault1110.6862750.15110.50.3333337.21
F2000Assault1110.70.150.7692310.750.50.256.44
KH2002Assault1110.6034480.187510.7510.57.54
M16A3Assault1110.9722220.750.7692310.750.60.57.99
M16A4Assault1110.97222210.76923110.619.12
M416Assault11110.750.76923110.750.58.59


<tbody>
</tbody>
 
Upvote 0
Okay yes! This makes sense, I see where our issue was. However, I am getting MUCH smaller numbers than you (I added a few categories, maybe that's why?). If it would be easier for me to email my file to you I can certainly do that. Thanks for all your help!
 
Upvote 0
Oh ok, not sure why you'd be getting smaller numbers yeah.
Yeah go for it. I would prefer a dropbox or google drive link to email if that's ok.
 
Upvote 0
Okay what is the best way to do that? I don't have your contact or email (I do not have Dropbox)
 
Upvote 0
Looks ok to me!
I just realised that in my last post with the table, I didn't delete the numbers in the top of the right-hand column, next to the raw data. They're from the old method and weren't meant to be there... so the values above 10 and 11 aren't correct, just the ones next to the coloured heading-ed table are.
 
Upvote 0
Unfortunately, the numbers are not correct. The weapons with the highest scores are not the correct ones at all. I will try to find another solution. Thank you for all of your help!!
 
Upvote 0

Forum statistics

Threads
1,214,913
Messages
6,122,207
Members
449,074
Latest member
cancansova

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