The champion will be the team that wins the final game of the tournament.
| Game # | Team A | Score A | Score B | Team B | | :--- | :--- | :--- | :--- | :--- | | 1 | Team 4 | | | Team 5 | | 2 | Team 1 | | | Winner G1 | | 3 | Team 2 | | | Team 3 | | 4 | Winner G2 | | | Winner G3 |
As the tournament progresses, update the bracket with the results of each game. You can use Excel formulas to automatically update the bracket.
To make your bracket "smart," use basic logic formulas so the winners advance automatically.
' Play-In Game (Game 1) - Seeds 4 and 5 ws.Range("C2").Value = ws.Range("A4").Value ' Seed 4 ws.Range("C3").Value = ws.Range("A5").Value ' Seed 5
To create a 5-team double-elimination bracket, you will need to set up a template in Excel. Open a new Excel spreadsheet and create the following columns: