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
 
Ah that sucks :/ I mean this method is mathematically sound, but might just not be set up the right way. But yeah it's difficult for me to give advice because I don't play the game and hence can't judge what weapons should be rising to the top.

Maybe the outputs should be a ranking for TTK and another ranking for recoil/bad stuff. For me, I want to know that I can kill someone quickly (dmg/sec) and don't have to rely on my skill too much (low recoil). Perhaps you need to roll everything into these headings.

Anyway, best of luck with it! Do let me know if you come up with something that works :)
 
Upvote 0

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Actually, I figured it out. I was not normalizing the TTK before taking the SUMPRODUCT so this was throwing everything off. Once I normalized it I was getting good numbers that made sense :)

Thank you for all of your help! Much appreciated
 
Upvote 0

Forum statistics

Threads
1,215,764
Messages
6,126,747
Members
449,335
Latest member
Tanne

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