Thank you for your suggestion! However, in most sports leaderboards, it's uncommon to see the points listed before the team names.
I understand that sorting by points as the first column might simplify things technically, but I’m trying to maintain the traditional layout where team names appear first. If you have any ideas on how to achieve that, I’d greatly appreciate it!
Thanks again for your input! 😊
How the data is stored in the array is not hardwired to how you output it.
You can of course continue to use your order and sort it manually, for example by bubble.
But it is more logical to sort by the built-in method and when outputting the results just output the first team name from cell 1 and the result from cell 0.