Mar 05 2024 06:36 PM
Hi
I am trying to build a spreadsheet for a football tipping competition. (Australian NRL)
I need help to auto populate the teams into the spreadsheet.
there are 48 participants (Rows) & 27 rounds of the competition (Columns)
each round each participant is given a team (all selected before the start of the season).
The points that team scores in that round is awarded to the participants, the person with the most points at the end of the season is the winner.
The tricky part is that there are an odd number of teams in the competition, so each week 1 team gets a bye, so that team is not given to a participant (No points), i have 27 tables with all team that are playing.
I would like to randomly (but equally) distribute the teams to each round (on average there are 16 teams playing so each team should appear 3 times per round, (Column)
There are a couple of rounds that less teams playing (Minimum 10).
I would also like for each participant not to get the same team more than twice across the 27 rounds.
Is this possible??
How can i do this??
Thanks
Bill
Mar 06 2024 05:25 AM
it's possible to create a spreadsheet to automate this process using Excel.
Here is a general approach you can take:
While this process may require some advanced Excel skills and knowledge of VBA programming, it's definitely achievable with some effort and experimentation. If you're not comfortable with VBA, you may consider seeking assistance from someone with VBA expertise to help you implement the automation.
If you like to achieve this without using VBA by utilizing Excel's built-in functions and features creatively. Here is a general approach you can take:
While this method may require more manual intervention compared to using VBA, it can still achieve the desired result within Excel's capabilities. However, it's essential to carefully design and test your formulas to ensure accuracy and reliability.The text was created with the help of AI.
If all these steps don’t help, here is a link with information on how you can quickly find a solution that is most suitable for you.
Welcome to your Excel discussion space!
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark as best response and like it!
This will help all forum participants.
Mar 06 2024 11:36 AM
@NikolinoDE Thanks for your support, it’s a bit for me to get my head around but I will give it a go.
thanks
Bill