Put in the correct order
Solvedgigipong Posted messages 128 Registration date Status Member Last intervention -
I’m returning for a new request for help; the attached file should be sufficiently explicit, but if not, please let me know.
And I thank in advance the person or people who will assist me.
https://cijoint.org/r/JSQnhb4s#1faB7uCUOLnl2rov3+v60Dn7VjeBAD7TzTbuz0YNiag=
Best regards.
6 answers
-
Hello,
If there are only 2 matches in the first part, the complication escapes me.
In G13 the smallest number in column D is returned by =MIN(D3:D4) which will face in I13 the largest in column B =MAX(B3:B4).
In row 14 we reverse the formulas, =MIN(B3;B4) will play against =MAX(D3:D4) -
Hello,
There are 20 meetings but I just wanted to explain the principle.
-
Hello,
With Excel 2024 or Excel 365, in B14 (winners):
=DANSLIGNE(TRIER(MAP(B3:B4;D3:D4;E3:E4;LAMBDA(a;b;sc;IF(LEFT(sc;1)*1>2;a;b)))))In B15 (losers):
=DANSLIGNE(TRIER(MAP(B3:B4;D3:D4;E3:E4;LAMBDA(a;b;sc;IF(LEFT(sc;1)*1>2;b;a)))))Daniel
-
Hello
A question: in case of a draw, who will play with the winners and who with the losers?
Best regards
Via
-
Re
A solution with basic formulas valid on older versions of Excel :
https://cijoint.org/r/aG5KbCrL#mwbWQQH4mzM3zOl464/6foak2eIwaloHP0+CU+MdwHk=
Cdlmnt
Via
-
Hello via55,
My goal is for the desired result to be displayed directly in columns J and L without going through columns F and G.
I don’t know if a single formula (which is what I’m looking for) can combine the two results (first the winners against each other, the losers as well, and the sort from smallest number to largest) and achieve my goal.
Best regards.
-
-
Re,
I don’t know of a method (outside of a macro) that simultaneously determines the winners and sorts them by number to be able to combine them in a single operation.
As Danielc0, whom I salute by the way, said, you just need to hide columns F and G to have a clean table that roughly matches what you’re looking for, I think.
However, I had forgotten that the winners had to replay against each other and the losers as well, and I wasn’t aware of your rule of the first to reach 3, so I redid my table in that sense:
https://cijoint.org/r/oA4uWTLp#7IpBVnMNSUm+Kqq+J+IW1iNJ41CEJeKf9gC19c5192I=
Cdlmnt
Via