Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

split 16 items randomly into two groups

  • 16-04-2014 12:02pm
    #1
    Registered Users, Registered Users 2 Posts: 8,243 ✭✭✭


    I'm running a football league and I have 16 teams that I want to randomly separate into two groups of 8. They are currently in column A2-A17. I was thinking the best way to do it was to assign a 1 or 2 evenly to column B? any ideas on how to do this?


Comments

  • Registered Users, Registered Users 2 Posts: 967 ✭✭✭highly1111


    Use the rand function on excel. If you put =randbetween(number,number) so =randbetween(1,16) it will populate a number. Hit enter 8 times and you'll get 8 random numbers and they can be league A, other teams league B.


  • Registered Users, Registered Users 2 Posts: 290 ✭✭bardcom


    gufc21 wrote: »
    I'm running a football league and I have 16 teams that I want to randomly separate into two groups of 8. They are currently in column A2-A17. I was thinking the best way to do it was to assign a 1 or 2 evenly to column B? any ideas on how to do this?

    Here's random. Order the teams as follows. If any objections you can blame a randomer on boards :-)

    12 v 3
    5 v 9
    8 v 1
    11 v 13
    6 v 7
    10 v 16
    4 v 15
    14 v 2


Advertisement