Hi, I'm helping my friend try to create a weekend golf outing where we have seeds and we want to pair people up attempting to not let people play twice. So for Rnd 2 who to play I was trying to create a minifs formula but then I realized I'm getting duplicates. How do I check the values above to see if they are not reused and get the next smallest, and then move over to future columns and rounds.
More context, rounds 1 and 2 are teams (scramble, alternate shot) rounds 3 and 4 are one versus one (match, stroke). First round is already setup so looking to figure out rounds 2-4.
=MINIFS($B:$B, $A:$A, "<>"&$A3, $B:$B, "<>"&$E3, $B:$B, "<>"&$F3)
More context, rounds 1 and 2 are teams (scramble, alternate shot) rounds 3 and 4 are one versus one (match, stroke). First round is already setup so looking to figure out rounds 2-4.
=MINIFS($B:$B, $A:$A, "<>"&$A3, $B:$B, "<>"&$E3, $B:$B, "<>"&$F3)
Rd1 | Rd2 | Rd3 | Rd4 | ||||||
Team | Number | Lookup | Name | Nbr Played 1 | Nbr Played 2 | Nbr Played 3 | Nbr Played 4 | ||
A | 1 | A1 | Reed | 11 | 12 | 13 | |||
A | 2 | A2 | Gib | 11 | 12 | 13 | |||
A | 3 | A3 | Dan | 13 | 14 | 11 | |||
A | 4 | A4 | TK | 13 | 14 | 11 | |||
A | 5 | A5 | Colbert | 15 | 16 | 11 | |||
A | 6 | A6 | Daniel | 15 | 16 | 11 | |||
A | 7 | A7 | Josh C | 17 | 18 | 11 | |||
A | 8 | A8 | Thomas | 17 | 18 | 11 | |||
A | 9 | A9 | Travis | 19 | 20 | 11 | |||
A | 10 | A10 | Matt | 19 | 20 | 11 | |||
B | 11 | B11 | Sam | 1 | 2 | 3 | |||
B | 12 | B12 | Jordan | 1 | 2 | 3 | |||
B | 13 | B13 | JP | 3 | 4 | 1 | |||
B | 14 | B14 | Joey | 3 | 4 | 1 | |||
B | 15 | B15 | Josh B | 5 | 6 | 1 | |||
B | 16 | B16 | Cole | 5 | 6 | 1 | |||
B | 17 | B17 | Kyle | 7 | 8 | 1 | |||
B | 18 | B18 | Jeff | 7 | 8 | 1 | |||
B | 19 | B19 | BC | 9 | 10 | 1 | |||
B | 20 | B20 | Other | 9 | 10 | 1 |