Team Position (1, 2, 3 etc) based on multiple criteria

StaceyVECL

New Member
Joined
Apr 13, 2022
Messages
25
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I am running a basketball league and need to make the results and standings easier to see with minimal input.

I have all the results as they should be using the NBA format. However, I want the spreadsheet to tell me the position of the team automatically based on win %, conference wins and division wins. At the moment I am sorting the data and manually entering the position.

The result needs to show as 1, 2, 3, 4 etc, is there a way to do this?

Thanks, Stacey
 
How about
Fluff.xlsm
ABCDEFGHIJK
1StandingTeamDivisionConferenceTotal WinsTotal LosesWin%GBConf. WinsConf. LosesDiv. Wins
21Boston CelticsAtlanticEastern62170.7850391015
32Milwaukee BucksCentralEastern49310.61313.5341710
43New York KnicksAtlanticEastern47320.59515321710
54Cleveland CavaliersCentralEastern47330.58815.5302010
66Orlando MagicSoutheastEastern46340.57516.531199
75Indiana PacersCentralEastern46340.57516.5311911
87Philadelphia 76ersAtlanticEastern45350.56317.529217
98Miami HeatSoutheastEastern44360.5518.5302013
109Chicago BullsCentralEastern37420.4682520286
1110Atlanta HawksSoutheastEastern36440.4526.522298
1211Brooklyn NetsAtlanticEastern32480.430.524265
1312Toronto RaptorsAtlanticEastern25550.31337.518321
1413Charlotte HornetsSoutheastEastern20600.2542.513376
1514Washington WizardsSoutheastEastern15650.18847.511394
1615Detroit PistonsCentralEastern13660.1654910402
Data
Cell Formulas
RangeFormula
A2:A16A2=XMATCH(B2:B16,TAKE(SORT(B2:K16,{6,7,10,8},-1),,1))
Dynamic array formulas.


Clear all cells in col A from A2 down & put the formula in A2 only.
This still does still show Orlando in 6th
 
Upvote 0

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
How about
Fluff.xlsm
ABCDEFGHIJK
1StandingTeamDivisionConferenceTotal WinsTotal LosesWin%GBConf. WinsConf. LosesDiv. Wins
21Boston CelticsAtlanticEastern62170.7850391015
32Milwaukee BucksCentralEastern49310.61313.5341710
43New York KnicksAtlanticEastern47320.59515321710
54Cleveland CavaliersCentralEastern47330.58815.5302010
66Orlando MagicSoutheastEastern46340.57516.531199
75Indiana PacersCentralEastern46340.57516.5311911
87Philadelphia 76ersAtlanticEastern45350.56317.529217
98Miami HeatSoutheastEastern44360.5518.5302013
109Chicago BullsCentralEastern37420.4682520286
1110Atlanta HawksSoutheastEastern36440.4526.522298
1211Brooklyn NetsAtlanticEastern32480.430.524265
1312Toronto RaptorsAtlanticEastern25550.31337.518321
1413Charlotte HornetsSoutheastEastern20600.2542.513376
1514Washington WizardsSoutheastEastern15650.18847.511394
1615Detroit PistonsCentralEastern13660.1654910402
Data
Cell Formulas
RangeFormula
A2:A16A2=XMATCH(B2:B16,TAKE(SORT(B2:K16,{6,7,10,8},-1),,1))
Dynamic array formulas.


Clear all cells in col A from A2 down & put the formula in A2 only.
This still does still show Orlando in 6th

This still gives me a SPILL error?
 
Upvote 0
Did you clear all cells from A2 down before putting in the formula?
 
Upvote 0

Forum statistics

Threads
1,215,204
Messages
6,123,630
Members
449,109
Latest member
Sebas8956

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