Excel: Limited Point Picks

tbird8057

New Member
Joined
Mar 29, 2013
Messages
2
Below is a table. I'm trying to pick 4 teams with whose points value add up to 52 or less with the greatest amount of Avg Wins. Let me know what other information I could provide. I'm not just posting to find out the answer, I want to learn how to figure it out in excel.
VeNxDit.jpg
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
I think I would;

(Assuming the above is in columns A:C) Add another column, Wins Per Pt, the formula in the first cell being =C2/B2.

Add another column showing the rank of the Wins Per Pt column.

Sort by the rank column.

Although not a dead cert (sometimes of course it's better adding two smaller values and there being no 'leftover' space rather than adding one large value and then not having space for more) its quite probable that the entries you want are the top ones.

Best regards
Richard
 
Upvote 0
I think I would;

(Assuming the above is in columns A:C) Add another column, Wins Per Pt, the formula in the first cell being =C2/B2.

Add another column showing the rank of the Wins Per Pt column.

Sort by the rank column.

Although not a dead cert (sometimes of course it's better adding two smaller values and there being no 'leftover' space rather than adding one large value and then not having space for more) its quite probable that the entries you want are the top ones.

Best regards
Richard

I think i'm looking for how to write a script that will brute force test all possible combinations since the points have to be equal or less than 52.

thanks
 
Upvote 0

Forum statistics

Threads
1,214,826
Messages
6,121,792
Members
449,048
Latest member
greyangel23

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